MediaBrowser.ServerApplication.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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="MainForm.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="MainForm.Designer.cs">
  137. <DependentUpon>MainForm.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="MainStartup.cs" />
  140. <Compile Include="Native\LoopUtil.cs" />
  141. <Compile Include="Native\PowerManagement.cs" />
  142. <Compile Include="Native\Standby.cs" />
  143. <Compile Include="Native\ServerAuthorization.cs" />
  144. <Compile Include="Networking\NativeMethods.cs" />
  145. <Compile Include="Networking\NetworkManager.cs" />
  146. <Compile Include="Networking\NetworkShares.cs" />
  147. <Compile Include="Properties\AssemblyInfo.cs" />
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DesignTime>True</DesignTime>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. </Compile>
  153. <Compile Include="ServerNotifyIcon.cs" />
  154. <Compile Include="Splash\SplashForm.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="Splash\SplashForm.Designer.cs">
  158. <DependentUpon>SplashForm.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="Updates\ApplicationUpdater.cs" />
  161. <Compile Include="WindowsAppHost.cs" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <None Include="App.config" />
  165. <None Include="app.manifest" />
  166. <EmbeddedResource Include="Native\RegisterServer.bat" />
  167. <None Include="packages.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <EmbeddedResource Include="MainForm.resx">
  171. <DependentUpon>MainForm.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="Properties\Resources.resx">
  174. <Generator>ResXFileCodeGenerator</Generator>
  175. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="Splash\SplashForm.resx">
  178. <DependentUpon>SplashForm.cs</DependentUpon>
  179. </EmbeddedResource>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Content Include="..\Tools\Installation\MediaBrowser.InstallUtil.dll">
  183. <Link>MediaBrowser.InstallUtil.dll</Link>
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="..\Tools\Installation\MediaBrowser.Uninstaller.exe">
  187. <Link>MediaBrowser.Uninstaller.exe</Link>
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="..\Tools\Installation\MediaBrowser.Updater.exe">
  191. <Link>MediaBrowser.Updater.exe</Link>
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="x64\libSkiaSharp.dll">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Content>
  197. <Content Include="x64\sqlite3.dll">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="Icon.ico" />
  201. <Content Include="Resources\Images\mb3logo800.png" />
  202. <Content Include="x86\libSkiaSharp.dll">
  203. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  204. </Content>
  205. <Content Include="x86\sqlite3.dll">
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </Content>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <ProjectReference Include="..\BDInfo\BDInfo.csproj">
  211. <Project>{88ae38df-19d7-406f-a6a9-09527719a21e}</Project>
  212. <Name>BDInfo</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\DvdLib\DvdLib.csproj">
  215. <Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
  216. <Name>DvdLib</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">
  219. <Project>{1e37a338-9f57-4b70-bd6d-bb9c591e319b}</Project>
  220. <Name>Emby.Common.Implementations</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
  223. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  224. <Name>Emby.Dlna</Name>
  225. </ProjectReference>
  226. <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
  227. <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
  228. <Name>Emby.Drawing.ImageMagick</Name>
  229. </ProjectReference>
  230. <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj">
  231. <Project>{2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
  232. <Name>Emby.Drawing.Skia</Name>
  233. </ProjectReference>
  234. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  235. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  236. <Name>Emby.Drawing</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
  239. <Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
  240. <Name>Emby.Photos</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\Emby.Server.Core\Emby.Server.Core.csproj">
  243. <Project>{776b9f0c-5195-45e3-9a36-1cc1f0d8e0b0}</Project>
  244. <Name>Emby.Server.Core</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
  247. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  248. <Name>Emby.Server.Implementations</Name>
  249. </ProjectReference>
  250. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  251. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  252. <Name>MediaBrowser.Api</Name>
  253. </ProjectReference>
  254. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  255. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  256. <Name>MediaBrowser.Common</Name>
  257. </ProjectReference>
  258. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  259. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  260. <Name>MediaBrowser.Controller</Name>
  261. </ProjectReference>
  262. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  263. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  264. <Name>MediaBrowser.LocalMetadata</Name>
  265. </ProjectReference>
  266. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  267. <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
  268. <Name>MediaBrowser.MediaEncoding</Name>
  269. </ProjectReference>
  270. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  271. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  272. <Name>MediaBrowser.Model</Name>
  273. </ProjectReference>
  274. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  275. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  276. <Name>MediaBrowser.Providers</Name>
  277. </ProjectReference>
  278. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  279. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  280. <Name>MediaBrowser.Server.Implementations</Name>
  281. </ProjectReference>
  282. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  283. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  284. <Name>MediaBrowser.WebDashboard</Name>
  285. </ProjectReference>
  286. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  287. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  288. <Name>MediaBrowser.XbmcMetadata</Name>
  289. </ProjectReference>
  290. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  291. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  292. <Name>Mono.Nat</Name>
  293. </ProjectReference>
  294. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  295. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  296. <Name>OpenSubtitlesHandler</Name>
  297. </ProjectReference>
  298. <ProjectReference Include="..\RSSDP\RSSDP.csproj">
  299. <Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
  300. <Name>RSSDP</Name>
  301. </ProjectReference>
  302. </ItemGroup>
  303. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  304. <PropertyGroup>
  305. <PostBuildEvent>
  306. </PostBuildEvent>
  307. </PropertyGroup>
  308. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  309. Other similar extension points exist, see Microsoft.Common.targets.
  310. <Target Name="BeforeBuild">
  311. </Target>
  312. <Target Name="AfterBuild">
  313. </Target>
  314. -->
  315. </Project>