Spotify.NET/SpotifyAPI/SpotifyAPI.csproj

129 lines
6.2 KiB
XML
Raw Normal View History

2014-01-07 15:26:03 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{EBBE35E2-7B91-4D7D-B8FC-3A0472F5119D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SpotifyAPI</RootNamespace>
2014-01-07 15:26:03 +00:00
<AssemblyName>SpotifyAPI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
2015-07-07 17:34:59 +01:00
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2014-01-07 15:26:03 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
2014-01-07 15:26:03 +00:00
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\SpotifyAPI.XML</DocumentationFile>
<NoWarn>1591</NoWarn>
2015-10-16 23:39:11 +01:00
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2014-01-07 15:26:03 +00:00
</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>
<DocumentationFile>bin\Release\SpotifyAPI.XML</DocumentationFile>
2015-07-07 17:25:14 +01:00
<NoWarn>1591</NoWarn>
2014-01-07 15:26:03 +00:00
</PropertyGroup>
<ItemGroup>
2016-03-05 13:32:50 +00:00
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
2014-01-07 15:26:03 +00:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
2014-01-08 22:22:54 +00:00
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
2014-01-07 15:26:03 +00:00
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Local\ExtendedWebClient.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Local\Models\SpotifyUri.cs" />
<Compile Include="Local\VolumeMixerControl.cs" />
<Compile Include="Web\IClient.cs" />
<Compile Include="Local\Models\CFID.cs" />
<Compile Include="Local\Enums\AlbumArtSize.cs" />
<Compile Include="Local\Models\OpenGraphState.cs" />
<Compile Include="Local\Models\SpotifyResource.cs" />
<Compile Include="Local\Models\TrackResourceLocation.cs" />
<Compile Include="Local\LocalEvents.cs" />
<Compile Include="Local\RemoteHandler.cs" />
<Compile Include="Local\SpotifyLocalAPI.cs" />
2014-01-07 15:26:03 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Local\Models\StatusResponse.cs" />
<Compile Include="Local\Models\Track.cs" />
<Compile Include="Web\Enums\AlbumType.cs" />
<Compile Include="Web\Auth\AutorizationCodeAuth.cs" />
<Compile Include="Web\Auth\ClientCredentialsAuth.cs" />
<Compile Include="Web\Enums\FollowType.cs" />
<Compile Include="Web\Auth\ImplicitGrantAuth.cs" />
<Compile Include="Web\Models\ArrayResponse.cs" />
<Compile Include="Web\Models\AudioFeatures.cs" />
<Compile Include="Web\Models\BasicModel.cs" />
<Compile Include="Web\Models\Category.cs" />
<Compile Include="Web\Models\CategoryList.cs" />
<Compile Include="Web\Models\CategoryPlaylist.cs" />
<Compile Include="Web\Models\CursorPaging.cs" />
<Compile Include="Web\Models\FeaturedPlaylists.cs" />
<Compile Include="Web\Models\FollowedArtists.cs" />
<Compile Include="Web\Models\FullAlbum.cs" />
<Compile Include="Web\Models\FullArtist.cs" />
<Compile Include="Web\Models\FullTrack.cs" />
<Compile Include="Web\Models\NewAlbumReleases.cs" />
<Compile Include="Web\Models\SearchItem.cs" />
<Compile Include="Web\Models\PrivateProfile.cs" />
<Compile Include="Web\Models\GeneralModels.cs" />
<Compile Include="Web\Models\FullPlaylist.cs" />
<Compile Include="Web\Models\PublicProfile.cs" />
<Compile Include="Web\Models\SeveralAlbums.cs" />
<Compile Include="Web\Models\SeveralArtists.cs" />
<Compile Include="Web\Models\SeveralAudioFeatures.cs" />
<Compile Include="Web\Models\SeveralTracks.cs" />
<Compile Include="Web\Models\SimpleAlbum.cs" />
<Compile Include="Web\Models\SimpleArtist.cs" />
<Compile Include="Web\Models\SimpleTrack.cs" />
<Compile Include="Web\Models\Snapshot.cs" />
<Compile Include="Web\Models\Token.cs" />
<Compile Include="Web\Models\SimplePlaylist.cs" />
<Compile Include="Web\Models\Paging.cs" />
<Compile Include="Web\Enums\Scope.cs" />
<Compile Include="Web\Enums\SearchType.cs" />
<Compile Include="Web\SimpleHttpServer.cs" />
<Compile Include="Web\SpotifyWebAPI.cs" />
2015-11-05 20:20:22 +00:00
<Compile Include="Web\SpotifyWebBuilder.cs" />
<Compile Include="Web\Util.cs" />
<Compile Include="Web\SpotifyWebClient.cs" />
2014-01-07 15:26:03 +00:00
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
2014-01-07 15:26:03 +00:00
</ItemGroup>
<ItemGroup />
2014-01-07 15:26:03 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2015-07-07 17:34:59 +01:00
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2014-01-07 15:26:03 +00:00
<!-- 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>