LibHac/libhac/libhac.csproj

18 lines
525 B
XML
Raw Normal View History

2018-06-20 19:42:56 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2018-06-16 19:11:38 +02:00
<PropertyGroup>
2018-06-21 16:25:20 +02:00
<OutputType>Library</OutputType>
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
2018-06-20 19:42:56 +02:00
<LangVersion>7.3</LangVersion>
2018-06-16 19:11:38 +02:00
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' ">
<DefineConstants>$(DefineConstants);USE_RSA_CNG</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" Condition=" '$(TargetFramework)' == 'net46' " />
</ItemGroup>
2018-06-16 19:11:38 +02:00
</Project>