MediaBrowser.ServerApplication.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{94ADE4D3-B7EC-45CD-A200-CC469433072B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.ServerApplication</RootNamespace>
  11. <AssemblyName>MediaBrowser.ServerApplication</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  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. <PropertyGroup>
  41. <StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <ApplicationIcon>Icon.ico</ApplicationIcon>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\x86\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  57. <OutputPath>bin\x86\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>none</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="Emby.Server.CinemaMode">
  68. <HintPath>..\ThirdParty\emby\Emby.Server.CinemaMode.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Emby.Server.Connect">
  71. <HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Emby.Server.Sync">
  74. <HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
  75. </Reference>
  76. <Reference Include="ImageMagickSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\packages\ImageMagickSharp.1.0.0.18\lib\net45\ImageMagickSharp.dll</HintPath>
  79. </Reference>
  80. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  81. <HintPath>..\packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL">
  85. <HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="SharpCompress, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
  89. <HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  93. <HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
  94. </Reference>
  95. <Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  96. <HintPath>..\packages\SkiaSharp.1.58.0\lib\net45\SkiaSharp.dll</HintPath>
  97. </Reference>
  98. <Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  99. <HintPath>..\packages\SQLitePCLRaw.core.1.1.6\lib\net45\SQLitePCLRaw.core.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="SQLitePCLRaw.provider.sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=62684c7b4f184e3f, processorArchitecture=MSIL">
  103. <HintPath>..\packages\SQLitePCLRaw.provider.sqlite3.net45.1.1.6\lib\net45\SQLitePCLRaw.provider.sqlite3.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="System" />
  107. <Reference Include="System.Configuration" />
  108. <Reference Include="System.Configuration.Install" />
  109. <Reference Include="System.Core" />
  110. <Reference Include="System.Drawing" />
  111. <Reference Include="System.IO.Compression" />
  112. <Reference Include="System.Management" />
  113. <Reference Include="System.Runtime.Serialization" />
  114. <Reference Include="System.ServiceProcess" />
  115. <Reference Include="System.Windows.Forms" />
  116. <Reference Include="System.Xml.Linq" />
  117. <Reference Include="System.Data.DataSetExtensions" />
  118. <Reference Include="Microsoft.CSharp" />
  119. <Reference Include="System.Data" />
  120. <Reference Include="System.Xml" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Compile Include="..\SharedVersion.cs">
  124. <Link>Properties\SharedVersion.cs</Link>
  125. </Compile>
  126. <Compile Include="BackgroundService.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="BackgroundServiceInstaller.cs">
  130. <SubType>Component</SubType>
  131. </Compile>
  132. <Compile Include="ImageEncoderHelper.cs" />
  133. <Compile Include="MainStartup.cs" />
  134. <Compile Include="Native\LoopUtil.cs" />
  135. <Compile Include="Native\PowerManagement.cs" />
  136. <Compile Include="Native\Standby.cs" />
  137. <Compile Include="Native\ServerAuthorization.cs" />
  138. <Compile Include="Networking\NativeMethods.cs" />
  139. <Compile Include="Networking\NetworkManager.cs" />
  140. <Compile Include="Networking\NetworkShares.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <Compile Include="Properties\Resources.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DesignTime>True</DesignTime>
  145. <DependentUpon>Resources.resx</DependentUpon>
  146. </Compile>
  147. <Compile Include="ServerNotifyIcon.cs" />
  148. <Compile Include="Splash\SplashForm.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Splash\SplashForm.Designer.cs">
  152. <DependentUpon>SplashForm.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Updates\ApplicationUpdater.cs" />
  155. <Compile Include="WindowsAppHost.cs" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="App.config" />
  159. <None Include="app.manifest" />
  160. <EmbeddedResource Include="Native\RegisterServer.bat" />
  161. <None Include="packages.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <EmbeddedResource Include="Properties\Resources.resx">
  165. <Generator>ResXFileCodeGenerator</Generator>
  166. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="Splash\SplashForm.resx">
  169. <DependentUpon>SplashForm.cs</DependentUpon>
  170. </EmbeddedResource>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Content Include="..\Tools\Installation\MediaBrowser.InstallUtil.dll">
  174. <Link>MediaBrowser.InstallUtil.dll</Link>
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="..\Tools\Installation\MediaBrowser.Uninstaller.exe">
  178. <Link>MediaBrowser.Uninstaller.exe</Link>
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="..\Tools\Installation\MediaBrowser.Updater.exe">
  182. <Link>MediaBrowser.Updater.exe</Link>
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Content>
  185. <Content Include="x64\libSkiaSharp.dll">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </Content>
  188. <Content Include="x64\sqlite3.dll">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Content>
  191. <EmbeddedResource Include="Icon.ico" />
  192. <Content Include="Resources\Images\mb3logo800.png" />
  193. <Content Include="x86\libSkiaSharp.dll">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </Content>
  196. <Content Include="x86\sqlite3.dll">
  197. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  198. </Content>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ProjectReference Include="..\BDInfo\BDInfo.csproj">
  202. <Project>{88ae38df-19d7-406f-a6a9-09527719a21e}</Project>
  203. <Name>BDInfo</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\DvdLib\DvdLib.csproj">
  206. <Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
  207. <Name>DvdLib</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">
  210. <Project>{1e37a338-9f57-4b70-bd6d-bb9c591e319b}</Project>
  211. <Name>Emby.Common.Implementations</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
  214. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  215. <Name>Emby.Dlna</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
  218. <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
  219. <Name>Emby.Drawing.ImageMagick</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj">
  222. <Project>{2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
  223. <Name>Emby.Drawing.Skia</Name>
  224. </ProjectReference>
  225. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  226. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  227. <Name>Emby.Drawing</Name>
  228. </ProjectReference>
  229. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
  230. <Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
  231. <Name>Emby.Photos</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\Emby.Server.Core\Emby.Server.Core.csproj">
  234. <Project>{776b9f0c-5195-45e3-9a36-1cc1f0d8e0b0}</Project>
  235. <Name>Emby.Server.Core</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
  238. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  239. <Name>Emby.Server.Implementations</Name>
  240. </ProjectReference>
  241. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  242. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  243. <Name>MediaBrowser.Api</Name>
  244. </ProjectReference>
  245. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  246. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  247. <Name>MediaBrowser.Common</Name>
  248. </ProjectReference>
  249. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  250. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  251. <Name>MediaBrowser.Controller</Name>
  252. </ProjectReference>
  253. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  254. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  255. <Name>MediaBrowser.LocalMetadata</Name>
  256. </ProjectReference>
  257. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  258. <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
  259. <Name>MediaBrowser.MediaEncoding</Name>
  260. </ProjectReference>
  261. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  262. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  263. <Name>MediaBrowser.Model</Name>
  264. </ProjectReference>
  265. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  266. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  267. <Name>MediaBrowser.Providers</Name>
  268. </ProjectReference>
  269. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  270. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  271. <Name>MediaBrowser.Server.Implementations</Name>
  272. </ProjectReference>
  273. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  274. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  275. <Name>MediaBrowser.WebDashboard</Name>
  276. </ProjectReference>
  277. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  278. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  279. <Name>MediaBrowser.XbmcMetadata</Name>
  280. </ProjectReference>
  281. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  282. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  283. <Name>Mono.Nat</Name>
  284. </ProjectReference>
  285. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  286. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  287. <Name>OpenSubtitlesHandler</Name>
  288. </ProjectReference>
  289. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  290. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  291. <Name>RSSDP</Name>
  292. </ProjectReference>
  293. </ItemGroup>
  294. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  295. <PropertyGroup>
  296. <PostBuildEvent>
  297. </PostBuildEvent>
  298. </PropertyGroup>
  299. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  300. Other similar extension points exist, see Microsoft.Common.targets.
  301. <Target Name="BeforeBuild">
  302. </Target>
  303. <Target Name="AfterBuild">
  304. </Target>
  305. -->
  306. </Project>