MediaBrowser.Server.Implementations.csproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  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="Mono.Nat, Version=1.2.21.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Mono.Nat.1.2.21.0\lib\net40\Mono.Nat.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Nowin">
  53. <HintPath>..\ThirdParty\Nowin\Nowin.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ServiceStack.Api.Swagger">
  56. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Data.SQLite, Version=1.0.91.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\System.Data.SQLite.Core.1.0.91.3\lib\net45\System.Data.SQLite.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.Web" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="MoreLinq">
  71. <HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Data.SQLite" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Data.SQLite.Linq" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
  78. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll</HintPath>
  79. </Reference>
  80. <Reference Include="ServiceStack">
  81. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.dll</HintPath>
  82. </Reference>
  83. <Reference Include="ServiceStack.Client">
  84. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Client.dll</HintPath>
  85. </Reference>
  86. <Reference Include="ServiceStack.Common">
  87. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Common.dll</HintPath>
  88. </Reference>
  89. <Reference Include="ServiceStack.Interfaces">
  90. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  91. </Reference>
  92. <Reference Include="ServiceStack.Text">
  93. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' " />
  96. <Reference Include="websocket-sharp">
  97. <HintPath>..\ThirdParty\WebsocketSharp\websocket-sharp.dll</HintPath>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="..\SharedVersion.cs">
  102. <Link>Properties\SharedVersion.cs</Link>
  103. </Compile>
  104. <Compile Include="Activity\ActivityManager.cs" />
  105. <Compile Include="Activity\ActivityRepository.cs" />
  106. <Compile Include="Branding\BrandingConfigurationFactory.cs" />
  107. <Compile Include="Channels\ChannelConfigurations.cs" />
  108. <Compile Include="Channels\ChannelDownloadScheduledTask.cs" />
  109. <Compile Include="Channels\ChannelImageProvider.cs" />
  110. <Compile Include="Channels\ChannelItemImageProvider.cs" />
  111. <Compile Include="Channels\ChannelManager.cs" />
  112. <Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
  113. <Compile Include="Collections\CollectionManager.cs" />
  114. <Compile Include="Collections\CollectionsDynamicFolder.cs" />
  115. <Compile Include="Collections\ManualCollectionsFolder.cs" />
  116. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  117. <Compile Include="Drawing\ImageHeader.cs" />
  118. <Compile Include="Drawing\PercentPlayedDrawer.cs" />
  119. <Compile Include="Drawing\PlayedIndicatorDrawer.cs" />
  120. <Compile Include="Drawing\UnplayedCountIndicator.cs" />
  121. <Compile Include="Dto\DtoService.cs" />
  122. <Compile Include="EntryPoints\ActivityLogEntryPoint.cs" />
  123. <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
  124. <Compile Include="EntryPoints\ExternalPortForwarding.cs" />
  125. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  126. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  127. <Compile Include="EntryPoints\Notifications\Notifications.cs" />
  128. <Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
  129. <Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
  130. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  131. <Compile Include="EntryPoints\UsageEntryPoint.cs" />
  132. <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
  133. <Compile Include="FileOrganization\Extensions.cs" />
  134. <Compile Include="FileOrganization\FileOrganizationService.cs" />
  135. <Compile Include="FileOrganization\NameUtils.cs" />
  136. <Compile Include="FileOrganization\TvFolderOrganizer.cs" />
  137. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  138. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  139. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  140. <Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
  141. <Compile Include="HttpServer\NetListener\HttpListenerServer.cs" />
  142. <Compile Include="HttpServer\IHttpListener.cs" />
  143. <Compile Include="HttpServer\Security\AuthorizationContext.cs" />
  144. <Compile Include="HttpServer\ContainerAdapter.cs" />
  145. <Compile Include="HttpServer\GetSwaggerResource.cs" />
  146. <Compile Include="HttpServer\HttpListenerHost.cs" />
  147. <Compile Include="HttpServer\HttpResultFactory.cs" />
  148. <Compile Include="HttpServer\LoggerUtils.cs" />
  149. <Compile Include="HttpServer\NativeWebSocket.cs" />
  150. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  151. <Compile Include="HttpServer\ResponseFilter.cs" />
  152. <Compile Include="HttpServer\Security\AuthService.cs" />
  153. <Compile Include="HttpServer\Security\SessionAuthProvider.cs" />
  154. <Compile Include="HttpServer\ServerFactory.cs" />
  155. <Compile Include="HttpServer\ServerLogFactory.cs" />
  156. <Compile Include="HttpServer\ServerLogger.cs" />
  157. <Compile Include="HttpServer\Security\SessionContext.cs" />
  158. <Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" />
  159. <Compile Include="HttpServer\StreamWriter.cs" />
  160. <Compile Include="HttpServer\SwaggerService.cs" />
  161. <Compile Include="Drawing\ImageProcessor.cs" />
  162. <Compile Include="HttpServer\SocketSharp\Extensions.cs" />
  163. <Compile Include="HttpServer\SocketSharp\RequestMono.cs" />
  164. <Compile Include="HttpServer\SocketSharp\WebSocketSharpListener.cs" />
  165. <Compile Include="HttpServer\SocketSharp\WebSocketSharpRequest.cs" />
  166. <Compile Include="HttpServer\SocketSharp\WebSocketSharpResponse.cs" />
  167. <Compile Include="IO\LibraryMonitor.cs" />
  168. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  169. <Compile Include="Library\LibraryManager.cs" />
  170. <Compile Include="Library\MusicManager.cs" />
  171. <Compile Include="Library\Resolvers\PhotoResolver.cs" />
  172. <Compile Include="Library\Resolvers\PlaylistResolver.cs" />
  173. <Compile Include="Library\SearchEngine.cs" />
  174. <Compile Include="Library\ResolverHelper.cs" />
  175. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  176. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  177. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  178. <Compile Include="Library\Resolvers\ItemResolver.cs" />
  179. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  180. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  181. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  182. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  183. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  184. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  185. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  186. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  187. <Compile Include="Library\UserDataManager.cs" />
  188. <Compile Include="Library\UserManager.cs" />
  189. <Compile Include="Library\UserViewManager.cs" />
  190. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  191. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  192. <Compile Include="Library\Validators\BoxSetPostScanTask.cs" />
  193. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  194. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  195. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  196. <Compile Include="Library\Validators\GenresValidator.cs" />
  197. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  198. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  199. <Compile Include="Library\Validators\PeopleValidator.cs" />
  200. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  201. <Compile Include="Library\Validators\StudiosValidator.cs" />
  202. <Compile Include="Library\Validators\UserViewPostScanTask.cs" />
  203. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  204. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  205. <Compile Include="LiveTv\CleanDatabaseScheduledTask.cs" />
  206. <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
  207. <Compile Include="LiveTv\LiveTvDtoService.cs" />
  208. <Compile Include="LiveTv\LiveTvManager.cs" />
  209. <Compile Include="LiveTv\ProgramImageProvider.cs" />
  210. <Compile Include="LiveTv\RecordingImageProvider.cs" />
  211. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  212. <Compile Include="Localization\LocalizationManager.cs" />
  213. <Compile Include="MediaEncoder\EncodingManager.cs" />
  214. <Compile Include="News\NewsEntryPoint.cs" />
  215. <Compile Include="News\NewsService.cs" />
  216. <Compile Include="Notifications\CoreNotificationTypes.cs" />
  217. <Compile Include="Notifications\InternalNotificationService.cs" />
  218. <Compile Include="Notifications\NotificationConfigurationFactory.cs" />
  219. <Compile Include="Notifications\NotificationManager.cs" />
  220. <Compile Include="Persistence\SqliteChapterRepository.cs" />
  221. <Compile Include="Persistence\SqliteExtensions.cs" />
  222. <Compile Include="Persistence\SqliteFileOrganizationRepository.cs" />
  223. <Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
  224. <Compile Include="Notifications\SqliteNotificationsRepository.cs" />
  225. <Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
  226. <Compile Include="Persistence\SqliteShrinkMemoryTimer.cs" />
  227. <Compile Include="Persistence\TypeMapper.cs" />
  228. <Compile Include="Playlists\ManualPlaylistsFolder.cs" />
  229. <Compile Include="Playlists\PlaylistImageEnhancer.cs" />
  230. <Compile Include="Playlists\PlaylistManager.cs" />
  231. <Compile Include="Properties\AssemblyInfo.cs" />
  232. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  233. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  234. <Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
  235. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  236. <Compile Include="Security\AuthenticationException.cs" />
  237. <Compile Include="Security\AuthenticationRepository.cs" />
  238. <Compile Include="Security\EncryptionManager.cs" />
  239. <Compile Include="ServerApplicationPaths.cs" />
  240. <Compile Include="ServerManager\ServerManager.cs" />
  241. <Compile Include="ServerManager\WebSocketConnection.cs" />
  242. <Compile Include="Session\HttpSessionController.cs" />
  243. <Compile Include="Session\SessionManager.cs">
  244. <SubType>Code</SubType>
  245. </Compile>
  246. <Compile Include="Session\SessionWebSocketListener.cs" />
  247. <Compile Include="Session\WebSocketController.cs" />
  248. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  249. <Compile Include="Sorting\AirTimeComparer.cs" />
  250. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  251. <Compile Include="Sorting\AlbumComparer.cs" />
  252. <Compile Include="Sorting\AlphanumComparator.cs" />
  253. <Compile Include="Sorting\ArtistComparer.cs" />
  254. <Compile Include="Sorting\BudgetComparer.cs" />
  255. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  256. <Compile Include="Sorting\CriticRatingComparer.cs" />
  257. <Compile Include="Sorting\DateCreatedComparer.cs" />
  258. <Compile Include="Sorting\DatePlayedComparer.cs" />
  259. <Compile Include="Sorting\GameSystemComparer.cs" />
  260. <Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
  261. <Compile Include="Sorting\IsFolderComparer.cs" />
  262. <Compile Include="Sorting\IsPlayedComparer.cs" />
  263. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  264. <Compile Include="Sorting\MetascoreComparer.cs" />
  265. <Compile Include="Sorting\NameComparer.cs" />
  266. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  267. <Compile Include="Sorting\PlayCountComparer.cs" />
  268. <Compile Include="Sorting\PlayersComparer.cs" />
  269. <Compile Include="Sorting\PremiereDateComparer.cs" />
  270. <Compile Include="Sorting\ProductionYearComparer.cs" />
  271. <Compile Include="Sorting\RandomComparer.cs" />
  272. <Compile Include="Sorting\RevenueComparer.cs" />
  273. <Compile Include="Sorting\RuntimeComparer.cs" />
  274. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  275. <Compile Include="Sorting\SortNameComparer.cs" />
  276. <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
  277. <Compile Include="Persistence\SqliteItemRepository.cs" />
  278. <Compile Include="Persistence\SqliteUserDataRepository.cs" />
  279. <Compile Include="Persistence\SqliteUserRepository.cs" />
  280. <Compile Include="Sorting\StudioComparer.cs" />
  281. <Compile Include="Sorting\VideoBitRateComparer.cs" />
  282. <Compile Include="Sync\AppSyncProvider.cs" />
  283. <Compile Include="Sync\CloudSyncProvider.cs" />
  284. <Compile Include="Sync\MockSyncProvider.cs" />
  285. <Compile Include="Sync\SyncManager.cs" />
  286. <Compile Include="Sync\SyncRepository.cs" />
  287. <Compile Include="Themes\AppThemeManager.cs" />
  288. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  289. <Compile Include="Udp\UdpServer.cs" />
  290. </ItemGroup>
  291. <ItemGroup>
  292. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  293. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  294. <Name>MediaBrowser.Common.Implementations</Name>
  295. </ProjectReference>
  296. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  297. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  298. <Name>MediaBrowser.Common</Name>
  299. </ProjectReference>
  300. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  301. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  302. <Name>MediaBrowser.Controller</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  305. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  306. <Name>MediaBrowser.Model</Name>
  307. </ProjectReference>
  308. </ItemGroup>
  309. <ItemGroup>
  310. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  311. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  312. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  313. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  314. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  315. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  316. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  317. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  318. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  319. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  320. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  321. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  322. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  323. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  324. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  325. </ItemGroup>
  326. <ItemGroup>
  327. <EmbeddedResource Include="Localization\JavaScript\javascript.json" />
  328. <EmbeddedResource Include="Localization\Server\server.json" />
  329. <EmbeddedResource Include="Localization\Server\de.json" />
  330. <EmbeddedResource Include="Localization\Server\pt_PT.json" />
  331. <EmbeddedResource Include="Localization\Server\ru.json" />
  332. <EmbeddedResource Include="Localization\JavaScript\en_US.json" />
  333. <EmbeddedResource Include="Localization\JavaScript\pt_PT.json" />
  334. <EmbeddedResource Include="Localization\Server\en_US.json" />
  335. <EmbeddedResource Include="Localization\JavaScript\de.json" />
  336. <EmbeddedResource Include="Localization\JavaScript\fr.json" />
  337. <EmbeddedResource Include="Localization\JavaScript\nl.json" />
  338. <EmbeddedResource Include="Localization\JavaScript\ru.json" />
  339. <EmbeddedResource Include="Localization\JavaScript\zh_TW.json" />
  340. <EmbeddedResource Include="Localization\Server\fr.json" />
  341. <EmbeddedResource Include="Localization\Server\nl.json" />
  342. <EmbeddedResource Include="Localization\Server\zh_TW.json" />
  343. <EmbeddedResource Include="Localization\JavaScript\es.json" />
  344. <EmbeddedResource Include="Localization\Server\es.json" />
  345. <EmbeddedResource Include="Localization\Server\pt_BR.json" />
  346. <EmbeddedResource Include="Localization\JavaScript\it.json" />
  347. <EmbeddedResource Include="Localization\JavaScript\pt_BR.json" />
  348. <EmbeddedResource Include="Localization\Server\he.json" />
  349. <EmbeddedResource Include="Localization\Server\it.json" />
  350. <EmbeddedResource Include="Localization\Server\es_MX.json" />
  351. <EmbeddedResource Include="Localization\JavaScript\es_MX.json" />
  352. <EmbeddedResource Include="Localization\JavaScript\ar.json" />
  353. <EmbeddedResource Include="Localization\JavaScript\he.json" />
  354. <EmbeddedResource Include="Localization\JavaScript\nb.json" />
  355. <EmbeddedResource Include="Localization\Server\ar.json" />
  356. <EmbeddedResource Include="Localization\Server\el.json" />
  357. <EmbeddedResource Include="Localization\Server\nb.json" />
  358. <EmbeddedResource Include="Localization\JavaScript\el.json" />
  359. <EmbeddedResource Include="Localization\Server\en_GB.json" />
  360. <EmbeddedResource Include="Localization\JavaScript\sv.json" />
  361. <EmbeddedResource Include="Localization\Server\sv.json" />
  362. <EmbeddedResource Include="Localization\JavaScript\cs.json" />
  363. <EmbeddedResource Include="Localization\Server\cs.json" />
  364. <EmbeddedResource Include="Localization\JavaScript\ca.json" />
  365. <EmbeddedResource Include="Localization\JavaScript\ms.json" />
  366. <EmbeddedResource Include="Localization\Server\ca.json" />
  367. <EmbeddedResource Include="Localization\Server\ms.json" />
  368. <EmbeddedResource Include="Localization\JavaScript\kk.json" />
  369. <EmbeddedResource Include="Localization\Server\kk.json" />
  370. <EmbeddedResource Include="Localization\countries.json" />
  371. <EmbeddedResource Include="Localization\cultures.json" />
  372. <EmbeddedResource Include="Localization\JavaScript\da.json" />
  373. <EmbeddedResource Include="Localization\JavaScript\vi.json" />
  374. <EmbeddedResource Include="Localization\Server\da.json" />
  375. <EmbeddedResource Include="Localization\Server\vi.json" />
  376. <EmbeddedResource Include="Localization\JavaScript\pl.json" />
  377. <EmbeddedResource Include="Localization\Server\pl.json" />
  378. <EmbeddedResource Include="Localization\JavaScript\es_ES.json" />
  379. <EmbeddedResource Include="Localization\Server\es_ES.json" />
  380. <EmbeddedResource Include="Localization\Server\ko.json" />
  381. <EmbeddedResource Include="Localization\JavaScript\en_GB.json" />
  382. <EmbeddedResource Include="Localization\JavaScript\tr.json" />
  383. <EmbeddedResource Include="Localization\Server\tr.json" />
  384. <None Include="packages.config" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\highlight.default.css">
  391. <Link>swagger-ui\css\highlight.default.css</Link>
  392. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  393. </Content>
  394. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\screen.css">
  395. <Link>swagger-ui\css\screen.css</Link>
  396. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  397. </Content>
  398. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\logo_small.png">
  399. <Link>swagger-ui\images\logo_small.png</Link>
  400. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  401. </Content>
  402. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\pet_store_api.png">
  403. <Link>swagger-ui\images\pet_store_api.png</Link>
  404. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  405. </Content>
  406. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\throbber.gif">
  407. <Link>swagger-ui\images\throbber.gif</Link>
  408. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  409. </Content>
  410. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\wordnik_api.png">
  411. <Link>swagger-ui\images\wordnik_api.png</Link>
  412. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  413. </Content>
  414. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
  415. <Link>swagger-ui\index.html</Link>
  416. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  417. </Content>
  418. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\backbone-min.js">
  419. <Link>swagger-ui\lib\backbone-min.js</Link>
  420. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  421. </Content>
  422. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\handlebars-1.0.0.js">
  423. <Link>swagger-ui\lib\handlebars-1.0.0.js</Link>
  424. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  425. </Content>
  426. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\highlight.7.3.pack.js">
  427. <Link>swagger-ui\lib\highlight.7.3.pack.js</Link>
  428. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  429. </Content>
  430. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery-1.8.0.min.js">
  431. <Link>swagger-ui\lib\jquery-1.8.0.min.js</Link>
  432. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  433. </Content>
  434. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.ba-bbq.min.js">
  435. <Link>swagger-ui\lib\jquery.ba-bbq.min.js</Link>
  436. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  437. </Content>
  438. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.slideto.min.js">
  439. <Link>swagger-ui\lib\jquery.slideto.min.js</Link>
  440. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  441. </Content>
  442. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.wiggle.min.js">
  443. <Link>swagger-ui\lib\jquery.wiggle.min.js</Link>
  444. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  445. </Content>
  446. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred.bundle.js">
  447. <Link>swagger-ui\lib\shred.bundle.js</Link>
  448. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  449. </Content>
  450. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred\content.js">
  451. <Link>swagger-ui\lib\shred\content.js</Link>
  452. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  453. </Content>
  454. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger.js">
  455. <Link>swagger-ui\lib\swagger.js</Link>
  456. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  457. </Content>
  458. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\underscore-min.js">
  459. <Link>swagger-ui\lib\underscore-min.js</Link>
  460. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  461. </Content>
  462. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.js">
  463. <Link>swagger-ui\swagger-ui.js</Link>
  464. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  465. </Content>
  466. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.min.js">
  467. <Link>swagger-ui\swagger-ui.min.js</Link>
  468. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  469. </Content>
  470. <EmbeddedResource Include="Localization\iso6392.txt" />
  471. <Content Include="x64\SQLite.Interop.dll" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
  472. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  473. </Content>
  474. <Content Include="x86\SQLite.Interop.dll" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
  475. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  476. </Content>
  477. <EmbeddedResource Include="Localization\Ratings\be.txt" />
  478. </ItemGroup>
  479. <ItemGroup>
  480. <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
  481. <Link>System.Data.SQLite.dll</Link>
  482. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  483. </Content>
  484. <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
  485. <Link>System.Data.SQLite.Linq.dll</Link>
  486. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  487. </Content>
  488. </ItemGroup>
  489. <ItemGroup />
  490. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  491. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  492. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  493. Other similar extension points exist, see Microsoft.Common.targets.
  494. <Target Name="BeforeBuild">
  495. </Target>
  496. <Target Name="AfterBuild">
  497. </Target>
  498. -->
  499. </Project>