MediaBrowser.Server.Implementations.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <RestorePackages>true</RestorePackages>
  15. <ProductVersion>10.0.0</ProductVersion>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release Mono\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Alchemy">
  49. <HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
  50. </Reference>
  51. <Reference Include="BDInfo, Version=1.0.5165.30944, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.8\lib\net35\BDInfo.dll</HintPath>
  54. </Reference>
  55. <Reference Include="DvdLib, Version=1.0.5165.30944, Culture=neutral, PublicKeyToken=7a2f3f5ec8d93575, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.8\lib\net35\DvdLib.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ServiceStack.Api.Swagger">
  60. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Data.SQLite, Version=1.0.90.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\packages\System.Data.SQLite.x86.1.0.90.0\lib\net45\System.Data.SQLite.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Data.SQLite.Linq" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
  69. <HintPath>..\packages\System.Data.SQLite.x86.1.0.90.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="MoreLinq">
  77. <HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Data.SQLite" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Data.SQLite.Linq" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
  84. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll</HintPath>
  85. </Reference>
  86. <Reference Include="ServiceStack">
  87. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.dll</HintPath>
  88. </Reference>
  89. <Reference Include="ServiceStack.Client">
  90. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Client.dll</HintPath>
  91. </Reference>
  92. <Reference Include="ServiceStack.Common">
  93. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Common.dll</HintPath>
  94. </Reference>
  95. <Reference Include="ServiceStack.Interfaces">
  96. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  97. </Reference>
  98. <Reference Include="ServiceStack.Text">
  99. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' " />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="..\SharedVersion.cs">
  105. <Link>Properties\SharedVersion.cs</Link>
  106. </Compile>
  107. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  108. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  109. <Compile Include="Drawing\ImageHeader.cs" />
  110. <Compile Include="Drawing\PercentPlayedDrawer.cs" />
  111. <Compile Include="Drawing\PlayedIndicatorDrawer.cs" />
  112. <Compile Include="Drawing\UnplayedCountIndicator.cs" />
  113. <Compile Include="Dto\DtoService.cs" />
  114. <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
  115. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  116. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  117. <Compile Include="EntryPoints\Notifications\Notifier.cs" />
  118. <Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
  119. <Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
  120. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  121. <Compile Include="EntryPoints\UsageEntryPoint.cs" />
  122. <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
  123. <Compile Include="FileOrganization\FileOrganizationService.cs" />
  124. <Compile Include="FileOrganization\NameUtils.cs" />
  125. <Compile Include="FileOrganization\TvFolderOrganizer.cs" />
  126. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  127. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  128. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  129. <Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
  130. <Compile Include="HttpServer\ContainerAdapter.cs" />
  131. <Compile Include="HttpServer\HttpListenerHost.cs" />
  132. <Compile Include="HttpServer\HttpResultFactory.cs" />
  133. <Compile Include="HttpServer\LoggerUtils.cs" />
  134. <Compile Include="HttpServer\NativeWebSocket.cs" />
  135. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  136. <Compile Include="HttpServer\ResponseFilter.cs" />
  137. <Compile Include="HttpServer\ServerFactory.cs" />
  138. <Compile Include="HttpServer\ServerLogger.cs" />
  139. <Compile Include="HttpServer\StreamWriter.cs" />
  140. <Compile Include="HttpServer\SwaggerService.cs" />
  141. <Compile Include="Drawing\ImageProcessor.cs" />
  142. <Compile Include="IO\LibraryMonitor.cs" />
  143. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  144. <Compile Include="Library\LibraryManager.cs" />
  145. <Compile Include="Library\Resolvers\PhotoResolver.cs" />
  146. <Compile Include="Library\SearchEngine.cs" />
  147. <Compile Include="Library\ResolverHelper.cs" />
  148. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  149. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  150. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  151. <Compile Include="Library\Resolvers\BaseItemResolver.cs" />
  152. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  153. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  154. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  155. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  156. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  157. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  158. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  159. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  160. <Compile Include="Library\UserDataManager.cs" />
  161. <Compile Include="Library\UserManager.cs" />
  162. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  163. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  164. <Compile Include="Library\Validators\CountHelpers.cs" />
  165. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  166. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  167. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  168. <Compile Include="Library\Validators\GenresValidator.cs" />
  169. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  170. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  171. <Compile Include="Library\Validators\PeoplePostScanTask.cs" />
  172. <Compile Include="Library\Validators\PeopleValidator.cs" />
  173. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  174. <Compile Include="Library\Validators\StudiosValidator.cs" />
  175. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  176. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  177. <Compile Include="LiveTv\LiveTvDtoService.cs" />
  178. <Compile Include="LiveTv\LiveTvManager.cs" />
  179. <Compile Include="LiveTv\ProgramImageProvider.cs" />
  180. <Compile Include="LiveTv\RecordingImageProvider.cs" />
  181. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  182. <Compile Include="Localization\LocalizationManager.cs" />
  183. <Compile Include="MediaEncoder\EncodingManager.cs" />
  184. <Compile Include="MediaEncoder\MediaEncoder.cs" />
  185. <Compile Include="News\NewsEntryPoint.cs" />
  186. <Compile Include="News\NewsService.cs" />
  187. <Compile Include="Persistence\SqliteChapterRepository.cs" />
  188. <Compile Include="Persistence\SqliteExtensions.cs" />
  189. <Compile Include="Persistence\SqliteFileOrganizationRepository.cs" />
  190. <Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
  191. <Compile Include="Persistence\SqliteNotificationsRepository.cs" />
  192. <Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
  193. <Compile Include="Persistence\SqliteShrinkMemoryTimer.cs" />
  194. <Compile Include="Persistence\TypeMapper.cs" />
  195. <Compile Include="Properties\AssemblyInfo.cs" />
  196. <Compile Include="Roku\RokuControllerFactory.cs" />
  197. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  198. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  199. <Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
  200. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  201. <Compile Include="ServerApplicationPaths.cs" />
  202. <Compile Include="ServerManager\ServerManager.cs" />
  203. <Compile Include="ServerManager\WebSocketConnection.cs" />
  204. <Compile Include="Roku\RokuSessionController.cs" />
  205. <Compile Include="Session\SessionManager.cs">
  206. <SubType>Code</SubType>
  207. </Compile>
  208. <Compile Include="Session\SessionWebSocketListener.cs" />
  209. <Compile Include="Session\WebSocketController.cs" />
  210. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  211. <Compile Include="Sorting\AirTimeComparer.cs" />
  212. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  213. <Compile Include="Sorting\AlbumComparer.cs" />
  214. <Compile Include="Sorting\AlbumCountComparer.cs" />
  215. <Compile Include="Sorting\AlphanumComparator.cs" />
  216. <Compile Include="Sorting\ArtistComparer.cs" />
  217. <Compile Include="Sorting\BudgetComparer.cs" />
  218. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  219. <Compile Include="Sorting\CriticRatingComparer.cs" />
  220. <Compile Include="Sorting\DateCreatedComparer.cs" />
  221. <Compile Include="Sorting\DatePlayedComparer.cs" />
  222. <Compile Include="Sorting\EpisodeCountComparer.cs" />
  223. <Compile Include="Sorting\IsFolderComparer.cs" />
  224. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  225. <Compile Include="Sorting\MetascoreComparer.cs" />
  226. <Compile Include="Sorting\MovieCountComparer.cs" />
  227. <Compile Include="Sorting\MusicVideoCountComparer.cs" />
  228. <Compile Include="Sorting\NameComparer.cs" />
  229. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  230. <Compile Include="Sorting\PlayCountComparer.cs" />
  231. <Compile Include="Sorting\PremiereDateComparer.cs" />
  232. <Compile Include="Sorting\ProductionYearComparer.cs" />
  233. <Compile Include="Sorting\RandomComparer.cs" />
  234. <Compile Include="Sorting\RevenueComparer.cs" />
  235. <Compile Include="Sorting\RuntimeComparer.cs" />
  236. <Compile Include="Sorting\SeriesCountComparer.cs" />
  237. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  238. <Compile Include="Sorting\SongCountComparer.cs" />
  239. <Compile Include="Sorting\SortNameComparer.cs" />
  240. <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
  241. <Compile Include="Persistence\SqliteItemRepository.cs" />
  242. <Compile Include="Persistence\SqliteUserDataRepository.cs" />
  243. <Compile Include="Persistence\SqliteUserRepository.cs" />
  244. <Compile Include="Sorting\TrailerCountComparer.cs" />
  245. <Compile Include="Sorting\VideoBitRateComparer.cs" />
  246. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  247. <Compile Include="Udp\UdpServer.cs" />
  248. <Compile Include="WebSocket\AlchemyServer.cs" />
  249. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  253. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  254. <Name>MediaBrowser.Common.Implementations</Name>
  255. </ProjectReference>
  256. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  257. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  258. <Name>MediaBrowser.Common</Name>
  259. </ProjectReference>
  260. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  261. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  262. <Name>MediaBrowser.Controller</Name>
  263. </ProjectReference>
  264. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  265. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  266. <Name>MediaBrowser.Model</Name>
  267. </ProjectReference>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  271. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  272. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  273. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  274. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  275. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  276. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  277. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  278. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  279. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  280. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  281. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  282. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  283. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  284. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <None Include="packages.config" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\highlight.default.css">
  294. <Link>swagger-ui\css\highlight.default.css</Link>
  295. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  296. </Content>
  297. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\screen.css">
  298. <Link>swagger-ui\css\screen.css</Link>
  299. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\logo_small.png">
  302. <Link>swagger-ui\images\logo_small.png</Link>
  303. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  304. </Content>
  305. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\pet_store_api.png">
  306. <Link>swagger-ui\images\pet_store_api.png</Link>
  307. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  308. </Content>
  309. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\throbber.gif">
  310. <Link>swagger-ui\images\throbber.gif</Link>
  311. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\wordnik_api.png">
  314. <Link>swagger-ui\images\wordnik_api.png</Link>
  315. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  316. </Content>
  317. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
  318. <Link>swagger-ui\index.html</Link>
  319. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  320. </Content>
  321. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\backbone-min.js">
  322. <Link>swagger-ui\lib\backbone-min.js</Link>
  323. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  324. </Content>
  325. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\handlebars-1.0.0.js">
  326. <Link>swagger-ui\lib\handlebars-1.0.0.js</Link>
  327. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  328. </Content>
  329. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\highlight.7.3.pack.js">
  330. <Link>swagger-ui\lib\highlight.7.3.pack.js</Link>
  331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  332. </Content>
  333. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery-1.8.0.min.js">
  334. <Link>swagger-ui\lib\jquery-1.8.0.min.js</Link>
  335. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.ba-bbq.min.js">
  338. <Link>swagger-ui\lib\jquery.ba-bbq.min.js</Link>
  339. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  340. </Content>
  341. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.slideto.min.js">
  342. <Link>swagger-ui\lib\jquery.slideto.min.js</Link>
  343. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  344. </Content>
  345. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.wiggle.min.js">
  346. <Link>swagger-ui\lib\jquery.wiggle.min.js</Link>
  347. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  348. </Content>
  349. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred.bundle.js">
  350. <Link>swagger-ui\lib\shred.bundle.js</Link>
  351. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  352. </Content>
  353. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred\content.js">
  354. <Link>swagger-ui\lib\shred\content.js</Link>
  355. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  356. </Content>
  357. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger.js">
  358. <Link>swagger-ui\lib\swagger.js</Link>
  359. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  360. </Content>
  361. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\underscore-min.js">
  362. <Link>swagger-ui\lib\underscore-min.js</Link>
  363. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  364. </Content>
  365. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.js">
  366. <Link>swagger-ui\swagger-ui.js</Link>
  367. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  368. </Content>
  369. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.min.js">
  370. <Link>swagger-ui\swagger-ui.min.js</Link>
  371. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  372. </Content>
  373. <EmbeddedResource Include="Localization\Ratings\be.txt" />
  374. </ItemGroup>
  375. <ItemGroup>
  376. <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
  377. <Link>System.Data.SQLite.dll</Link>
  378. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  379. </Content>
  380. <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
  381. <Link>System.Data.SQLite.Linq.dll</Link>
  382. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  383. </Content>
  384. </ItemGroup>
  385. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  386. <Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
  387. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  388. Other similar extension points exist, see Microsoft.Common.targets.
  389. <Target Name="BeforeBuild">
  390. </Target>
  391. <Target Name="AfterBuild">
  392. </Target>
  393. -->
  394. </Project>