MediaBrowser.Server.Mono.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. <Reference Include="MediaBrowser.IsoMounting.Linux">
  52. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="..\SharedVersion.cs">
  57. <Link>Properties\SharedVersion.cs</Link>
  58. </Compile>
  59. <Compile Include="Program.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  62. <Link>EntryPoints\StartupWizard.cs</Link>
  63. </Compile>
  64. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  65. <Link>Native\BrowserLauncher.cs</Link>
  66. </Compile>
  67. <Compile Include="Native\Autorun.cs" />
  68. <Compile Include="Native\ServerAuthorization.cs" />
  69. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  70. <Link>FFMpeg\FFMpegInfo.cs</Link>
  71. </Compile>
  72. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  73. <Link>ApplicationHost.cs</Link>
  74. </Compile>
  75. <Compile Include="Native\Assemblies.cs" />
  76. <Compile Include="Native\NativeApp.cs" />
  77. <Compile Include="Networking\NetworkManager.cs" />
  78. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  79. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  80. </Compile>
  81. <Compile Include="IO\FileSystemFactory.cs" />
  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.Dlna\MediaBrowser.Dlna.csproj">
  101. <Project>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</Project>
  102. <Name>MediaBrowser.Dlna</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  105. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  106. <Name>MediaBrowser.Model</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  109. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  110. <Name>MediaBrowser.Controller</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  113. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  114. <Name>MediaBrowser.Common.Implementations</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  117. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  118. <Name>MediaBrowser.Common</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  121. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  122. <Name>MediaBrowser.Api</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  125. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  126. <Name>MediaBrowser.MediaEncoding</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  129. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  130. <Name>MediaBrowser.LocalMetadata</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  133. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  134. <Name>MediaBrowser.XbmcMetadata</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Folder Include="EntryPoints\" />
  139. <Folder Include="Native\" />
  140. <Folder Include="FFMpeg\" />
  141. <Folder Include="Networking\" />
  142. <Folder Include="IO\" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="app.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Content Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
  149. <Link>libwebp\linux\lib\libwebp.so</Link>
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="..\ThirdParty\libwebp\linux\x86_64\libwebp.so">
  153. <Link>libwebp\linux\lib64\libwebp.so</Link>
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="..\ThirdParty\libwebp\osx\libwebp.5.dylib">
  157. <Link>libwebp\osx\libwebp.5.dylib</Link>
  158. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  159. </Content>
  160. <Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll">
  161. <Link>sqlite3.dll</Link>
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="..\ThirdParty\SQLite3\linux\x86\3.8.2\libsqlite3.so.0.8.6">
  165. <Link>sqlite3\linux\lib\libsqlite3.so.0.8.6</Link>
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. </Content>
  168. <Content Include="..\ThirdParty\SQLite3\linux\x86_64\3.8.2\libsqlite3.so.0.8.6">
  169. <Link>sqlite3\linux\lib64\libsqlite3.so.0.8.6</Link>
  170. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  171. </Content>
  172. <Content Include="..\ThirdParty\SQLite3\mac\universal\3.8.2\libsqlite3.0.dylib">
  173. <Link>sqlite3\mac\libsqlite3.0.dylib</Link>
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Content>
  176. <Content Include="System.Data.SQLite.dll.config">
  177. <Link>System.Data.SQLite.dll.config</Link>
  178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  179. </Content>
  180. <Content Include="Imazen.WebP.dll.config">
  181. <Link>Imazen.WebP.dll.config</Link>
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </Content>
  184. </ItemGroup>
  185. </Project>