Math.NET 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.
 
 
 

40 lines
2.2 KiB

<Project>
<PropertyGroup>
<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>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://numerics.mathdotnet.com/</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/mathnet/mathnet-numerics</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<StrongName Condition="'$(StrongName)' == ''">False</StrongName>
<PackageIdSuffix Condition="'$(PackageIdSuffix)' == ''"></PackageIdSuffix>
<TitleSuffix Condition="'$(TitleSuffix)' == ''"></TitleSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(StrongName)'=='True'">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build/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>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)build/icon.png" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>
<PropertyGroup>
<FsDocsLogoSource>/logo.png</FsDocsLogoSource>
<FsDocsLogoLink>https://numerics.mathdotnet.com/</FsDocsLogoLink>
<FsDocsNavbarPosition>fixed-left</FsDocsNavbarPosition>
</PropertyGroup>
</Project>