-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFoxTunes.MetaData.csproj
28 lines (22 loc) · 1.02 KB
/
FoxTunes.MetaData.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net40;net48</TargetFrameworks>
<AssemblyName>FoxTunes.MetaData</AssemblyName>
<OutputPath>..\distribution\</OutputPath>
<SkipEnsureBindingRedirects>true</SkipEnsureBindingRedirects>
<SkipValidatePackageReferences>true</SkipValidatePackageReferences>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FoxTunes.Core\FoxTunes.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" Condition="'$(TargetFramework)' == 'net40'" />
<PackageReference Include="Microsoft.Bcl.Build" Version="1.0.21" Condition="'$(TargetFramework)' == 'net40'" />
</ItemGroup>
<Import Project="$(UserProfile)\.nuget\packages\Microsoft.Bcl.Build\1.0.21\build\Microsoft.Bcl.Build.targets" Condition="'$(TargetFramework)' == 'net40'" />
</Project>