MediaBrowser.Server.Mono.csproj 11 KB

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