MediaBrowser.ServerApplication.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  53. <OutputPath>bin\x86\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <DebugType>none</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. <Prefer32Bit>true</Prefer32Bit>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="ImageMagickSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\packages\ImageMagickSharp.1.0.0.15\lib\net45\ImageMagickSharp.dll</HintPath>
  66. </Reference>
  67. <Reference Include="MediaBrowser.IsoMounter">
  68. <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\MediaBrowser.IsoMounter.dll</HintPath>
  69. </Reference>
  70. <Reference Include="pfmclrapi">
  71. <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\pfmclrapi.dll</HintPath>
  72. </Reference>
  73. <Reference Include="ServiceStack.Interfaces">
  74. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Configuration.Install" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\packages\System.Data.SQLite.Core.1.0.94.0\lib\net45\System.Data.SQLite.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.ServiceProcess" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="..\SharedVersion.cs">
  95. <Link>Properties\SharedVersion.cs</Link>
  96. </Compile>
  97. <Compile Include="BackgroundService.cs">
  98. <SubType>Component</SubType>
  99. </Compile>
  100. <Compile Include="BackgroundServiceInstaller.cs">
  101. <SubType>Component</SubType>
  102. </Compile>
  103. <Compile Include="EntryPoints\ResourceEntryPoint.cs" />
  104. <Compile Include="Native\NativeFileSystem.cs" />
  105. <Compile Include="MainForm.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="MainForm.Designer.cs">
  109. <DependentUpon>MainForm.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainStartup.cs" />
  112. <Compile Include="Native\Autorun.cs" />
  113. <Compile Include="Native\Standby.cs" />
  114. <Compile Include="Native\ServerAuthorization.cs" />
  115. <Compile Include="Native\WindowsApp.cs" />
  116. <Compile Include="Networking\CertificateGenerator.cs" />
  117. <Compile Include="Networking\NativeMethods.cs" />
  118. <Compile Include="Networking\NetworkManager.cs" />
  119. <Compile Include="Networking\NetworkShares.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. <Compile Include="ServerNotifyIcon.cs" />
  127. <Compile Include="Splash\SplashForm.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="Splash\SplashForm.Designer.cs">
  131. <DependentUpon>SplashForm.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Updates\ApplicationUpdater.cs" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="App.config" />
  137. <None Include="app.manifest" />
  138. <EmbeddedResource Include="Native\RegisterServer.bat" />
  139. <None Include="packages.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <EmbeddedResource Include="MainForm.resx">
  143. <DependentUpon>MainForm.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Properties\Resources.resx">
  146. <Generator>ResXFileCodeGenerator</Generator>
  147. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Splash\SplashForm.resx">
  150. <DependentUpon>SplashForm.cs</DependentUpon>
  151. </EmbeddedResource>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Content Include="..\Installation\MediaBrowser.InstallUtil.dll">
  155. <Link>MediaBrowser.InstallUtil.dll</Link>
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="..\Installation\MediaBrowser.Uninstaller.exe">
  159. <Link>MediaBrowser.Uninstaller.exe</Link>
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Content>
  162. <Content Include="..\Installation\MediaBrowser.Updater.exe">
  163. <Link>MediaBrowser.Updater.exe</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll">
  167. <Link>x64\SQLite.Interop.dll</Link>
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll">
  171. <Link>x86\SQLite.Interop.dll</Link>
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="..\ThirdParty\MediaInfo\windows\x86\MediaInfo.dll">
  175. <Link>MediaInfo.dll</Link>
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. <Content Include="CORE_RL_bzlib_.dll">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="CORE_RL_cairo_.dll">
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </Content>
  184. <Content Include="CORE_RL_exr_.dll">
  185. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  186. </Content>
  187. <Content Include="CORE_RL_glib_.dll">
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="CORE_RL_jbig_.dll">
  191. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  192. </Content>
  193. <Content Include="CORE_RL_jp2_.dll">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </Content>
  196. <Content Include="CORE_RL_jpeg_.dll">
  197. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  198. </Content>
  199. <Content Include="CORE_RL_lcms_.dll">
  200. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  201. </Content>
  202. <Content Include="CORE_RL_librsvg_.dll">
  203. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  204. </Content>
  205. <Content Include="CORE_RL_libxml_.dll">
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </Content>
  208. <Content Include="CORE_RL_lqr_.dll">
  209. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="CORE_RL_Magick++_.dll">
  212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  213. </Content>
  214. <Content Include="CORE_RL_magick_.dll">
  215. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  216. </Content>
  217. <Content Include="CORE_RL_openjpeg_.dll">
  218. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  219. </Content>
  220. <Content Include="CORE_RL_pango_.dll">
  221. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="CORE_RL_png_.dll">
  224. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="CORE_RL_tiff_.dll">
  227. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  228. </Content>
  229. <Content Include="CORE_RL_ttf_.dll">
  230. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  231. </Content>
  232. <Content Include="CORE_RL_wand_.dll">
  233. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="CORE_RL_webp_.dll">
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="CORE_RL_zlib_.dll">
  239. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  240. </Content>
  241. <Content Include="IM_MOD_RL_bgr_.dll">
  242. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  243. </Content>
  244. <Content Include="IM_MOD_RL_bmp_.dll">
  245. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  246. </Content>
  247. <Content Include="IM_MOD_RL_caption_.dll">
  248. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="IM_MOD_RL_clipboard_.dll">
  251. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  252. </Content>
  253. <Content Include="IM_MOD_RL_clip_.dll">
  254. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  255. </Content>
  256. <Content Include="IM_MOD_RL_cmyk_.dll">
  257. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  258. </Content>
  259. <Content Include="IM_MOD_RL_cut_.dll">
  260. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  261. </Content>
  262. <Content Include="IM_MOD_RL_dib_.dll">
  263. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  264. </Content>
  265. <Content Include="IM_MOD_RL_emf_.dll">
  266. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  267. </Content>
  268. <Content Include="IM_MOD_RL_gif_.dll">
  269. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  270. </Content>
  271. <Content Include="IM_MOD_RL_gradient_.dll">
  272. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  273. </Content>
  274. <Content Include="IM_MOD_RL_gray_.dll">
  275. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  276. </Content>
  277. <Content Include="IM_MOD_RL_hdr_.dll">
  278. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  279. </Content>
  280. <Content Include="IM_MOD_RL_histogram_.dll">
  281. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  282. </Content>
  283. <Content Include="IM_MOD_RL_html_.dll">
  284. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  285. </Content>
  286. <Content Include="IM_MOD_RL_icon_.dll">
  287. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  288. </Content>
  289. <Content Include="IM_MOD_RL_info_.dll">
  290. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  291. </Content>
  292. <Content Include="IM_MOD_RL_jpeg_.dll">
  293. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  294. </Content>
  295. <Content Include="IM_MOD_RL_json_.dll">
  296. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  297. </Content>
  298. <Content Include="IM_MOD_RL_label_.dll">
  299. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="IM_MOD_RL_magick_.dll">
  302. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  303. </Content>
  304. <Content Include="IM_MOD_RL_map_.dll">
  305. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  306. </Content>
  307. <Content Include="IM_MOD_RL_mask_.dll">
  308. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  309. </Content>
  310. <Content Include="IM_MOD_RL_matte_.dll">
  311. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="IM_MOD_RL_mat_.dll">
  314. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  315. </Content>
  316. <Content Include="IM_MOD_RL_meta_.dll">
  317. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  318. </Content>
  319. <Content Include="IM_MOD_RL_miff_.dll">
  320. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  321. </Content>
  322. <Content Include="IM_MOD_RL_mono_.dll">
  323. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  324. </Content>
  325. <Content Include="IM_MOD_RL_mpeg_.dll">
  326. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  327. </Content>
  328. <Content Include="IM_MOD_RL_null_.dll">
  329. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  330. </Content>
  331. <Content Include="IM_MOD_RL_pattern_.dll">
  332. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  333. </Content>
  334. <Content Include="IM_MOD_RL_pdf_.dll">
  335. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="IM_MOD_RL_png_.dll">
  338. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  339. </Content>
  340. <Content Include="IM_MOD_RL_preview_.dll">
  341. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  342. </Content>
  343. <Content Include="IM_MOD_RL_ps2_.dll">
  344. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  345. </Content>
  346. <Content Include="IM_MOD_RL_ps3_.dll">
  347. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  348. </Content>
  349. <Content Include="IM_MOD_RL_psd_.dll">
  350. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  351. </Content>
  352. <Content Include="IM_MOD_RL_ps_.dll">
  353. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  354. </Content>
  355. <Content Include="IM_MOD_RL_raw_.dll">
  356. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  357. </Content>
  358. <Content Include="IM_MOD_RL_rgb_.dll">
  359. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  360. </Content>
  361. <Content Include="IM_MOD_RL_screenshot_.dll">
  362. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  363. </Content>
  364. <Content Include="IM_MOD_RL_thumbnail_.dll">
  365. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  366. </Content>
  367. <Content Include="IM_MOD_RL_tiff_.dll">
  368. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  369. </Content>
  370. <Content Include="IM_MOD_RL_tile_.dll">
  371. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="IM_MOD_RL_ttf_.dll">
  374. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  375. </Content>
  376. <Content Include="IM_MOD_RL_txt_.dll">
  377. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  378. </Content>
  379. <Content Include="IM_MOD_RL_url_.dll">
  380. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  381. </Content>
  382. <Content Include="IM_MOD_RL_uyvy_.dll">
  383. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="IM_MOD_RL_wbmp_.dll">
  386. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  387. </Content>
  388. <Content Include="IM_MOD_RL_webp_.dll">
  389. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  390. </Content>
  391. <Content Include="IM_MOD_RL_wmf_.dll">
  392. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  393. </Content>
  394. <Content Include="IM_MOD_RL_xc_.dll">
  395. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  396. </Content>
  397. <Content Include="IM_MOD_RL_xps_.dll">
  398. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  399. </Content>
  400. <Content Include="IM_MOD_RL_yuv_.dll">
  401. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  402. </Content>
  403. <Content Include="Resources\Images\Icon.ico" />
  404. <Content Include="Resources\Images\mb3logo800.png" />
  405. </ItemGroup>
  406. <ItemGroup>
  407. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  408. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  409. <Name>MediaBrowser.Api</Name>
  410. </ProjectReference>
  411. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  412. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  413. <Name>MediaBrowser.Common.Implementations</Name>
  414. </ProjectReference>
  415. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  416. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  417. <Name>MediaBrowser.Common</Name>
  418. </ProjectReference>
  419. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  420. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  421. <Name>MediaBrowser.Controller</Name>
  422. </ProjectReference>
  423. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  424. <Project>{734098eb-6dc1-4dd0-a1ca-3140dcd2737c}</Project>
  425. <Name>MediaBrowser.Dlna</Name>
  426. </ProjectReference>
  427. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  428. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  429. <Name>MediaBrowser.LocalMetadata</Name>
  430. </ProjectReference>
  431. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  432. <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
  433. <Name>MediaBrowser.MediaEncoding</Name>
  434. </ProjectReference>
  435. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  436. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  437. <Name>MediaBrowser.Model</Name>
  438. </ProjectReference>
  439. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  440. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  441. <Name>MediaBrowser.Providers</Name>
  442. </ProjectReference>
  443. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  444. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  445. <Name>MediaBrowser.Server.Implementations</Name>
  446. </ProjectReference>
  447. <ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
  448. <Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
  449. <Name>MediaBrowser.Server.Startup.Common</Name>
  450. </ProjectReference>
  451. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  452. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  453. <Name>MediaBrowser.WebDashboard</Name>
  454. </ProjectReference>
  455. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  456. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  457. <Name>MediaBrowser.XbmcMetadata</Name>
  458. </ProjectReference>
  459. </ItemGroup>
  460. <ItemGroup />
  461. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  462. <PropertyGroup>
  463. <PostBuildEvent>
  464. </PostBuildEvent>
  465. </PropertyGroup>
  466. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  467. Other similar extension points exist, see Microsoft.Common.targets.
  468. <Target Name="BeforeBuild">
  469. </Target>
  470. <Target Name="AfterBuild">
  471. </Target>
  472. -->
  473. <Import Project="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" />
  474. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  475. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  476. <PropertyGroup>
  477. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  478. </PropertyGroup>
  479. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  480. </Target>
  481. </Project>