MediaBrowser.Server.Mono.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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>AnyCPU</PlatformTarget>
  35. <Externalconsole>true</Externalconsole>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Release</OutputPath>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Release Mono</OutputPath>
  48. <WarningLevel>4</WarningLevel>
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'">
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="ServiceStack.Interfaces">
  62. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  63. </Reference>
  64. <Reference Include="MediaBrowser.IsoMounting.Linux">
  65. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="..\MediaBrowser.ServerApplication\IO\StartupOptions.cs">
  70. <Link>IO\StartupOptions.cs</Link>
  71. </Compile>
  72. <Compile Include="..\SharedVersion.cs">
  73. <Link>Properties\SharedVersion.cs</Link>
  74. </Compile>
  75. <Compile Include="Program.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  78. <Link>EntryPoints\StartupWizard.cs</Link>
  79. </Compile>
  80. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  81. <Link>Native\BrowserLauncher.cs</Link>
  82. </Compile>
  83. <Compile Include="Native\Autorun.cs" />
  84. <Compile Include="Native\ServerAuthorization.cs" />
  85. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  86. <Link>FFMpeg\FFMpegInfo.cs</Link>
  87. </Compile>
  88. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  89. <Link>ApplicationHost.cs</Link>
  90. </Compile>
  91. <Compile Include="Native\Assemblies.cs" />
  92. <Compile Include="Native\NativeApp.cs" />
  93. <Compile Include="Networking\NetworkManager.cs" />
  94. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  95. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  96. </Compile>
  97. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloadInfo.cs">
  98. <Link>FFMpeg\FFMpegDownloadInfo.cs</Link>
  99. </Compile>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  102. <ItemGroup>
  103. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  104. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  105. <Name>MediaBrowser.WebDashboard</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  108. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  109. <Name>MediaBrowser.Server.Implementations</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  112. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  113. <Name>MediaBrowser.Providers</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  116. <Project>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</Project>
  117. <Name>MediaBrowser.Dlna</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  120. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  121. <Name>MediaBrowser.Model</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  124. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  125. <Name>MediaBrowser.Controller</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  128. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  129. <Name>MediaBrowser.Common.Implementations</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  132. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  133. <Name>MediaBrowser.Common</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  136. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  137. <Name>MediaBrowser.Api</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  140. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  141. <Name>MediaBrowser.MediaEncoding</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  144. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  145. <Name>MediaBrowser.LocalMetadata</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  148. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  149. <Name>MediaBrowser.XbmcMetadata</Name>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="..\ThirdParty\libgdiplus\osx\libgdiplus.dylib">
  154. <Link>libgdiplus.dylib</Link>
  155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  156. </None>
  157. <None Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
  158. <Link>libwebp\linux\lib\libwebp.so</Link>
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </None>
  161. <None Include="..\ThirdParty\libwebp\linux\x86_64\libwebp.so">
  162. <Link>libwebp\linux\lib64\libwebp.so</Link>
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </None>
  165. <None Include="..\ThirdParty\libwebp\osx\libwebp.5.dylib">
  166. <Link>libwebp\osx\libwebp.5.dylib</Link>
  167. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  168. </None>
  169. <None Include="..\ThirdParty\MediaInfo\osx\libmediainfo.dylib">
  170. <Link>MediaInfo\osx\libmediainfo.dylib</Link>
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </None>
  173. <None Include="..\ThirdParty\SQLite3\linux\x86\3.8.2\libsqlite3.so.0.8.6">
  174. <Link>sqlite3\linux\lib\libsqlite3.so.0.8.6</Link>
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </None>
  177. <None Include="..\ThirdParty\SQLite3\linux\x86_64\3.8.2\libsqlite3.so.0.8.6">
  178. <Link>sqlite3\linux\lib64\libsqlite3.so.0.8.6</Link>
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </None>
  181. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  182. <Link>libsqlite3.0.dylib</Link>
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </None>
  185. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  186. <Link>libsqlite3.dylib</Link>
  187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  188. </None>
  189. <None Include="app.config" />
  190. <None Include="Imazen.WebP.dll.config">
  191. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  192. </None>
  193. <None Include="MediaBrowser.MediaInfo.dll.config">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </None>
  196. <None Include="packages.config" />
  197. <None Include="System.Data.SQLite.dll.config">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. <SubType>Designer</SubType>
  200. </None>
  201. </ItemGroup>
  202. <ItemGroup />
  203. </Project>