jellyfin/MediaBrowser.Api/MediaBrowser.Api.csproj

159 lines
7.7 KiB
XML
Raw Normal View History

2013-02-21 02:33:05 +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>
<ProjectGuid>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MediaBrowser.Api</RootNamespace>
<AssemblyName>MediaBrowser.Api</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</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>
<PlatformTarget>AnyCPU</PlatformTarget>
</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>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
2013-07-27 21:00:11 +02:00
<Reference Include="MoreLinq, Version=1.0.16006.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
2013-02-21 02:33:05 +01:00
</Reference>
2013-08-16 22:23:44 +02:00
<Reference Include="ServiceStack.Common, Version=3.9.58.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 07:06:46 +02:00
<SpecificVersion>False</SpecificVersion>
2013-08-16 22:23:44 +02:00
<HintPath>..\packages\ServiceStack.Common.3.9.58\lib\net35\ServiceStack.Common.dll</HintPath>
2013-02-21 02:33:05 +01:00
</Reference>
2013-08-16 22:23:44 +02:00
<Reference Include="ServiceStack.Interfaces, Version=3.9.58.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 07:06:46 +02:00
<SpecificVersion>False</SpecificVersion>
2013-08-16 22:23:44 +02:00
<HintPath>..\packages\ServiceStack.Common.3.9.58\lib\net35\ServiceStack.Interfaces.dll</HintPath>
2013-02-21 02:33:05 +01:00
</Reference>
2013-08-16 22:23:44 +02:00
<Reference Include="ServiceStack.Text, Version=3.9.58.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 07:06:46 +02:00
<SpecificVersion>False</SpecificVersion>
2013-08-16 22:23:44 +02:00
<HintPath>..\packages\ServiceStack.Text.3.9.58\lib\net35\ServiceStack.Text.dll</HintPath>
2013-02-21 02:33:05 +01:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
2013-05-17 04:32:23 +02:00
<Reference Include="System.Drawing" />
2013-05-17 20:05:49 +02:00
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
2013-02-22 05:23:06 +01:00
<Reference Include="System.XML" />
2013-02-21 02:33:05 +01:00
</ItemGroup>
<ItemGroup>
2013-02-22 08:17:50 +01:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="AlbumsService.cs" />
2013-03-16 06:52:33 +01:00
<Compile Include="BaseApiService.cs" />
<Compile Include="DisplayPreferencesService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="EnvironmentService.cs" />
<Compile Include="GamesService.cs" />
2013-05-02 16:30:38 +02:00
<Compile Include="Images\ImageByNameService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Images\ImageRequest.cs" />
<Compile Include="Images\ImageService.cs" />
<Compile Include="Images\ImageWriter.cs" />
2013-08-09 17:55:22 +02:00
<Compile Include="InstantMixService.cs" />
2013-06-27 21:29:58 +02:00
<Compile Include="ItemRefreshService.cs" />
2013-06-27 21:06:37 +02:00
<Compile Include="ItemUpdateService.cs" />
2013-05-11 06:10:58 +02:00
<Compile Include="LibraryService.cs" />
2013-02-25 04:56:00 +01:00
<Compile Include="Library\LibraryHelpers.cs" />
<Compile Include="Library\LibraryService.cs" />
<Compile Include="Library\LibraryStructureService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="LocalizationService.cs" />
<Compile Include="MoviesService.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="NotificationsService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="PackageService.cs" />
<Compile Include="Playback\Hls\AudioHlsService.cs" />
<Compile Include="Playback\Hls\BaseHlsService.cs" />
<Compile Include="Playback\Hls\VideoHlsService.cs" />
2013-02-27 05:19:05 +01:00
<Compile Include="Playback\Progressive\AudioService.cs" />
<Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
<Compile Include="Playback\BaseStreamingService.cs" />
<Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
2013-05-17 20:05:49 +02:00
<Compile Include="Playback\StaticRemoteStreamWriter.cs" />
2013-02-26 22:53:51 +01:00
<Compile Include="Playback\StreamRequest.cs" />
2013-02-27 05:19:05 +01:00
<Compile Include="Playback\StreamState.cs" />
<Compile Include="Playback\Progressive\VideoService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="PluginService.cs" />
2013-02-22 05:23:06 +01:00
<Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
<Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
2013-03-08 20:14:09 +01:00
<Compile Include="ApiEntryPoint.cs" />
2013-04-26 21:20:53 +02:00
<Compile Include="SearchService.cs" />
<Compile Include="SessionsService.cs" />
<Compile Include="SimilarItemsHelper.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="SystemService.cs" />
<Compile Include="TrailersService.cs" />
2013-05-01 05:28:26 +02:00
<Compile Include="TvShowsService.cs" />
2013-04-22 06:38:03 +02:00
<Compile Include="UserLibrary\ArtistsService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\BaseItemsByNameService.cs" />
2013-03-11 06:06:55 +01:00
<Compile Include="UserLibrary\BaseItemsRequest.cs" />
2013-07-01 19:17:33 +02:00
<Compile Include="UserLibrary\GameGenresService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\GenresService.cs" />
<Compile Include="UserLibrary\ItemByNameUserDataService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\ItemsService.cs" />
2013-06-11 05:31:00 +02:00
<Compile Include="UserLibrary\MusicGenresService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\PersonsService.cs" />
<Compile Include="UserLibrary\StudiosService.cs" />
<Compile Include="UserLibrary\UserLibraryService.cs" />
<Compile Include="UserLibrary\YearsService.cs" />
<Compile Include="UserService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VideosService.cs" />
2013-02-22 05:23:06 +01:00
<Compile Include="WebSocket\LogFileWebSocketListener.cs" />
2013-05-31 05:38:46 +02:00
<Compile Include="WebSocket\SessionInfoWebSocketListener.cs" />
2013-02-22 05:23:06 +01:00
<Compile Include="WebSocket\SystemInfoWebSocketListener.cs" />
2013-02-21 02:33:05 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
<Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
<Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
<Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
2013-02-21 02:33:05 +01:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
2013-02-21 02:33:05 +01:00
</PropertyGroup>
<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>
-->
2012-07-12 08:55:27 +02:00
</Project>