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>
|
2014-12-04 17:18:11 +00:00
|
|
|
|
<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>
|
2014-02-17 12:03:00 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2014-01-07 15:26:03 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<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>
|
2014-02-17 12:03:00 +00:00
|
|
|
|
<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>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2014-01-07 15:26:03 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
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" />
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<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>
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<Compile Include="Local\ExtendedWebClient.cs">
|
2014-02-17 11:58:15 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-10-17 10:55:27 +01:00
|
|
|
|
<Compile Include="Local\VolumeMixerControl.cs" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<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" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<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\BasicModel.cs" />
|
|
|
|
|
<Compile Include="Web\Models\Category.cs" />
|
|
|
|
|
<Compile Include="Web\Models\CategoryList.cs" />
|
|
|
|
|
<Compile Include="Web\Models\CategoryPlaylist.cs" />
|
2015-07-26 13:00:17 +01:00
|
|
|
|
<Compile Include="Web\Models\CursorPaging.cs" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<Compile Include="Web\Models\FeaturedPlaylists.cs" />
|
2015-07-26 13:00:17 +01:00
|
|
|
|
<Compile Include="Web\Models\FollowedArtists.cs" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<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\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" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<Compile Include="Web\Util.cs" />
|
|
|
|
|
<Compile Include="Web\SpotifyWebClient.cs" />
|
2014-01-07 15:26:03 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2015-07-07 17:11:11 +01:00
|
|
|
|
<None Include="packages.config" />
|
2014-01-07 15:26:03 +00:00
|
|
|
|
</ItemGroup>
|
2014-07-20 21:42:46 +01:00
|
|
|
|
<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>
|