MediaBrowser.Server.Mono.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\ThirdParty\Mono.Security\Mono.Security.dll</HintPath>
  63. <Private>False</Private>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="ServiceStack.Interfaces">
  67. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  68. </Reference>
  69. <Reference Include="MediaBrowser.IsoMounting.Linux">
  70. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  71. </Reference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="..\SharedVersion.cs">
  75. <Link>Properties\SharedVersion.cs</Link>
  76. </Compile>
  77. <Compile Include="Native\BaseMonoApp.cs" />
  78. <Compile Include="Networking\CertificateGenerator.cs" />
  79. <Compile Include="Program.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <Compile Include="Native\NativeApp.cs" />
  82. <Compile Include="Networking\NetworkManager.cs" />
  83. </ItemGroup>
  84. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  85. <ItemGroup>
  86. <ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
  87. <Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
  88. <Name>MediaBrowser.Server.Startup.Common</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  91. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  92. <Name>MediaBrowser.WebDashboard</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  95. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  96. <Name>MediaBrowser.Server.Implementations</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  99. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  100. <Name>MediaBrowser.Providers</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  103. <Project>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</Project>
  104. <Name>MediaBrowser.Dlna</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  107. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  108. <Name>MediaBrowser.Model</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  111. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  112. <Name>MediaBrowser.Controller</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  115. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  116. <Name>MediaBrowser.Common.Implementations</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  119. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  120. <Name>MediaBrowser.Common</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  123. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  124. <Name>MediaBrowser.Api</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  127. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  128. <Name>MediaBrowser.MediaEncoding</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  131. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  132. <Name>MediaBrowser.LocalMetadata</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  135. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  136. <Name>MediaBrowser.XbmcMetadata</Name>
  137. </ProjectReference>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="..\ThirdParty\MediaInfo\osx\libmediainfo.dylib">
  141. <Link>MediaInfo\osx\libmediainfo.dylib</Link>
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </None>
  144. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  145. <Link>libsqlite3.0.dylib</Link>
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </None>
  148. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  149. <Link>libsqlite3.dylib</Link>
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </None>
  152. <None Include="app.config" />
  153. <None Include="ImageMagickSharp.dll.config">
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </None>
  156. <None Include="MediaBrowser.MediaInfo.dll.config">
  157. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  158. </None>
  159. <None Include="packages.config" />
  160. <None Include="System.Data.SQLite.dll.config">
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. <SubType>Designer</SubType>
  163. </None>
  164. </ItemGroup>
  165. <ItemGroup />
  166. </Project>