MediaBrowser.Server.Mono.csproj 11 KB

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