MediaBrowser.Server.Mono.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{175A9388-F352-4586-A6B4-070DED62B644}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>MediaBrowser.Server.Mono</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Mono</AssemblyName>
  12. <StartupObject>MediaBrowser.Server.Mono.MainClass</StartupObject>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. <Externalconsole>true</Externalconsole>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <DebugType>full</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <PlatformTarget>x86</PlatformTarget>
  33. <Externalconsole>true</Externalconsole>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Release</OutputPath>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Release Mono</OutputPath>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="System" />
  47. <Reference Include="ServiceStack.Interfaces">
  48. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' " />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="..\SharedVersion.cs">
  54. <Link>Properties\SharedVersion.cs</Link>
  55. </Compile>
  56. <Compile Include="Program.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  59. <Link>EntryPoints\StartupWizard.cs</Link>
  60. </Compile>
  61. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  62. <Link>Native\BrowserLauncher.cs</Link>
  63. </Compile>
  64. <Compile Include="Native\Autorun.cs" />
  65. <Compile Include="Native\ServerAuthorization.cs" />
  66. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  67. <Link>FFMpeg\FFMpegInfo.cs</Link>
  68. </Compile>
  69. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  70. <Link>ApplicationHost.cs</Link>
  71. </Compile>
  72. <Compile Include="Native\Assemblies.cs" />
  73. <Compile Include="Native\NativeApp.cs" />
  74. <Compile Include="Networking\NetworkManager.cs" />
  75. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  76. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  77. </Compile>
  78. <Compile Include="IO\FileSystemFactory.cs" />
  79. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\WanAddressEntryPoint.cs">
  80. <Link>EntryPoints\WanAddressEntryPoint.cs</Link>
  81. </Compile>
  82. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloadInfo.cs">
  83. <Link>FFMpeg\FFMpegDownloadInfo.cs</Link>
  84. </Compile>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  87. <ItemGroup>
  88. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  89. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  90. <Name>MediaBrowser.WebDashboard</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  93. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  94. <Name>MediaBrowser.Server.Implementations</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  97. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  98. <Name>MediaBrowser.Providers</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  101. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  102. <Name>MediaBrowser.Model</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  105. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  106. <Name>MediaBrowser.Controller</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  109. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  110. <Name>MediaBrowser.Common.Implementations</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  113. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  114. <Name>MediaBrowser.Common</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  117. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  118. <Name>MediaBrowser.Api</Name>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Folder Include="EntryPoints\" />
  123. <Folder Include="Native\" />
  124. <Folder Include="FFMpeg\" />
  125. <Folder Include="Networking\" />
  126. <Folder Include="IO\" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="app.config" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll">
  133. <Link>sqlite3.dll</Link>
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </Content>
  136. <Content Include="..\ThirdParty\SQLite3\linux\x86\3.8.2\libsqlite3.so.0.8.6">
  137. <Link>sqlite3\linux\lib\libsqlite3.so.0.8.6</Link>
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Content>
  140. <Content Include="..\ThirdParty\SQLite3\linux\x86_64\3.8.2\libsqlite3.so.0.8.6">
  141. <Link>sqlite3\linux\lib64\libsqlite3.so.0.8.6</Link>
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="..\ThirdParty\SQLite3\mac\universal\3.8.2\libsqlite3.0.dylib">
  145. <Link>sqlite3\mac\libsqlite3.0.dylib</Link>
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </Content>
  148. <Content Include="System.Data.SQLite.dll.config">
  149. <Link>System.Data.SQLite.dll.config</Link>
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. </ItemGroup>
  153. </Project>