|
|
@ -12,6 +12,8 @@ |
|
|
<AssemblyName>MathNet.Numerics.Native.UnitTests</AssemblyName> |
|
|
<AssemblyName>MathNet.Numerics.Native.UnitTests</AssemblyName> |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\MathNet.Numerics.snk</AssemblyOriginatorKeyFile> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -98,6 +100,11 @@ |
|
|
<Name>Native</Name> |
|
|
<Name>Native</Name> |
|
|
</ProjectReference> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<None Include="..\MathNet.Numerics.snk"> |
|
|
|
|
|
<Link>MathNet.Numerics.snk</Link> |
|
|
|
|
|
</None> |
|
|
|
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Folder Include="DistributionTests\Discrete\" /> |
|
|
<Folder Include="DistributionTests\Discrete\" /> |
|
|
<Folder Include="DistributionTests\Multivariate\" /> |
|
|
<Folder Include="DistributionTests\Multivariate\" /> |
|
|
|