jellyfin/MediaBrowser.Api/MediaBrowser.Api.csproj

158 lines
7.6 KiB
XML
Raw Normal View History

2013-02-21 01:33:05 +00: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 19:00:11 +00: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 01:33:05 +00:00
</Reference>
2013-07-22 14:58:38 +00:00
<Reference Include="ServiceStack.Common, Version=3.9.56.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 05:06:46 +00:00
<SpecificVersion>False</SpecificVersion>
2013-07-22 14:58:38 +00:00
<HintPath>..\packages\ServiceStack.Common.3.9.56\lib\net35\ServiceStack.Common.dll</HintPath>
2013-02-21 01:33:05 +00:00
</Reference>
2013-07-22 14:58:38 +00:00
<Reference Include="ServiceStack.Interfaces, Version=3.9.56.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 05:06:46 +00:00
<SpecificVersion>False</SpecificVersion>
2013-07-22 14:58:38 +00:00
<HintPath>..\packages\ServiceStack.Common.3.9.56\lib\net35\ServiceStack.Interfaces.dll</HintPath>
2013-02-21 01:33:05 +00:00
</Reference>
2013-07-17 20:36:38 +00:00
<Reference Include="ServiceStack.Text, Version=3.9.55.0, Culture=neutral, processorArchitecture=MSIL">
2013-04-04 05:06:46 +00:00
<SpecificVersion>False</SpecificVersion>
2013-07-17 20:36:38 +00:00
<HintPath>..\packages\ServiceStack.Text.3.9.55\lib\net35\ServiceStack.Text.dll</HintPath>
2013-02-21 01:33:05 +00:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
2013-05-17 02:32:23 +00:00
<Reference Include="System.Drawing" />
2013-05-17 18:05:49 +00:00
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
2013-02-22 04:23:06 +00:00
<Reference Include="System.XML" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2013-02-22 07:17:50 +00:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="AlbumsService.cs" />
2013-03-16 05:52:33 +00:00
<Compile Include="BaseApiService.cs" />
<Compile Include="DisplayPreferencesService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="EnvironmentService.cs" />
<Compile Include="GamesService.cs" />
2013-05-02 14:30:38 +00:00
<Compile Include="Images\ImageByNameService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Images\ImageRequest.cs" />
<Compile Include="Images\ImageService.cs" />
<Compile Include="Images\ImageWriter.cs" />
2013-06-27 19:29:58 +00:00
<Compile Include="ItemRefreshService.cs" />
2013-06-27 19:06:37 +00:00
<Compile Include="ItemUpdateService.cs" />
2013-05-11 04:10:58 +00:00
<Compile Include="LibraryService.cs" />
2013-02-25 03:56:00 +00:00
<Compile Include="Library\LibraryHelpers.cs" />
<Compile Include="Library\LibraryService.cs" />
<Compile Include="Library\LibraryStructureService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="LocalizationService.cs" />
<Compile Include="MoviesService.cs" />
2013-07-06 21:23:32 +00:00
<Compile Include="NotificationsService.cs" />
2013-02-21 01:33:05 +00: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 04:19:05 +00: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 18:05:49 +00:00
<Compile Include="Playback\StaticRemoteStreamWriter.cs" />
2013-02-26 21:53:51 +00:00
<Compile Include="Playback\StreamRequest.cs" />
2013-02-27 04:19:05 +00:00
<Compile Include="Playback\StreamState.cs" />
<Compile Include="Playback\Progressive\VideoService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="PluginService.cs" />
2013-02-22 04:23:06 +00:00
<Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
<Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
2013-03-08 19:14:09 +00:00
<Compile Include="ApiEntryPoint.cs" />
2013-04-26 19:20:53 +00:00
<Compile Include="SearchService.cs" />
<Compile Include="SessionsService.cs" />
<Compile Include="SimilarItemsHelper.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="SystemService.cs" />
<Compile Include="TrailersService.cs" />
2013-05-01 03:28:26 +00:00
<Compile Include="TvShowsService.cs" />
2013-04-22 04:38:03 +00:00
<Compile Include="UserLibrary\ArtistsService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="UserLibrary\BaseItemsByNameService.cs" />
2013-03-11 05:06:55 +00:00
<Compile Include="UserLibrary\BaseItemsRequest.cs" />
2013-07-01 17:17:33 +00:00
<Compile Include="UserLibrary\GameGenresService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="UserLibrary\GenresService.cs" />
<Compile Include="UserLibrary\ItemByNameUserDataService.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="UserLibrary\ItemsService.cs" />
2013-06-11 03:31:00 +00:00
<Compile Include="UserLibrary\MusicGenresService.cs" />
2013-02-21 01:33:05 +00: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 04:23:06 +00:00
<Compile Include="WebSocket\LogFileWebSocketListener.cs" />
2013-05-31 03:38:46 +00:00
<Compile Include="WebSocket\SessionInfoWebSocketListener.cs" />
2013-02-22 04:23:06 +00:00
<Compile Include="WebSocket\SystemInfoWebSocketListener.cs" />
2013-02-21 01:33:05 +00: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 01:33:05 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
2013-02-21 01:33:05 +00: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 06:55:27 +00:00
</Project>