MediaBrowser.ServerApplication.csproj 21 KB

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