Emby.Server.Implementations.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Emby.Server.Implementations</RootNamespace>
  11. <AssemblyName>Emby.Server.Implementations</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Compile Include="Activity\ActivityLogEntryPoint.cs" />
  36. <Compile Include="Activity\ActivityManager.cs" />
  37. <Compile Include="Branding\BrandingConfigurationFactory.cs" />
  38. <Compile Include="Channels\ChannelConfigurations.cs" />
  39. <Compile Include="Channels\ChannelDynamicMediaSourceProvider.cs" />
  40. <Compile Include="Channels\ChannelImageProvider.cs" />
  41. <Compile Include="Channels\ChannelManager.cs" />
  42. <Compile Include="Channels\ChannelPostScanTask.cs" />
  43. <Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
  44. <Compile Include="Collections\CollectionImageProvider.cs" />
  45. <Compile Include="Collections\CollectionManager.cs" />
  46. <Compile Include="Connect\ConnectData.cs" />
  47. <Compile Include="Connect\ConnectEntryPoint.cs" />
  48. <Compile Include="Connect\ConnectManager.cs" />
  49. <Compile Include="Connect\Responses.cs" />
  50. <Compile Include="Connect\Validator.cs" />
  51. <Compile Include="Devices\DeviceManager.cs" />
  52. <Compile Include="Dto\DtoService.cs" />
  53. <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
  54. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  55. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  56. <Compile Include="EntryPoints\RecordingNotifier.cs" />
  57. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  58. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  59. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  60. <Compile Include="EntryPoints\UsageEntryPoint.cs" />
  61. <Compile Include="EntryPoints\UsageReporter.cs" />
  62. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  63. <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
  64. <Compile Include="FileOrganization\Extensions.cs" />
  65. <Compile Include="FileOrganization\FileOrganizationNotifier.cs" />
  66. <Compile Include="FileOrganization\FileOrganizationService.cs" />
  67. <Compile Include="FileOrganization\NameUtils.cs" />
  68. <Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
  69. <Compile Include="FileOrganization\TvFolderOrganizer.cs" />
  70. <Compile Include="HttpServer\GetSwaggerResource.cs" />
  71. <Compile Include="HttpServer\LoggerUtils.cs" />
  72. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  73. <Compile Include="HttpServer\ResponseFilter.cs" />
  74. <Compile Include="HttpServer\SocketSharp\Extensions.cs" />
  75. <Compile Include="HttpServer\SocketSharp\HttpUtility.cs" />
  76. <Compile Include="HttpServer\IHttpListener.cs" />
  77. <Compile Include="HttpServer\Security\AuthorizationContext.cs" />
  78. <Compile Include="HttpServer\Security\AuthService.cs" />
  79. <Compile Include="HttpServer\Security\SessionContext.cs" />
  80. <Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" />
  81. <Compile Include="HttpServer\SocketSharp\WebSocketSharpListener.cs" />
  82. <Compile Include="HttpServer\SocketSharp\WebSocketSharpResponse.cs" />
  83. <Compile Include="HttpServer\StreamWriter.cs" />
  84. <Compile Include="HttpServer\SwaggerService.cs" />
  85. <Compile Include="Images\BaseDynamicImageProvider.cs" />
  86. <Compile Include="Intros\DefaultIntroProvider.cs" />
  87. <Compile Include="IO\FileRefresher.cs" />
  88. <Compile Include="IO\ThrottledStream.cs" />
  89. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  90. <Compile Include="Library\LibraryManager.cs" />
  91. <Compile Include="Library\LocalTrailerPostScanTask.cs" />
  92. <Compile Include="Library\MediaSourceManager.cs" />
  93. <Compile Include="Library\MusicManager.cs" />
  94. <Compile Include="Library\PathExtensions.cs" />
  95. <Compile Include="Library\ResolverHelper.cs" />
  96. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  97. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  98. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  99. <Compile Include="Library\Resolvers\BaseVideoResolver.cs" />
  100. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  101. <Compile Include="Library\Resolvers\ItemResolver.cs" />
  102. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  103. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  104. <Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" />
  105. <Compile Include="Library\Resolvers\PhotoResolver.cs" />
  106. <Compile Include="Library\Resolvers\PlaylistResolver.cs" />
  107. <Compile Include="Library\Resolvers\SpecialFolderResolver.cs" />
  108. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  109. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  110. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  111. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  112. <Compile Include="Library\SearchEngine.cs" />
  113. <Compile Include="Library\UserDataManager.cs" />
  114. <Compile Include="Library\UserManager.cs" />
  115. <Compile Include="Library\UserViewManager.cs" />
  116. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  117. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  118. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  119. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  120. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  121. <Compile Include="Library\Validators\GenresValidator.cs" />
  122. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  123. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  124. <Compile Include="Library\Validators\PeopleValidator.cs" />
  125. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  126. <Compile Include="Library\Validators\StudiosValidator.cs" />
  127. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  128. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  129. <Compile Include="LiveTv\EmbyTV\DirectRecorder.cs" />
  130. <Compile Include="LiveTv\EmbyTV\EmbyTV.cs" />
  131. <Compile Include="LiveTv\EmbyTV\EmbyTVRegistration.cs" />
  132. <Compile Include="LiveTv\EmbyTV\EncodedRecorder.cs" />
  133. <Compile Include="LiveTv\EmbyTV\EntryPoint.cs" />
  134. <Compile Include="LiveTv\EmbyTV\IRecorder.cs" />
  135. <Compile Include="LiveTv\EmbyTV\ItemDataProvider.cs" />
  136. <Compile Include="LiveTv\EmbyTV\RecordingHelper.cs" />
  137. <Compile Include="LiveTv\EmbyTV\SeriesTimerManager.cs" />
  138. <Compile Include="LiveTv\EmbyTV\TimerManager.cs" />
  139. <Compile Include="LiveTv\Listings\SchedulesDirect.cs" />
  140. <Compile Include="LiveTv\Listings\XmlTvListingsProvider.cs" />
  141. <Compile Include="LiveTv\LiveStreamHelper.cs" />
  142. <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
  143. <Compile Include="LiveTv\LiveTvDtoService.cs" />
  144. <Compile Include="LiveTv\LiveTvManager.cs" />
  145. <Compile Include="LiveTv\LiveTvMediaSourceProvider.cs" />
  146. <Compile Include="LiveTv\ProgramImageProvider.cs" />
  147. <Compile Include="LiveTv\RecordingImageProvider.cs" />
  148. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  149. <Compile Include="LiveTv\TunerHosts\BaseTunerHost.cs" />
  150. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunDiscovery.cs" />
  151. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" />
  152. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunLiveStream.cs" />
  153. <Compile Include="LiveTv\TunerHosts\M3uParser.cs" />
  154. <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" />
  155. <Compile Include="LiveTv\TunerHosts\MulticastStream.cs" />
  156. <Compile Include="LiveTv\TunerHosts\QueueStream.cs" />
  157. <Compile Include="Localization\LocalizationManager.cs" />
  158. <Compile Include="Logging\PatternsLogger.cs" />
  159. <Compile Include="MediaEncoder\EncodingManager.cs" />
  160. <Compile Include="News\NewsEntryPoint.cs" />
  161. <Compile Include="News\NewsService.cs" />
  162. <Compile Include="Notifications\CoreNotificationTypes.cs" />
  163. <Compile Include="Notifications\IConfigurableNotificationService.cs" />
  164. <Compile Include="Notifications\InternalNotificationService.cs" />
  165. <Compile Include="Notifications\NotificationConfigurationFactory.cs" />
  166. <Compile Include="Notifications\NotificationManager.cs" />
  167. <Compile Include="Notifications\Notifications.cs" />
  168. <Compile Include="Notifications\WebSocketNotifier.cs" />
  169. <Compile Include="Persistence\CleanDatabaseScheduledTask.cs" />
  170. <Compile Include="Photos\PhotoAlbumImageProvider.cs" />
  171. <Compile Include="Playlists\PlaylistImageProvider.cs" />
  172. <Compile Include="Playlists\PlaylistManager.cs" />
  173. <Compile Include="Properties\AssemblyInfo.cs" />
  174. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  175. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  176. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  177. <Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
  178. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  179. <Compile Include="ScheduledTasks\SystemUpdateTask.cs" />
  180. <Compile Include="Security\EncryptionManager.cs" />
  181. <Compile Include="Security\MBLicenseFile.cs" />
  182. <Compile Include="Security\PluginSecurityManager.cs" />
  183. <Compile Include="Security\RegRecord.cs" />
  184. <Compile Include="ServerManager\ServerManager.cs" />
  185. <Compile Include="ServerManager\WebSocketConnection.cs" />
  186. <Compile Include="Session\HttpSessionController.cs" />
  187. <Compile Include="Session\SessionManager.cs" />
  188. <Compile Include="Session\SessionWebSocketListener.cs" />
  189. <Compile Include="Session\WebSocketController.cs" />
  190. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  191. <Compile Include="Sorting\AirTimeComparer.cs" />
  192. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  193. <Compile Include="Sorting\AlbumComparer.cs" />
  194. <Compile Include="Sorting\AlphanumComparator.cs" />
  195. <Compile Include="Sorting\ArtistComparer.cs" />
  196. <Compile Include="Sorting\BudgetComparer.cs" />
  197. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  198. <Compile Include="Sorting\CriticRatingComparer.cs" />
  199. <Compile Include="Sorting\DateCreatedComparer.cs" />
  200. <Compile Include="Sorting\DateLastMediaAddedComparer.cs" />
  201. <Compile Include="Sorting\DatePlayedComparer.cs" />
  202. <Compile Include="Sorting\GameSystemComparer.cs" />
  203. <Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
  204. <Compile Include="Sorting\IsFolderComparer.cs" />
  205. <Compile Include="Sorting\IsPlayedComparer.cs" />
  206. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  207. <Compile Include="Sorting\MetascoreComparer.cs" />
  208. <Compile Include="Sorting\NameComparer.cs" />
  209. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  210. <Compile Include="Sorting\PlayCountComparer.cs" />
  211. <Compile Include="Sorting\PlayersComparer.cs" />
  212. <Compile Include="Sorting\PremiereDateComparer.cs" />
  213. <Compile Include="Sorting\ProductionYearComparer.cs" />
  214. <Compile Include="Sorting\RandomComparer.cs" />
  215. <Compile Include="Sorting\RevenueComparer.cs" />
  216. <Compile Include="Sorting\RuntimeComparer.cs" />
  217. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  218. <Compile Include="Sorting\SortNameComparer.cs" />
  219. <Compile Include="Sorting\StartDateComparer.cs" />
  220. <Compile Include="Sorting\StudioComparer.cs" />
  221. <Compile Include="Sync\AppSyncProvider.cs" />
  222. <Compile Include="Sync\CloudSyncProfile.cs" />
  223. <Compile Include="Sync\IHasSyncQuality.cs" />
  224. <Compile Include="Sync\MediaSync.cs" />
  225. <Compile Include="Sync\MultiProviderSync.cs" />
  226. <Compile Include="Sync\ServerSyncScheduledTask.cs" />
  227. <Compile Include="Sync\SyncConfig.cs" />
  228. <Compile Include="Sync\SyncConvertScheduledTask.cs" />
  229. <Compile Include="Sync\SyncedMediaSourceProvider.cs" />
  230. <Compile Include="Sync\SyncHelper.cs" />
  231. <Compile Include="Sync\SyncJobOptions.cs" />
  232. <Compile Include="Sync\SyncJobProcessor.cs" />
  233. <Compile Include="Sync\SyncManager.cs" />
  234. <Compile Include="Sync\SyncNotificationEntryPoint.cs" />
  235. <Compile Include="Sync\SyncRegistrationInfo.cs" />
  236. <Compile Include="Sync\TargetDataProvider.cs" />
  237. <Compile Include="TV\SeriesPostScanTask.cs" />
  238. <Compile Include="TV\TVSeriesManager.cs" />
  239. <Compile Include="Udp\UdpServer.cs" />
  240. <Compile Include="Updates\InstallationManager.cs" />
  241. <Compile Include="UserViews\CollectionFolderImageProvider.cs" />
  242. <Compile Include="UserViews\DynamicImageProvider.cs" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <EmbeddedResource Include="Localization\iso6392.txt" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  249. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  250. <Name>MediaBrowser.Common</Name>
  251. </ProjectReference>
  252. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  253. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  254. <Name>MediaBrowser.Controller</Name>
  255. </ProjectReference>
  256. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  257. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  258. <Name>MediaBrowser.Model</Name>
  259. </ProjectReference>
  260. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  261. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  262. <Name>MediaBrowser.Providers</Name>
  263. </ProjectReference>
  264. <Reference Include="SocketHttpListener.Portable">
  265. <HintPath>..\ThirdParty\emby\SocketHttpListener.Portable.dll</HintPath>
  266. </Reference>
  267. <Reference Include="UniversalDetector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  268. <HintPath>..\packages\UniversalDetector.1.0.1\lib\portable-net45+sl4+wp71+win8+wpa81\UniversalDetector.dll</HintPath>
  269. <Private>True</Private>
  270. </Reference>
  271. <Reference Include="Emby.XmlTv, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  272. <HintPath>..\packages\Emby.XmlTv.1.0.0.63\lib\portable-net45+win8\Emby.XmlTv.dll</HintPath>
  273. <Private>True</Private>
  274. </Reference>
  275. <Reference Include="MediaBrowser.Naming, Version=1.0.6151.30291, Culture=neutral, processorArchitecture=MSIL">
  276. <HintPath>..\packages\MediaBrowser.Naming.1.0.0.59\lib\portable-net45+win8\MediaBrowser.Naming.dll</HintPath>
  277. <Private>True</Private>
  278. </Reference>
  279. <Reference Include="Patterns.Logging, Version=1.0.6151.30227, Culture=neutral, processorArchitecture=MSIL">
  280. <HintPath>..\packages\Patterns.Logging.1.0.0.6\lib\portable-net45+win8\Patterns.Logging.dll</HintPath>
  281. <Private>True</Private>
  282. </Reference>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\backbone-min.js">
  286. <Link>swagger-ui\lib\backbone-min.js</Link>
  287. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  288. </Content>
  289. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\handlebars-2.0.0.js">
  290. <Link>swagger-ui\lib\handlebars-2.0.0.js</Link>
  291. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  292. </Content>
  293. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\highlight.7.3.pack.js">
  294. <Link>swagger-ui\lib\highlight.7.3.pack.js</Link>
  295. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  296. </Content>
  297. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery-1.8.0.min.js">
  298. <Link>swagger-ui\lib\jquery-1.8.0.min.js</Link>
  299. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.ba-bbq.min.js">
  302. <Link>swagger-ui\lib\jquery.ba-bbq.min.js</Link>
  303. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  304. </Content>
  305. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.slideto.min.js">
  306. <Link>swagger-ui\lib\jquery.slideto.min.js</Link>
  307. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  308. </Content>
  309. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.wiggle.min.js">
  310. <Link>swagger-ui\lib\jquery.wiggle.min.js</Link>
  311. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\marked.js">
  314. <Link>swagger-ui\lib\marked.js</Link>
  315. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  316. </Content>
  317. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred.bundle.js">
  318. <Link>swagger-ui\lib\shred.bundle.js</Link>
  319. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  320. </Content>
  321. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger-client.js">
  322. <Link>swagger-ui\lib\swagger-client.js</Link>
  323. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  324. </Content>
  325. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger-oauth.js">
  326. <Link>swagger-ui\lib\swagger-oauth.js</Link>
  327. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  328. </Content>
  329. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\underscore-min.js">
  330. <Link>swagger-ui\lib\underscore-min.js</Link>
  331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  332. </Content>
  333. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\o2c.html">
  334. <Link>swagger-ui\o2c.html</Link>
  335. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\patch.js">
  338. <Link>swagger-ui\patch.js</Link>
  339. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  340. </Content>
  341. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.js">
  342. <Link>swagger-ui\swagger-ui.js</Link>
  343. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  344. </Content>
  345. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.min.js">
  346. <Link>swagger-ui\swagger-ui.min.js</Link>
  347. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  348. </Content>
  349. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-700.eot">
  350. <Link>swagger-ui\fonts\droid-sans-v6-latin-700.eot</Link>
  351. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  352. </Content>
  353. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-700.ttf">
  354. <Link>swagger-ui\fonts\droid-sans-v6-latin-700.ttf</Link>
  355. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  356. </Content>
  357. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-700.woff">
  358. <Link>swagger-ui\fonts\droid-sans-v6-latin-700.woff</Link>
  359. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  360. </Content>
  361. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-700.woff2">
  362. <Link>swagger-ui\fonts\droid-sans-v6-latin-700.woff2</Link>
  363. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  364. </Content>
  365. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-regular.eot">
  366. <Link>swagger-ui\fonts\droid-sans-v6-latin-regular.eot</Link>
  367. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  368. </Content>
  369. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-regular.ttf">
  370. <Link>swagger-ui\fonts\droid-sans-v6-latin-regular.ttf</Link>
  371. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-regular.woff">
  374. <Link>swagger-ui\fonts\droid-sans-v6-latin-regular.woff</Link>
  375. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  376. </Content>
  377. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\fonts\droid-sans-v6-latin-regular.woff2">
  378. <Link>swagger-ui\fonts\droid-sans-v6-latin-regular.woff2</Link>
  379. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  380. </Content>
  381. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\reset.css">
  382. <Link>swagger-ui\css\reset.css</Link>
  383. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\screen.css">
  386. <Link>swagger-ui\css\screen.css</Link>
  387. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  388. </Content>
  389. <Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\typography.css">
  390. <Link>swagger-ui\css\typography.css</Link>
  391. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  392. </Content>
  393. <EmbeddedResource Include="Localization\Core\ar.json" />
  394. <EmbeddedResource Include="Localization\Core\bg-BG.json" />
  395. <EmbeddedResource Include="Localization\Core\ca.json" />
  396. <EmbeddedResource Include="Localization\Core\core.json" />
  397. <EmbeddedResource Include="Localization\Core\cs.json" />
  398. <EmbeddedResource Include="Localization\Core\da.json" />
  399. <EmbeddedResource Include="Localization\Core\de.json" />
  400. <EmbeddedResource Include="Localization\Core\el.json" />
  401. <EmbeddedResource Include="Localization\Core\en-GB.json" />
  402. <EmbeddedResource Include="Localization\Core\en-US.json" />
  403. <EmbeddedResource Include="Localization\Core\es-AR.json" />
  404. <EmbeddedResource Include="Localization\Core\es-MX.json" />
  405. <EmbeddedResource Include="Localization\Core\es.json" />
  406. <EmbeddedResource Include="Localization\Core\fi.json" />
  407. <EmbeddedResource Include="Localization\Core\fr-CA.json" />
  408. <EmbeddedResource Include="Localization\Core\fr.json" />
  409. <EmbeddedResource Include="Localization\Core\gsw.json" />
  410. <EmbeddedResource Include="Localization\Core\he.json" />
  411. <EmbeddedResource Include="Localization\Core\hr.json" />
  412. <EmbeddedResource Include="Localization\Core\hu.json" />
  413. <EmbeddedResource Include="Localization\Core\id.json" />
  414. <EmbeddedResource Include="Localization\Core\it.json" />
  415. <EmbeddedResource Include="Localization\Core\kk.json" />
  416. <EmbeddedResource Include="Localization\Core\ko.json" />
  417. <EmbeddedResource Include="Localization\Core\ms.json" />
  418. <EmbeddedResource Include="Localization\Core\nb.json" />
  419. <EmbeddedResource Include="Localization\Core\nl.json" />
  420. <EmbeddedResource Include="Localization\Core\pl.json" />
  421. <EmbeddedResource Include="Localization\Core\pt-BR.json" />
  422. <EmbeddedResource Include="Localization\Core\pt-PT.json" />
  423. <EmbeddedResource Include="Localization\Core\ro.json" />
  424. <EmbeddedResource Include="Localization\Core\ru.json" />
  425. <EmbeddedResource Include="Localization\Core\sl-SI.json" />
  426. <EmbeddedResource Include="Localization\Core\sv.json" />
  427. <EmbeddedResource Include="Localization\Core\tr.json" />
  428. <EmbeddedResource Include="Localization\Core\uk.json" />
  429. <EmbeddedResource Include="Localization\Core\vi.json" />
  430. <EmbeddedResource Include="Localization\Core\zh-CN.json" />
  431. <EmbeddedResource Include="Localization\Core\zh-HK.json" />
  432. <EmbeddedResource Include="Localization\Core\zh-TW.json" />
  433. <EmbeddedResource Include="Localization\countries.json" />
  434. <None Include="packages.config" />
  435. </ItemGroup>
  436. <ItemGroup>
  437. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  438. </ItemGroup>
  439. <ItemGroup>
  440. <EmbeddedResource Include="Localization\Ratings\be.txt" />
  441. </ItemGroup>
  442. <ItemGroup>
  443. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  444. </ItemGroup>
  445. <ItemGroup>
  446. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  447. </ItemGroup>
  448. <ItemGroup>
  449. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  450. </ItemGroup>
  451. <ItemGroup>
  452. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  453. </ItemGroup>
  454. <ItemGroup>
  455. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  456. </ItemGroup>
  457. <ItemGroup>
  458. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  459. </ItemGroup>
  460. <ItemGroup>
  461. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  462. </ItemGroup>
  463. <ItemGroup>
  464. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  465. </ItemGroup>
  466. <ItemGroup>
  467. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  468. </ItemGroup>
  469. <ItemGroup>
  470. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  471. </ItemGroup>
  472. <ItemGroup>
  473. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  474. </ItemGroup>
  475. <ItemGroup>
  476. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  477. </ItemGroup>
  478. <ItemGroup>
  479. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  480. </ItemGroup>
  481. <ItemGroup>
  482. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  483. </ItemGroup>
  484. <ItemGroup>
  485. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  486. </ItemGroup>
  487. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  488. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  489. Other similar extension points exist, see Microsoft.Common.targets.
  490. <Target Name="BeforeBuild">
  491. </Target>
  492. <Target Name="AfterBuild">
  493. </Target>
  494. -->
  495. </Project>