MediaBrowser.Server.Mono.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</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.6</TargetFrameworkVersion>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Emby.Server.CinemaMode">
  40. <HintPath>..\ThirdParty\emby\Emby.Server.CinemaMode.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Emby.Server.Connect">
  43. <HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Emby.Server.Sync">
  46. <HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
  47. </Reference>
  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="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  53. <HintPath>..\packages\NLog.4.4.9\lib\net45\NLog.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="SharpCompress, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="SimpleInjector, Version=4.0.7.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  64. <HintPath>..\packages\SimpleInjector.4.0.7\lib\net45\SimpleInjector.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  68. <HintPath>..\packages\SQLitePCLRaw.core.1.1.5\lib\net45\SQLitePCLRaw.core.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="SQLitePCLRaw.provider.sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=62684c7b4f184e3f, processorArchitecture=MSIL">
  72. <HintPath>..\packages\SQLitePCLRaw.provider.sqlite3.net45.1.1.5\lib\net45\SQLitePCLRaw.provider.sqlite3.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="MediaBrowser.IsoMounting.Linux">
  77. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.IO.Compression" />
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="..\SharedVersion.cs">
  87. <Link>Properties\SharedVersion.cs</Link>
  88. </Compile>
  89. <Compile Include="ImageEncoderHelper.cs" />
  90. <Compile Include="MonoAppHost.cs" />
  91. <Compile Include="Native\MonoFileSystem.cs" />
  92. <Compile Include="Native\PowerManagement.cs" />
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  97. <ItemGroup>
  98. <ProjectReference Include="..\BDInfo\BDInfo.csproj">
  99. <Project>{88ae38df-19d7-406f-a6a9-09527719a21e}</Project>
  100. <Name>BDInfo</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\DvdLib\DvdLib.csproj">
  103. <Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
  104. <Name>DvdLib</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">
  107. <Project>{1e37a338-9f57-4b70-bd6d-bb9c591e319b}</Project>
  108. <Name>Emby.Common.Implementations</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
  111. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  112. <Name>Emby.Dlna</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
  115. <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
  116. <Name>Emby.Drawing.ImageMagick</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  119. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  120. <Name>Emby.Drawing</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
  123. <Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
  124. <Name>Emby.Photos</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Emby.Server.Core\Emby.Server.Core.csproj">
  127. <Project>{776b9f0c-5195-45e3-9a36-1cc1f0d8e0b0}</Project>
  128. <Name>Emby.Server.Core</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
  131. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  132. <Name>Emby.Server.Implementations</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  135. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  136. <Name>MediaBrowser.WebDashboard</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  139. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  140. <Name>MediaBrowser.Server.Implementations</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  143. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  144. <Name>MediaBrowser.Providers</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  147. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  148. <Name>MediaBrowser.Model</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  151. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  152. <Name>MediaBrowser.Controller</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  155. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  156. <Name>MediaBrowser.Common</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  159. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  160. <Name>MediaBrowser.Api</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  163. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  164. <Name>MediaBrowser.MediaEncoding</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  167. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  168. <Name>MediaBrowser.LocalMetadata</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  171. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  172. <Name>MediaBrowser.XbmcMetadata</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  175. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  176. <Name>Mono.Nat</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  179. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  180. <Name>OpenSubtitlesHandler</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  183. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  184. <Name>RSSDP</Name>
  185. </ProjectReference>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  189. <Link>libsqlite3.0.dylib</Link>
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </None>
  192. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  193. <Link>libsqlite3.dylib</Link>
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </None>
  196. <None Include="app.config" />
  197. <None Include="ImageMagickSharp.dll.config">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </None>
  200. <None Include="packages.config" />
  201. <None Include="SQLitePCLRaw.provider.sqlite3.dll.config">
  202. <SubType>Designer</SubType>
  203. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  204. </None>
  205. </ItemGroup>
  206. <ItemGroup />
  207. </Project>