csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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.
664 lines
37 KiB
664 lines
37 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" 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>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\MathNet.Numerics.snk</AssemblyOriginatorKeyFile>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</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>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Gallio, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.2.517.0\Gallio.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Gallio40, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.2.517.0\Gallio40.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MbUnit, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.2.517.0\MbUnit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MbUnit35, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.2.517.0\MbUnit35.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MbUnit40, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\Gallio_3.2.517.0\MbUnit40.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<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="ComplexTests\Complex32Test.TextHandling.cs" />
|
|
<Compile Include="ComplexTests\Complex32Test.cs" />
|
|
<Compile Include="DistributionTests\Continuous\CauchyTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ChiSquareTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ChiTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ErlangTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ExponentialTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\FisherSnedecorTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\InverseGammaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\LaplaceTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ParetoTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\RayleighTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\StableTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\ConwayMaxwellPoissonTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\PoissonTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\GeometricTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\HypergeometricTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\NegativeBinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\ZipfTests.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DistributionTests\Multivariate\InverseWishartTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\MatrixNormalTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\WishartTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DenseVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\DiagonalMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\CholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\GramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\EvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserGramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\LUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\QRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\SvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserCholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserEvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserLUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserQRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Factorization\UserSvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\DelimitedReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\DelimitedWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\MatlabReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\IO\MatlabWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixLoader.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\MatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\BiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\GpBiCgTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\MlkBiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Iterative\TFQMRTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\IteratorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\DiagonalTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IluptElementSorterTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IlutpTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\IncompleteLUTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\PreConditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\Preconditioners\UnitPreconditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\FailureStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\Solvers\StopCriterium\ResidualStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseVectorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\SparseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\UserDefinedVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex32\VectorTests.Norm.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\DenseVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\DiagonalMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\CholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\GramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\EvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserGramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\LUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\QRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\SvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserCholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserEvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserLUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserQRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Factorization\UserSvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\DelimitedReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\DelimitedWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\MatlabReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\IO\MatlabWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixLoader.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\MatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\BiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\GpBiCgTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\MlkBiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Iterative\TFQMRTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\IteratorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\DiagonalTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IluptElementSorterTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IlutpTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\IncompleteLUTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\PreConditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\Preconditioners\UnitPreconditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\FailureStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\Solvers\StopCriterium\ResidualStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseVectorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\SparseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\UserDefinedVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Complex\VectorTests.Norm.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DiagonalMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\GramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\EvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserEvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserGramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserCholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserLUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserQRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\UserSvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\SvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\QRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\IO\DelimitedWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\IO\DelimitedReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\IO\MatlabReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\IO\MatlabWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\BiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\GpBiCgTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\MlkBiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Iterative\TFQMRTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\IteratorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\DiagonalTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IluptElementSorterTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IlutpTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\IncompleteLUTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\PreConditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\Preconditioners\UnitPreconditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\FailureStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Solvers\StopCriterium\ResidualStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\SparseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DenseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DenseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DenseVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\DiagonalMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\CholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\GramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\EvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserGramSchmidtTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\LUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\QRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\SvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserCholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserEvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserLUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserQRTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Factorization\UserSvdTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\IO\DelimitedReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\IO\DelimitedWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\IO\MatlabReaderTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\IO\MatlabWriterTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixLoader.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\MatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\BiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\GpBiCgTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\MlkBiCgStabTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Iterative\TFQMRTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\IteratorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\DiagonalTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IluptElementSorterTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IlutpTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\IncompleteLUTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\PreConditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\Preconditioners\UnitPreconditionerTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\DivergenceStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\FailureStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\IterationCountStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\Solvers\StopCriterium\ResidualStopCriteriumTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\SparseMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\SparseVectorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\SparseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\UserDefinedVectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Single\VectorTests.Norm.cs" />
|
|
<Compile Include="PermutationTest.cs" />
|
|
<Compile Include="DistributionTests\CommonDistributionTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\BetaTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\ContinuousUniformTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\StudentTTests.cs" />
|
|
<Compile Include="DistributionTests\Continuous\LogNormalTests.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\Discrete\BinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\CategoricalTests.cs" />
|
|
<Compile Include="DistributionTests\Discrete\DiscreteUniformTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\DirichletTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\MultinomialTests.cs" />
|
|
<Compile Include="DistributionTests\Multivariate\NormalGammaTests.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\Factorization\CholeskyTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\Factorization\LUTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixLoader.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixTests.Arithmetic.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\SparseVectorTest.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\SparseVectorTest.TextHandling.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\UserDefinedMatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\MatrixTests.cs" />
|
|
<Compile Include="LinearAlgebraTests\Double\DenseMatrixTests.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\GcdRelatedTestBigInteger.cs" />
|
|
<Compile Include="NumberTheoryTests\GcdRelatedTest.cs" />
|
|
<Compile Include="NumberTheoryTests\IntegerTheoryTest.cs" />
|
|
<Compile Include="PrecisionTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Random\PalfTests.cs" />
|
|
<Compile Include="Random\XorshiftTests.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\CorrelationTests.cs" />
|
|
<Compile Include="StatisticsTests\HistogramTests.cs" />
|
|
<Compile Include="StatisticsTests\DescriptiveStatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\MetropolisHastingsSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\MetropolisSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\RejectionSamplerTests.cs" />
|
|
<Compile Include="StatisticsTests\PercentileTests.cs" />
|
|
<Compile Include="StatisticsTests\StatisticsTests.cs" />
|
|
<Compile Include="StatisticsTests\StatTestData.cs" />
|
|
<Compile Include="StatisticsTests\MCMCTests\UnivariateSliceSamplerTests.cs" />
|
|
<Compile Include="TrigonometryTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\data\Matlab\A.mat">
|
|
<Link>data\Matlab\A.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\collection-nocompress.mat">
|
|
<Link>data\Matlab\collection-nocompress.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\collection.mat">
|
|
<Link>data\Matlab\collection.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\complex.mat">
|
|
<Link>data\Matlab\complex.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse-large.mat">
|
|
<Link>data\Matlab\sparse-large.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse-small.mat">
|
|
<Link>data\Matlab\sparse-small.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\sparse_complex.mat">
|
|
<Link>data\Matlab\sparse_complex.mat</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\..\data\Matlab\v.mat">
|
|
<Link>data\Matlab\v.mat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<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>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Numerics\Numerics.csproj">
|
|
<Project>{B7CAE5F4-A23F-4438-B5BE-41226618B695}</Project>
|
|
<Name>Numerics</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<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>
|