forked from tsai/mathnet-numerics
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.8 KiB
31 lines
1.8 KiB
<Project>
|
|
<PropertyGroup>
|
|
<RuntimeFrameworkVersion>2.0.7</RuntimeFrameworkVersion>
|
|
<NetStandardImplicitPackageVersion>2.0.2</NetStandardImplicitPackageVersion>
|
|
<Company>Math.NET Project</Company>
|
|
<Product>Math.NET Numerics</Product>
|
|
<Authors>Christoph Ruegg, Marcus Cuda, Jurgen Van Gael</Authors>
|
|
<Copyright>Copyright Math.NET Project</Copyright>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<PackageLicenseUrl>https://numerics.mathdotnet.com/License.html</PackageLicenseUrl>
|
|
<PackageProjectUrl>https://numerics.mathdotnet.com/</PackageProjectUrl>
|
|
<PackageIconUrl>https://www.mathdotnet.com/images/MathNet128.png</PackageIconUrl>
|
|
<RepositoryUrl>https://github.com/mathnet/mathnet-numerics</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(StrongName)'=='True'">
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>../MathNet.Numerics.snk</AssemblyOriginatorKeyFile>
|
|
<DelaySign>false</DelaySign>
|
|
<CommonConstants>STRONGNAME</CommonConstants>
|
|
<PackageIdSuffix>.Signed</PackageIdSuffix>
|
|
<TitleSuffix> - Strong Name Edition</TitleSuffix>
|
|
<DescriptionSuffix> This package contains strong-named assemblies for legacy use cases (not recommended).</DescriptionSuffix>
|
|
<DefineConstants>$(CommonConstants)</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(TargetFramework)'!='netstandard1.3'">
|
|
<DefineConstants>NATIVE;$(CommonConstants)</DefineConstants>
|
|
</PropertyGroup>
|
|
</Project>
|
|
|