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.
365 lines
16 KiB
365 lines
16 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8C9A5D3F-A20C-4D24-A09C-98E187A8D720}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MathNet.Numerics.UnitTests</RootNamespace>
|
|
<AssemblyName>MathNet.Numerics.UnitTests</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\MathNet.Numerics.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Gallio, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.0.6.787\bin\Gallio.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MbUnit, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.0.6.787\bin\MbUnit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MbUnit35, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.0.6.787\bin\MbUnit35.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ArgumentCheckContract.cs" />
|
|
<Compile Include="AssertHelpers.cs" />
|
|
<Compile Include="CombinatoricsTests\CombinatoricsCountingTest.cs" />
|
|
<Compile Include="ComplexTests\ComplexTest.TextHandling.cs" />
|
|
<Compile Include="ComplexTests\ComplexTest.cs" />
|
|
<Compile Include="DistributionTests\CommonDistributionTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\BetaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ContinuousUniformTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\WeibullTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\GammaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\NormalTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\BernoulliTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\DirichletTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\MultinomialTests.cs" />
|
|
<Compile Include="IntegralTransformsTests\HartleyTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\FourierTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\MatchingNaiveTransformTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\ParsevalTheoremTest.cs" />
|
|
<Compile Include="IntegralTransformsTests\InverseTransformTest.cs" />
|
|
<Compile Include="IntegrationTests\IntegrationTest.cs" />
|
|
<Compile Include="FunctionalHelpers.cs" />
|
|
<Compile Include="InterpolationTests\InterpolationInfrastuctureTest.cs" />
|
|
<Compile Include="InterpolationTests\InterpolationFunctionalContract.cs" />
|
|
<Compile Include="InterpolationTests\InterpolationInfrastructureContract.cs" />
|
|
<Compile Include="InterpolationTests\InterpolationFunctionalTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DenseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.Norm.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DenseVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\VectorTests.cs" />
|
|
<Compile Include="NumberTheoryTests\GcdRelatedTest.cs" />
|
|
<Compile Include="NumberTheoryTests\IntegerTheoryTest.cs" />
|
|
<Compile Include="PrecisionTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Random\Mcg31m1Tests.cs" />
|
|
<Compile Include="Random\Mcg59Tests.cs" />
|
|
<Compile Include="Random\MersenneTwisterTests.cs" />
|
|
<Compile Include="Random\Mrg32k3aTests.cs" />
|
|
<Compile Include="Random\RandomTests.cs" />
|
|
<Compile Include="Random\SystemCryptoTests.cs" />
|
|
<Compile Include="Random\SystemRandomExtensionTests.cs" />
|
|
<Compile Include="Random\WH1982Tests.cs" />
|
|
<Compile Include="Random\WH2006Tests.cs" />
|
|
<Compile Include="SortingTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\GammaTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\ErfTests.cs" />
|
|
<Compile Include="SpecialFunctionsTests\FactorialTest.cs" />
|
|
<Compile Include="SpecialFunctionsTests\SpecialFunctionsTests.cs" />
|
|
<Compile Include="StatisticsTests\DescriptiveStatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\StatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\StatTestData.cs" />
|
|
<Compile Include="ThreadingTests\ParallelForEachTests.cs" />
|
|
<Compile Include="ThreadingTests\ParallelForTests.cs" />
|
|
<Compile Include="TrigonometryTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Numerics\Numerics.csproj">
|
|
<Project>{B7CAE5F4-A23F-4438-B5BE-41226618B695}</Project>
|
|
<Name>Numerics</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\data\NIST\AtmWtAgt.dat">
|
|
<Link>data\NIST\AtmWtAgt.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Bennett5.dat">
|
|
<Link>data\NIST\Bennett5.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\BoxBOD.dat">
|
|
<Link>data\NIST\BoxBOD.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Chwirut1.dat">
|
|
<Link>data\NIST\Chwirut1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Chwirut2.dat">
|
|
<Link>data\NIST\Chwirut2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\DanWood.dat">
|
|
<Link>data\NIST\DanWood.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Eckerle4.dat">
|
|
<Link>data\NIST\Eckerle4.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\ENSO.dat">
|
|
<Link>data\NIST\ENSO.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Filip.dat">
|
|
<Link>data\NIST\Filip.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss1.dat">
|
|
<Link>data\NIST\Gauss1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss2.dat">
|
|
<Link>data\NIST\Gauss2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Gauss3.dat">
|
|
<Link>data\NIST\Gauss3.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Hahn1.dat">
|
|
<Link>data\NIST\Hahn1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Kirby2.dat">
|
|
<Link>data\NIST\Kirby2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos1.dat">
|
|
<Link>data\NIST\Lanczos1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos2.dat">
|
|
<Link>data\NIST\Lanczos2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lanczos3.dat">
|
|
<Link>data\NIST\Lanczos3.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lew.dat">
|
|
<Link>data\NIST\Lew.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Longley.dat">
|
|
<Link>data\NIST\Longley.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Lottery.dat">
|
|
<Link>data\NIST\Lottery.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Mavro.dat">
|
|
<Link>data\NIST\Mavro.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH09.dat">
|
|
<Link>data\NIST\MGH09.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH10.dat">
|
|
<Link>data\NIST\MGH10.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\MGH17.dat">
|
|
<Link>data\NIST\MGH17.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Michelso.dat">
|
|
<Link>data\NIST\Michelso.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1a.dat">
|
|
<Link>data\NIST\Misra1a.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1b.dat">
|
|
<Link>data\NIST\Misra1b.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1c.dat">
|
|
<Link>data\NIST\Misra1c.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Misra1d.dat">
|
|
<Link>data\NIST\Misra1d.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Nelson.dat">
|
|
<Link>data\NIST\Nelson.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NoInt1.dat">
|
|
<Link>data\NIST\NoInt1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NoInt2.dat">
|
|
<Link>data\NIST\NoInt2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Norris.dat">
|
|
<Link>data\NIST\Norris.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc1.dat">
|
|
<Link>data\NIST\NumAcc1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc2.dat">
|
|
<Link>data\NIST\NumAcc2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc3.dat">
|
|
<Link>data\NIST\NumAcc3.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\NumAcc4.dat">
|
|
<Link>data\NIST\NumAcc4.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Pontius.dat">
|
|
<Link>data\NIST\Pontius.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Rat42.dat">
|
|
<Link>data\NIST\Rat42.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Rat43.dat">
|
|
<Link>data\NIST\Rat43.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Roszman1.dat">
|
|
<Link>data\NIST\Roszman1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SiRstvt.dat">
|
|
<Link>data\NIST\SiRstvt.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs01t.dat">
|
|
<Link>data\NIST\SmLs01t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs02t.dat">
|
|
<Link>data\NIST\SmLs02t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs03t.dat">
|
|
<Link>data\NIST\SmLs03t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs04t.dat">
|
|
<Link>data\NIST\SmLs04t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs05t.dat">
|
|
<Link>data\NIST\SmLs05t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs06t.dat">
|
|
<Link>data\NIST\SmLs06t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs07t.dat">
|
|
<Link>data\NIST\SmLs07t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs08t.dat">
|
|
<Link>data\NIST\SmLs08t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\SmLs09t.dat">
|
|
<Link>data\NIST\SmLs09t.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Thurber.dat">
|
|
<Link>data\NIST\Thurber.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler1.dat">
|
|
<Link>data\NIST\Wampler1.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler2.dat">
|
|
<Link>data\NIST\Wampler2.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler3.dat">
|
|
<Link>data\NIST\Wampler3.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler4.dat">
|
|
<Link>data\NIST\Wampler4.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\NIST\Wampler5.dat">
|
|
<Link>data\NIST\Wampler5.dat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\MathNet.Numerics.snk">
|
|
<Link>MathNet.Numerics.snk</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|