MediaBrowser.Server.Mono.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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.14.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  63. <HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
  64. </Reference>
  65. <Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  66. <HintPath>..\packages\SkiaSharp.1.58.1\lib\net45\SkiaSharp.dll</HintPath>
  67. </Reference>
  68. <Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  69. <HintPath>..\packages\SQLitePCLRaw.core.1.1.8\lib\net45\SQLitePCLRaw.core.dll</HintPath>
  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.8\lib\net45\SQLitePCLRaw.provider.sqlite3.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="MediaBrowser.IsoMounting.Linux">
  76. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.IO.Compression" />
  81. <Reference Include="System.Runtime.Serialization" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="..\SharedVersion.cs">
  86. <Link>Properties\SharedVersion.cs</Link>
  87. </Compile>
  88. <Compile Include="ApplicationPathHelper.cs" />
  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.Dlna\Emby.Dlna.csproj">
  107. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  108. <Name>Emby.Dlna</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
  111. <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
  112. <Name>Emby.Drawing.ImageMagick</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj">
  115. <Project>{2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
  116. <Name>Emby.Drawing.Skia</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.Implementations\Emby.Server.Implementations.csproj">
  127. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  128. <Name>Emby.Server.Implementations</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  131. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  132. <Name>MediaBrowser.WebDashboard</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  135. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  136. <Name>MediaBrowser.Providers</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  139. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  140. <Name>MediaBrowser.Model</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  143. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  144. <Name>MediaBrowser.Controller</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  147. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  148. <Name>MediaBrowser.Common</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  151. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  152. <Name>MediaBrowser.Api</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  155. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  156. <Name>MediaBrowser.LocalMetadata</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  159. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  160. <Name>MediaBrowser.XbmcMetadata</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  163. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  164. <Name>Mono.Nat</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  167. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  168. <Name>OpenSubtitlesHandler</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  171. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  172. <Name>RSSDP</Name>
  173. </ProjectReference>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  177. <Link>libsqlite3.0.dylib</Link>
  178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  179. </None>
  180. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  181. <Link>libsqlite3.dylib</Link>
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </None>
  184. <None Include="app.config" />
  185. <None Include="ImageMagickSharp.dll.config">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </None>
  188. <None Include="packages.config" />
  189. <None Include="SkiaSharp.dll.config">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </None>
  192. <None Include="SQLitePCLRaw.provider.sqlite3.dll.config">
  193. <SubType>Designer</SubType>
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup />
  198. </Project>