Spotify.NET/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj

34 lines
948 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>
2018-08-24 13:30:50 +01:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\SpotifyAPI.Web.Auth.xml</DocumentationFile>
2018-08-24 13:57:37 +01:00
<NoWarn>1701;1702;1705;1591</NoWarn>
2018-08-24 13:30:50 +01:00
</PropertyGroup>
2018-08-24 13:51:48 +01:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.xml</DocumentationFile>
2018-08-24 13:57:37 +01:00
<NoWarn>1701;1702;1705;1591</NoWarn>
2018-08-24 13:51:48 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EmbedIO" Version="2.9.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**\*" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>