MediaBrowser.Server.Mono.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="SharpCompress, Version=0.18.2.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
  59. <HintPath>..\packages\SharpCompress.0.18.2\lib\net45\SharpCompress.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  62. <HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
  63. </Reference>
  64. <Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  65. <HintPath>..\packages\SkiaSharp.1.58.1\lib\net45\SkiaSharp.dll</HintPath>
  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.8\lib\net45\SQLitePCLRaw.core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="SQLitePCLRaw.provider.sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=62684c7b4f184e3f, processorArchitecture=MSIL">
  71. <HintPath>..\packages\SQLitePCLRaw.provider.sqlite3.net45.1.1.8\lib\net45\SQLitePCLRaw.provider.sqlite3.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="MediaBrowser.IsoMounting.Linux">
  75. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.IO.Compression" />
  80. <Reference Include="System.Runtime.Serialization" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="..\SharedVersion.cs">
  85. <Link>Properties\SharedVersion.cs</Link>
  86. </Compile>
  87. <Compile Include="ApplicationPathHelper.cs" />
  88. <Compile Include="ImageEncoderHelper.cs" />
  89. <Compile Include="MonoAppHost.cs" />
  90. <Compile Include="Native\MonoFileSystem.cs" />
  91. <Compile Include="Native\PowerManagement.cs" />
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  96. <ItemGroup>
  97. <ProjectReference Include="..\BDInfo\BDInfo.csproj">
  98. <Project>{88ae38df-19d7-406f-a6a9-09527719a21e}</Project>
  99. <Name>BDInfo</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\DvdLib\DvdLib.csproj">
  102. <Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
  103. <Name>DvdLib</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
  106. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  107. <Name>Emby.Dlna</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
  110. <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
  111. <Name>Emby.Drawing.ImageMagick</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj">
  114. <Project>{2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
  115. <Name>Emby.Drawing.Skia</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  118. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  119. <Name>Emby.Drawing</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
  122. <Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
  123. <Name>Emby.Photos</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
  126. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  127. <Name>Emby.Server.Implementations</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  130. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  131. <Name>MediaBrowser.WebDashboard</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  134. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  135. <Name>MediaBrowser.Providers</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  138. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  139. <Name>MediaBrowser.Model</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  142. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  143. <Name>MediaBrowser.Controller</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  146. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  147. <Name>MediaBrowser.Common</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  150. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  151. <Name>MediaBrowser.Api</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  154. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  155. <Name>MediaBrowser.LocalMetadata</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  158. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  159. <Name>MediaBrowser.XbmcMetadata</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  162. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  163. <Name>Mono.Nat</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  166. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  167. <Name>OpenSubtitlesHandler</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  170. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  171. <Name>RSSDP</Name>
  172. </ProjectReference>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  176. <Link>libsqlite3.0.dylib</Link>
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </None>
  179. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  180. <Link>libsqlite3.dylib</Link>
  181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  182. </None>
  183. <None Include="app.config" />
  184. <None Include="ImageMagickSharp.dll.config">
  185. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  186. </None>
  187. <None Include="packages.config" />
  188. <None Include="SkiaSharp.dll.config">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </None>
  191. <None Include="SQLitePCLRaw.provider.sqlite3.dll.config">
  192. <SubType>Designer</SubType>
  193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  194. </None>
  195. </ItemGroup>
  196. <ItemGroup />
  197. </Project>