jellyfin/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj

328 lines
17 KiB
XML
Raw Normal View History

2013-02-21 05:37:50 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2013-02-24 22:53:54 +01:00
<ProjectGuid>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
2013-02-21 05:37:50 +01:00
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2013-02-24 22:53:54 +01:00
<RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
<AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
2013-02-21 05:37:50 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2013-09-24 23:06:21 +02:00
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2013-02-21 05:37:50 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
2013-03-07 06:34:00 +01:00
<Reference Include="Alchemy">
<HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
2013-03-28 23:02:50 +01:00
</Reference>
2013-09-27 17:23:27 +02:00
<Reference Include="ServiceStack.OrmLite.SqliteNET">
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.63\lib\net40\ServiceStack.OrmLite.SqliteNET.dll</HintPath>
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Reactive.Core">
<HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="BDInfo">
<HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.2\lib\net45\BdInfo.dll</HintPath>
</Reference>
<Reference Include="MoreLinq">
2013-07-27 21:00:11 +02:00
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack">
2013-09-22 18:49:55 +02:00
<HintPath>..\packages\ServiceStack.3.9.62\lib\net35\ServiceStack.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.Api.Swagger">
2013-09-14 03:03:55 +02:00
<HintPath>..\packages\ServiceStack.Api.Swagger.3.9.59\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.Common">
2013-09-22 18:49:55 +02:00
<HintPath>..\packages\ServiceStack.Common.3.9.62\lib\net35\ServiceStack.Common.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.Interfaces">
2013-09-22 18:49:55 +02:00
<HintPath>..\packages\ServiceStack.Common.3.9.62\lib\net35\ServiceStack.Interfaces.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.OrmLite.SqlServer">
2013-04-04 07:06:46 +02:00
<HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.Redis">
2013-04-04 07:06:46 +02:00
<HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.ServiceInterface">
2013-09-22 18:49:55 +02:00
<HintPath>..\packages\ServiceStack.3.9.62\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="ServiceStack.Text">
2013-09-22 18:49:55 +02:00
<HintPath>..\packages\ServiceStack.Text.3.9.62\lib\net35\ServiceStack.Text.dll</HintPath>
2013-03-07 06:34:00 +01:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="System.Data.SQLite">
2013-08-08 13:56:25 +02:00
<HintPath>..\packages\System.Data.SQLite.x86.1.0.88.0\lib\net45\System.Data.SQLite.dll</HintPath>
2013-06-18 11:43:07 +02:00
</Reference>
2013-09-24 23:06:21 +02:00
<Reference Include="System.Data.SQLite.Linq">
2013-08-08 13:56:25 +02:00
<HintPath>..\packages\System.Data.SQLite.x86.1.0.88.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
2013-06-18 11:43:07 +02:00
</Reference>
2013-10-05 04:10:54 +02:00
<Reference Include="Mono.Data.Sqlite">
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\Mono.Data.Sqlite.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.OrmLite">
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\ServiceStack.OrmLite.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.OrmLite.Sqlite">
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath>
</Reference>
2013-02-21 05:37:50 +01:00
</ItemGroup>
<ItemGroup>
2013-02-22 08:17:50 +01:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="BdInfo\BdInfoExaminer.cs" />
2013-03-04 06:43:06 +01:00
<Compile Include="Configuration\ServerConfigurationManager.cs" />
2013-09-18 20:49:06 +02:00
<Compile Include="Drawing\ImageHeader.cs" />
2013-09-21 17:06:00 +02:00
<Compile Include="Drawing\PercentPlayedDrawer.cs" />
<Compile Include="Drawing\WatchedIndicatorDrawer.cs" />
2013-09-04 19:02:19 +02:00
<Compile Include="Dto\DtoService.cs" />
2013-07-04 02:11:11 +02:00
<Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include="EntryPoints\LoadRegistrations.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="EntryPoints\Notifications\Notifier.cs" />
2013-07-16 21:42:12 +02:00
<Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
2013-07-04 02:11:11 +02:00
<Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
2013-09-25 02:54:51 +02:00
<Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
<Compile Include="EntryPoints\ServerEventNotifier.cs" />
<Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
2013-03-08 18:25:25 +01:00
<Compile Include="HttpServer\HttpResultFactory.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\HttpServer.cs" />
<Compile Include="HttpServer\NativeWebSocket.cs" />
<Compile Include="HttpServer\RangeRequestWriter.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\ServerFactory.cs" />
2013-04-17 21:53:31 +02:00
<Compile Include="HttpServer\ServerLogger.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\StreamWriter.cs" />
<Compile Include="HttpServer\SwaggerService.cs" />
2013-09-18 20:49:06 +02:00
<Compile Include="Drawing\ImageProcessor.cs" />
<Compile Include="IO\DirectoryWatchers.cs" />
<Compile Include="Library\CoreResolutionIgnoreRule.cs" />
<Compile Include="Library\LibraryManager.cs" />
2013-03-28 23:00:58 +01:00
<Compile Include="Library\LuceneSearchEngine.cs" />
<Compile Include="Library\ResolverHelper.cs" />
<Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
<Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
<Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
<Compile Include="Library\Resolvers\BaseItemResolver.cs" />
<Compile Include="Library\Resolvers\FolderResolver.cs" />
<Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
<Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
<Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
<Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
<Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
<Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
<Compile Include="Library\Resolvers\VideoResolver.cs" />
2013-10-02 18:08:58 +02:00
<Compile Include="Library\UserDataManager.cs" />
<Compile Include="Library\UserManager.cs" />
<Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
<Compile Include="Library\Validators\ArtistsValidator.cs" />
<Compile Include="Library\Validators\CountHelpers.cs" />
<Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
<Compile Include="Library\Validators\GameGenresValidator.cs" />
<Compile Include="Library\Validators\GenresPostScanTask.cs" />
<Compile Include="Library\Validators\GenresValidator.cs" />
<Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
<Compile Include="Library\Validators\MusicGenresValidator.cs" />
<Compile Include="Library\Validators\PeoplePostScanTask.cs" />
<Compile Include="Library\Validators\StudiosPostScanTask.cs" />
<Compile Include="Library\Validators\StudiosValidator.cs" />
<Compile Include="LiveTv\LiveTvManager.cs" />
<Compile Include="Localization\LocalizationManager.cs" />
<Compile Include="MediaEncoder\MediaEncoder.cs" />
2013-06-18 21:16:27 +02:00
<Compile Include="Persistence\SqliteChapterRepository.cs" />
2013-06-18 11:43:07 +02:00
<Compile Include="Persistence\SqliteExtensions.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="Persistence\SqliteNotificationsRepository.cs" />
2013-06-26 18:08:16 +02:00
<Compile Include="Persistence\TypeMapper.cs" />
2013-09-27 17:23:27 +02:00
<Compile Include="Persistence\UserDataMigration.cs" />
2013-02-21 05:37:50 +01:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Providers\ImageSaver.cs" />
<Compile Include="Providers\ProviderManager.cs" />
2013-03-05 04:34:02 +01:00
<Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
<Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
<Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
2013-02-24 22:53:54 +01:00
<Compile Include="ServerApplicationPaths.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="ServerManager\ServerManager.cs" />
<Compile Include="ServerManager\WebSocketConnection.cs" />
<Compile Include="Session\SessionManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Session\SessionWebSocketListener.cs" />
<Compile Include="Session\WebSocketController.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\AlbumArtistComparer.cs" />
<Compile Include="Sorting\AlbumComparer.cs" />
<Compile Include="Sorting\AlbumCountComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\ArtistComparer.cs" />
2013-04-12 16:32:04 +02:00
<Compile Include="Sorting\BudgetComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\CommunityRatingComparer.cs" />
2013-05-06 04:23:19 +02:00
<Compile Include="Sorting\CriticRatingComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\DateCreatedComparer.cs" />
<Compile Include="Sorting\DatePlayedComparer.cs" />
<Compile Include="Sorting\EpisodeCountComparer.cs" />
2013-09-03 01:17:25 +02:00
<Compile Include="Sorting\IsFolderComparer.cs" />
2013-09-05 14:46:59 +02:00
<Compile Include="Sorting\IsUnplayedComparer.cs" />
2013-09-10 21:30:56 +02:00
<Compile Include="Sorting\MovieCountComparer.cs" />
<Compile Include="Sorting\MusicVideoCountComparer.cs" />
<Compile Include="Sorting\NameComparer.cs" />
2013-07-18 17:07:31 +02:00
<Compile Include="Sorting\OfficialRatingComparer.cs" />
2013-03-30 15:57:30 +01:00
<Compile Include="Sorting\PlayCountComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\PremiereDateComparer.cs" />
<Compile Include="Sorting\ProductionYearComparer.cs" />
<Compile Include="Sorting\RandomComparer.cs" />
<Compile Include="Sorting\RevenueComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\RuntimeComparer.cs" />
<Compile Include="Sorting\SeriesCountComparer.cs" />
2013-09-13 22:45:27 +02:00
<Compile Include="Sorting\SeriesSortNameComparer.cs" />
<Compile Include="Sorting\SongCountComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\SortNameComparer.cs" />
2013-06-18 11:43:07 +02:00
<Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
<Compile Include="Persistence\SqliteItemRepository.cs" />
<Compile Include="Persistence\SqliteUserDataRepository.cs" />
<Compile Include="Persistence\SqliteUserRepository.cs" />
2013-09-10 21:30:56 +02:00
<Compile Include="Sorting\TrailerCountComparer.cs" />
2013-09-13 22:53:46 +02:00
<Compile Include="Sorting\VideoBitRateComparer.cs" />
2013-03-27 23:13:46 +01:00
<Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="Udp\UdpServer.cs" />
<Compile Include="WebSocket\AlchemyServer.cs" />
<Compile Include="WebSocket\AlchemyWebSocket.cs" />
2013-02-21 05:37:50 +01:00
</ItemGroup>
<ItemGroup>
2013-02-24 22:53:54 +01:00
<ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
2013-09-24 23:06:21 +02:00
<Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
2013-02-24 22:53:54 +01:00
<Name>MediaBrowser.Common.Implementations</Name>
</ProjectReference>
2013-02-21 05:37:50 +01:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 23:06:21 +02:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 23:06:21 +02:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 23:06:21 +02:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2013-02-24 22:53:54 +01:00
<ItemGroup>
<EmbeddedResource Include="Localization\Ratings\us.txt" />
<EmbeddedResource Include="Localization\Ratings\au.txt" />
<EmbeddedResource Include="Localization\Ratings\gb.txt" />
<EmbeddedResource Include="Localization\Ratings\nl.txt" />
2013-06-11 14:44:11 +02:00
<EmbeddedResource Include="Localization\Ratings\br.txt" />
<EmbeddedResource Include="Localization\Ratings\da.txt" />
<EmbeddedResource Include="Localization\Ratings\de.txt" />
2013-06-11 14:46:22 +02:00
<EmbeddedResource Include="Localization\Ratings\mx.txt" />
2013-06-11 16:39:25 +02:00
<EmbeddedResource Include="Localization\Ratings\co.txt" />
<EmbeddedResource Include="Localization\Ratings\fr.txt" />
<EmbeddedResource Include="Localization\Ratings\ie.txt" />
<EmbeddedResource Include="Localization\Ratings\jp.txt" />
<EmbeddedResource Include="Localization\Ratings\kz.txt" />
<EmbeddedResource Include="Localization\Ratings\nz.txt" />
<EmbeddedResource Include="Localization\Ratings\ru.txt" />
2013-06-18 11:48:49 +02:00
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
2013-10-05 04:10:54 +02:00
<None Include="sqlite3.dll" />
2013-06-18 11:48:49 +02:00
</ItemGroup>
<ItemGroup>
2013-05-10 14:18:07 +02:00
<Content Include="swagger-ui\css\hightlight.default.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-03-07 06:34:00 +01:00
<Content Include="swagger-ui\css\screen.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-05-07 15:06:01 +02:00
<Content Include="swagger-ui\images\logo_small.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-03-07 06:34:00 +01:00
<Content Include="swagger-ui\images\pet_store_api.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-05-07 15:06:01 +02:00
<Content Include="swagger-ui\images\throbber.gif">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-03-07 06:34:00 +01:00
<Content Include="swagger-ui\images\wordnik_api.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\backbone-min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-05-07 15:06:01 +02:00
<Content Include="swagger-ui\lib\handlebars-1.0.rc.1.js">
2013-03-07 06:34:00 +01:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-05-07 15:06:01 +02:00
<Content Include="swagger-ui\lib\highlight.7.3.pack.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\jquery-1.8.0.min.js">
2013-03-07 06:34:00 +01:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-05-07 15:06:01 +02:00
<Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
2013-03-07 06:34:00 +01:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\jquery.slideto.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\jquery.wiggle.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\swagger.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\lib\underscore-min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\swagger-ui.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="swagger-ui\swagger-ui.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-02-24 22:53:54 +01:00
</ItemGroup>
2013-02-21 05:37:50 +01:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>