mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
109 lines
5.3 KiB
XML
109 lines
5.3 KiB
XML
<?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>
|
|
<AssemblyName>SpotifyAPI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
<DocumentationFile>bin\Release\SpotifyAPI.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<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="SpoitfyLocalAPI\CFID.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\Enum.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\ExtendedWebClient.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="SpoitfyLocalAPI\SpotifyEventHandler.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\Events.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\SpotifyMusicHandler.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\RemoteHandler.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\SpotifyAPI.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\StatusResponse.cs" />
|
|
<Compile Include="SpoitfyLocalAPI\Track.cs" />
|
|
<Compile Include="SpotifyWebAPI\AlbumType.cs" />
|
|
<Compile Include="SpotifyWebAPI\AutorizationCodeAuth.cs" />
|
|
<Compile Include="SpotifyWebAPI\ClientCredentialsAuth.cs" />
|
|
<Compile Include="SpotifyWebAPI\FollowType.cs" />
|
|
<Compile Include="SpotifyWebAPI\ImplicitGrantAuth.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\ArrayResponse.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\BasicModel.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\Category.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\CategoryList.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\CategoryPlaylist.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\FeaturedPlaylists.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\FullAlbum.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\FullArtist.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\FullTrack.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\NewAlbumReleases.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\SearchItem.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\PrivateProfile.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\GeneralModels.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\FullPlaylist.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\PublicProfile.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\SimpleAlbum.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\SimpleArtist.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\SimpleTrack.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\Snapshot.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\Token.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\SimplePlaylist.cs" />
|
|
<Compile Include="SpotifyWebAPI\Models\Paging.cs" />
|
|
<Compile Include="SpotifyWebAPI\Scope.cs" />
|
|
<Compile Include="SpotifyWebAPI\SearchType.cs" />
|
|
<Compile Include="SpotifyWebAPI\SimpleHttpServer.cs" />
|
|
<Compile Include="SpotifyWebAPI\SpotifyWebAPIClass.cs" />
|
|
<Compile Include="SpotifyWebAPI\StringAttribute.cs" />
|
|
<Compile Include="SpotifyWebAPI\Util.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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> |