MediaBrowser.ServerApplication.csproj 21 KB

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