MediaBrowser.Server.Mono.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug</OutputPath>
  22. <DefineConstants>DEBUG;</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <Externalconsole>true</Externalconsole>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <DebugType>full</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>x86</PlatformTarget>
  35. <Externalconsole>true</Externalconsole>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Release</OutputPath>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Release Mono</OutputPath>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="ServiceStack.Interfaces">
  54. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  55. </Reference>
  56. <Reference Include="MediaBrowser.IsoMounting.Linux">
  57. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\MediaBrowser.ServerApplication\IO\StartupOptions.cs">
  62. <Link>IO\StartupOptions.cs</Link>
  63. </Compile>
  64. <Compile Include="..\SharedVersion.cs">
  65. <Link>Properties\SharedVersion.cs</Link>
  66. </Compile>
  67. <Compile Include="Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  70. <Link>EntryPoints\StartupWizard.cs</Link>
  71. </Compile>
  72. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  73. <Link>Native\BrowserLauncher.cs</Link>
  74. </Compile>
  75. <Compile Include="Native\Autorun.cs" />
  76. <Compile Include="Native\ServerAuthorization.cs" />
  77. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  78. <Link>FFMpeg\FFMpegInfo.cs</Link>
  79. </Compile>
  80. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  81. <Link>ApplicationHost.cs</Link>
  82. </Compile>
  83. <Compile Include="Native\Assemblies.cs" />
  84. <Compile Include="Native\NativeApp.cs" />
  85. <Compile Include="Networking\NetworkManager.cs" />
  86. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  87. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  88. </Compile>
  89. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloadInfo.cs">
  90. <Link>FFMpeg\FFMpegDownloadInfo.cs</Link>
  91. </Compile>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  94. <ItemGroup>
  95. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  96. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  97. <Name>MediaBrowser.WebDashboard</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  100. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  101. <Name>MediaBrowser.Server.Implementations</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  104. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  105. <Name>MediaBrowser.Providers</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  108. <Project>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</Project>
  109. <Name>MediaBrowser.Dlna</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  112. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  113. <Name>MediaBrowser.Model</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  116. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  117. <Name>MediaBrowser.Controller</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  120. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  121. <Name>MediaBrowser.Common.Implementations</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  124. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  125. <Name>MediaBrowser.Common</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  128. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  129. <Name>MediaBrowser.Api</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  132. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  133. <Name>MediaBrowser.MediaEncoding</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  136. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  137. <Name>MediaBrowser.LocalMetadata</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  140. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  141. <Name>MediaBrowser.XbmcMetadata</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  144. <ItemGroup />
  145. <ItemGroup>
  146. <None Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
  147. <Link>libwebp\linux\lib\libwebp.so</Link>
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </None>
  150. <None Include="..\ThirdParty\libwebp\linux\x86_64\libwebp.so">
  151. <Link>libwebp\linux\lib64\libwebp.so</Link>
  152. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  153. </None>
  154. <None Include="..\ThirdParty\libwebp\osx\libwebp.5.dylib">
  155. <Link>libwebp\osx\libwebp.5.dylib</Link>
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </None>
  158. <None Include="..\ThirdParty\MediaInfo\osx\libmediainfo.dylib">
  159. <Link>MediaInfo\osx\libmediainfo.dylib</Link>
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </None>
  162. <None Include="..\ThirdParty\SQLite3\linux\x86\3.8.2\libsqlite3.so.0.8.6">
  163. <Link>sqlite3\linux\lib\libsqlite3.so.0.8.6</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </None>
  166. <None Include="..\ThirdParty\SQLite3\linux\x86_64\3.8.2\libsqlite3.so.0.8.6">
  167. <Link>sqlite3\linux\lib64\libsqlite3.so.0.8.6</Link>
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </None>
  170. <None Include="..\ThirdParty\SQLite3\mac\universal\3.8.2\libsqlite3.0.dylib">
  171. <Link>sqlite3\mac\libsqlite3.0.dylib</Link>
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </None>
  174. <None Include="app.config" />
  175. <None Include="Imazen.WebP.dll.config">
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </None>
  178. <None Include="MediaBrowser.MediaInfo.dll.config">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </None>
  181. <None Include="packages.config" />
  182. <None Include="System.Data.SQLite.dll.config">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </None>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll">
  188. <Link>sqlite3.dll</Link>
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Content>
  191. </ItemGroup>
  192. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  193. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  194. <PropertyGroup>
  195. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  196. </PropertyGroup>
  197. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  198. </Target>
  199. </Project>