9 changed files with 4 additions and 728 deletions
@ -1,111 +0,0 @@ |
|||
<?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="AssertHelpers.cs" /> |
|||
<Compile Include="CombinatoricsTests\CombinatoricsCountingTest.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\GammaTests.cs" /> |
|||
<Compile Include="DistributionTests\Continuous\NormalTests.cs" /> |
|||
<Compile Include="IntegralTransformsTests\DhtTest.cs" /> |
|||
<Compile Include="IntegralTransformsTests\DftTest.cs" /> |
|||
<Compile Include="IntegrationTests\IntegrationTest.cs" /> |
|||
<Compile Include="InterpolationTests\InterpolationContract.cs" /> |
|||
<Compile Include="InterpolationTests\InterpolationTest.cs" /> |
|||
<Compile Include="NumberTheoryTests\GcdRelatedTest.cs" /> |
|||
<Compile Include="NumberTheoryTests\IntegerTheoryTest.cs" /> |
|||
<Compile Include="PrecisionTest.cs" /> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
<Compile Include="SortingTests.cs" /> |
|||
<Compile Include="SpecialFunctionsTest\ErfTests.cs" /> |
|||
<Compile Include="SpecialFunctionsTest\SpecialFunctionsTests.cs" /> |
|||
<Compile Include="StatisticsTests\DescriptiveStatisticsTests.cs" /> |
|||
<Compile Include="StatisticsTests\StatisticsTests.cs" /> |
|||
<Compile Include="StatisticsTests\StatTestData.cs" /> |
|||
<Compile Include="ThreadingTests\ParallelTest.cs" /> |
|||
<Compile Include="TrigonometryTest.cs" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ProjectReference Include="..\Managed\Managed.csproj"> |
|||
<Project>{B7CAE5F4-A23F-4438-B5BE-41226618B695}</Project> |
|||
<Name>Managed</Name> |
|||
</ProjectReference> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<None Include="..\MathNet.Numerics.snk"> |
|||
<Link>MathNet.Numerics.snk</Link> |
|||
</None> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Folder Include="DistributionTests\Discrete\" /> |
|||
<Folder Include="DistributionTests\Multivariate\" /> |
|||
</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> |
|||
@ -1,129 +0,0 @@ |
|||
<?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>{B7CAE5F4-A23F-4438-B5BE-41226618B695}</ProjectGuid> |
|||
<OutputType>Library</OutputType> |
|||
<AppDesignerFolder>Properties</AppDesignerFolder> |
|||
<RootNamespace>MathNet.Numerics</RootNamespace> |
|||
<AssemblyName>MathNet.Numerics</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> |
|||
<DocumentationFile> |
|||
</DocumentationFile> |
|||
</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> |
|||
<DocumentationFile>bin\Release\MathNet.Numerics.XML</DocumentationFile> |
|||
</PropertyGroup> |
|||
<ItemGroup> |
|||
<Reference Include="System" /> |
|||
<Reference Include="System.Core"> |
|||
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|||
</Reference> |
|||
<Reference Include="System.Data" /> |
|||
<Reference Include="System.Xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Compile Include="Combinatorics.cs" /> |
|||
<Compile Include="Complex.cs" /> |
|||
<Compile Include="Constants.cs" /> |
|||
<Compile Include="Control.cs" /> |
|||
<Compile Include="Distributions\Continuous\Beta.cs" /> |
|||
<Compile Include="Distributions\Continuous\ContinuousUniform.cs" /> |
|||
<Compile Include="Distributions\Continuous\Gamma.cs" /> |
|||
<Compile Include="Distributions\Continuous\Normal.cs" /> |
|||
<Compile Include="Distributions\Discrete\Bernoulli.cs" /> |
|||
<Compile Include="Distributions\IContinuousDistribution.cs" /> |
|||
<Compile Include="Distributions\IDiscreteDistribution.cs" /> |
|||
<Compile Include="Distributions\IDistribution.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteHartleyTransform.Naive.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteHartleyTransform.Options.cs" /> |
|||
<Compile Include="IntegralTransforms\HartleyOptions.cs" /> |
|||
<Compile Include="IPrecisionSupport.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteFourierTransform.Options.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteFourierTransform.Bluestein.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteFourierTransform.Naive.cs" /> |
|||
<Compile Include="IntegralTransforms\Algorithms\DiscreteFourierTransform.RadixN.cs" /> |
|||
<Compile Include="IntegralTransforms\Transform.cs" /> |
|||
<Compile Include="IntegralTransforms\FourierOptions.cs" /> |
|||
<Compile Include="Integration\Algorithms\DoubleExponentialTransformation.cs" /> |
|||
<Compile Include="Integration\Algorithms\SimpsonRule.cs" /> |
|||
<Compile Include="Integration\Algorithms\NewtonCotesTrapeziumRule.cs" /> |
|||
<Compile Include="Integration\Integrate.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\AkimaSplineInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\BarycentricInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\BulirschStoerRationalInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\CubicSplineInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\CubicHermiteSplineInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\FloaterHormannRationalInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\LinearSplineInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\NevillePolynomialInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Algorithms\SplineInterpolation.cs" /> |
|||
<Compile Include="Interpolation\IInterpolation.cs" /> |
|||
<Compile Include="Interpolation\Interpolate.cs" /> |
|||
<Compile Include="Interpolation\SplineBoundaryCondition.cs" /> |
|||
<Compile Include="NumberTheory\IntegerTheory.cs" /> |
|||
<Compile Include="NumberTheory\IntegerTheory.Euclid.cs" /> |
|||
<Compile Include="Precision.cs" /> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
<Compile Include="Properties\Resources.Designer.cs"> |
|||
<AutoGen>True</AutoGen> |
|||
<DesignTime>True</DesignTime> |
|||
<DependentUpon>Resources.resx</DependentUpon> |
|||
</Compile> |
|||
<Compile Include="SiConstants.cs" /> |
|||
<Compile Include="SiPrefixes.cs" /> |
|||
<Compile Include="Sorting.cs" /> |
|||
<Compile Include="SpecialFunctions.cs" /> |
|||
<Compile Include="SpecialFunctions\Erf.cs" /> |
|||
<Compile Include="Statistics\DescriptiveStatistics.cs" /> |
|||
<Compile Include="Statistics\Statistics.cs" /> |
|||
<Compile Include="Threading\AggregateException.cs" /> |
|||
<Compile Include="Threading\Parallel.cs" /> |
|||
<Compile Include="Threading\Task.cs" /> |
|||
<Compile Include="Threading\ThreadQueue.cs" /> |
|||
<Compile Include="Trigonometry.cs" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<EmbeddedResource Include="Properties\Resources.resx"> |
|||
<Generator>ResXFileCodeGenerator</Generator> |
|||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|||
</EmbeddedResource> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<None Include="..\MathNet.Numerics.snk"> |
|||
<Link>MathNet.Numerics.snk</Link> |
|||
</None> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Folder Include="Distributions\Multivariate\" /> |
|||
</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> |
|||
@ -1,156 +0,0 @@ |
|||
<?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>{0FCA7B04-D5B7-45B9-A7A5-423BEAD29114}</ProjectGuid> |
|||
<OutputType>Library</OutputType> |
|||
<AppDesignerFolder>Properties</AppDesignerFolder> |
|||
<RootNamespace>MathNet.Numerics.UnitTests</RootNamespace> |
|||
<AssemblyName>MathNet.Numerics.Native.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="..\Managed.UnitTests\AssertHelpers.cs"> |
|||
<Link>AssertHelpers.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\CombinatoricsTests\CombinatoricsCountingTest.cs"> |
|||
<Link>CombinatoricsTests\CombinatoricsCountingTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\ComplexTests\ComplexTest.cs"> |
|||
<Link>ComplexTests\ComplexTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\DistributionTests\Continuous\BetaTests.cs"> |
|||
<Link>DistributionTests\Continuous\BetaTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\DistributionTests\Continuous\ContinuousUniformTests.cs"> |
|||
<Link>DistributionTests\Continuous\ContinuousUniformTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\DistributionTests\Continuous\GammaTests.cs"> |
|||
<Link>DistributionTests\Continuous\GammaTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\DistributionTests\Continuous\NormalTests.cs"> |
|||
<Link>DistributionTests\Continuous\NormalTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\IntegralTransformsTests\DftTest.cs"> |
|||
<Link>IntegralTransformsTests\DftTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\IntegralTransformsTests\DhtTest.cs"> |
|||
<Link>IntegralTransformsTests\DhtTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\IntegrationTests\IntegrationTest.cs"> |
|||
<Link>IntegrationTests\IntegrationTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\InterpolationTests\InterpolationContract.cs"> |
|||
<Link>InterpolationTests\InterpolationContract.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\InterpolationTests\InterpolationTest.cs"> |
|||
<Link>InterpolationTests\InterpolationTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\NumberTheoryTests\GcdRelatedTest.cs"> |
|||
<Link>NumberTheoryTests\GcdRelatedTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\NumberTheoryTests\IntegerTheoryTest.cs"> |
|||
<Link>NumberTheoryTests\IntegerTheoryTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\PrecisionTest.cs"> |
|||
<Link>PrecisionTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\SortingTests.cs"> |
|||
<Link>SortingTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\SpecialFunctionsTest\ErfTests.cs"> |
|||
<Link>SpecialFunctionsTest\ErfTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\SpecialFunctionsTest\SpecialFunctionsTests.cs"> |
|||
<Link>SpecialFunctionsTest\SpecialFunctionsTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\StatisticsTests\DescriptiveStatisticsTests.cs"> |
|||
<Link>StatisticsTests\DescriptiveStatisticsTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\StatisticsTests\StatisticsTests.cs"> |
|||
<Link>StatisticsTests\StatisticsTests.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\StatisticsTests\StatTestData.cs"> |
|||
<Link>StatisticsTests\StatTestData.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\ThreadingTests\ParallelTest.cs"> |
|||
<Link>ThreadingTests\ParallelTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed.UnitTests\TrigonometryTest.cs"> |
|||
<Link>TrigonometryTest.cs</Link> |
|||
</Compile> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ProjectReference Include="..\Native\Native.csproj"> |
|||
<Project>{4FE24723-A98A-4EB6-B266-03E35967695B}</Project> |
|||
<Name>Native</Name> |
|||
</ProjectReference> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<None Include="..\MathNet.Numerics.snk"> |
|||
<Link>MathNet.Numerics.snk</Link> |
|||
</None> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Folder Include="DistributionTests\Discrete\" /> |
|||
<Folder Include="DistributionTests\Multivariate\" /> |
|||
</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> |
|||
@ -1,38 +0,0 @@ |
|||
using System.Reflection; |
|||
using System.Resources; |
|||
using System.Runtime.CompilerServices; |
|||
using System.Runtime.InteropServices; |
|||
|
|||
// General Information about an assembly is controlled through the following
|
|||
// set of attributes. Change these attribute values to modify the information
|
|||
// associated with an assembly.
|
|||
[assembly: AssemblyTitle("Math.NET Numerics (Native) Unit Tests")] |
|||
[assembly: AssemblyDescription("")] |
|||
[assembly: AssemblyConfiguration("")] |
|||
[assembly: AssemblyCompany("Math.NET Project")] |
|||
[assembly: AssemblyProduct("Math.NET Numerics")] |
|||
[assembly: AssemblyCopyright("Copyright © Math.NET Project")] |
|||
[assembly: AssemblyTrademark("")] |
|||
[assembly: AssemblyCulture("")] |
|||
|
|||
// Setting ComVisible to false makes the types in this assembly not visible
|
|||
// to COM components. If you need to access a type in this assembly from
|
|||
// COM, set the ComVisible attribute to true on that type.
|
|||
[assembly: ComVisible(false)] |
|||
|
|||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|||
[assembly: Guid("3b199806-db41-46df-8235-85e472577cfb")] |
|||
|
|||
// Version information for an assembly consists of the following four values:
|
|||
//
|
|||
// Major Version
|
|||
// Minor Version
|
|||
// Build Number
|
|||
// Revision
|
|||
//
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
|||
// by using the '*' as shown below:
|
|||
// [assembly: AssemblyVersion("1.0.*")]
|
|||
[assembly: AssemblyVersion("1.0.0.0")] |
|||
[assembly: AssemblyFileVersion("1.0.0.0")] |
|||
[assembly: NeutralResourcesLanguage("en")] |
|||
@ -1,229 +0,0 @@ |
|||
<?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>{4FE24723-A98A-4EB6-B266-03E35967695B}</ProjectGuid> |
|||
<OutputType>Library</OutputType> |
|||
<AppDesignerFolder>Properties</AppDesignerFolder> |
|||
<RootNamespace>MathNet.Numerics</RootNamespace> |
|||
<AssemblyName>MathNet.Numerics.Native</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="System" /> |
|||
<Reference Include="System.Core"> |
|||
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|||
</Reference> |
|||
<Reference Include="System.Data" /> |
|||
<Reference Include="System.Xml" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Compile Include="..\Managed\Combinatorics.cs"> |
|||
<Link>Combinatorics.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Complex.cs"> |
|||
<Link>Complex.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Constants.cs"> |
|||
<Link>Constants.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Control.cs"> |
|||
<Link>Control.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\Continuous\Beta.cs"> |
|||
<Link>Distributions\Continuous\Beta.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\Continuous\ContinuousUniform.cs"> |
|||
<Link>Distributions\Continuous\ContinuousUniform.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\Continuous\Gamma.cs"> |
|||
<Link>Distributions\Continuous\Gamma.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\Continuous\Normal.cs"> |
|||
<Link>Distributions\Continuous\Normal.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\Discrete\Bernoulli.cs"> |
|||
<Link>Distributions\Discrete\Bernoulli.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\IContinuousDistribution.cs"> |
|||
<Link>Distributions\IContinuousDistribution.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\IDiscreteDistribution.cs"> |
|||
<Link>Distributions\IDiscreteDistribution.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Distributions\IDistribution.cs"> |
|||
<Link>Distributions\IDistribution.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteFourierTransform.Bluestein.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteFourierTransform.Bluestein.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteFourierTransform.Naive.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteFourierTransform.Naive.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteFourierTransform.Options.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteFourierTransform.Options.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteFourierTransform.RadixN.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteFourierTransform.RadixN.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteHartleyTransform.Naive.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteHartleyTransform.Naive.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Algorithms\DiscreteHartleyTransform.Options.cs"> |
|||
<Link>IntegralTransforms\Algorithms\DiscreteHartleyTransform.Options.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\FourierOptions.cs"> |
|||
<Link>IntegralTransforms\FourierOptions.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\HartleyOptions.cs"> |
|||
<Link>IntegralTransforms\HartleyOptions.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IntegralTransforms\Transform.cs"> |
|||
<Link>IntegralTransforms\Transform.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Integration\Algorithms\DoubleExponentialTransformation.cs"> |
|||
<Link>Integration\Algorithms\DoubleExponentialTransformation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Integration\Algorithms\NewtonCotesTrapeziumRule.cs"> |
|||
<Link>Integration\Algorithms\NewtonCotesTrapeziumRule.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Integration\Algorithms\SimpsonRule.cs"> |
|||
<Link>Integration\Algorithms\SimpsonRule.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Integration\Integrate.cs"> |
|||
<Link>Integration\Integrate.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\AkimaSplineInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\AkimaSplineInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\BarycentricInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\BarycentricInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\BulirschStoerRationalInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\BulirschStoerRationalInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\CubicHermiteSplineInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\CubicHermiteSplineInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\CubicSplineInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\CubicSplineInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\FloaterHormannRationalInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\FloaterHormannRationalInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\LinearSplineInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\LinearSplineInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\NevillePolynomialInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\NevillePolynomialInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Algorithms\SplineInterpolation.cs"> |
|||
<Link>Interpolation\Algorithms\SplineInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\IInterpolation.cs"> |
|||
<Link>Interpolation\IInterpolation.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\Interpolate.cs"> |
|||
<Link>Interpolation\Interpolate.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Interpolation\SplineBoundaryCondition.cs"> |
|||
<Link>Interpolation\SplineBoundaryCondition.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\IPrecisionSupport.cs"> |
|||
<Link>IPrecisionSupport.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\NumberTheory\IntegerTheory.cs"> |
|||
<Link>NumberTheory\IntegerTheory.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\NumberTheory\IntegerTheory.Euclid.cs"> |
|||
<Link>NumberTheory\IntegerTheory.Euclid.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Precision.cs"> |
|||
<Link>Precision.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Properties\Resources.Designer.cs"> |
|||
<Link>Properties\Resources.Designer.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\SiConstants.cs"> |
|||
<Link>SiConstants.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\SiPrefixes.cs"> |
|||
<Link>SiPrefixes.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Sorting.cs"> |
|||
<Link>Sorting.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\SpecialFunctions.cs"> |
|||
<Link>SpecialFunctions.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\SpecialFunctions\Erf.cs"> |
|||
<Link>SpecialFunctions\Erf.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Statistics\DescriptiveStatistics.cs"> |
|||
<Link>Statistics\DescriptiveStatistics.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Statistics\Statistics.cs"> |
|||
<Link>Statistics\Statistics.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Threading\AggregateException.cs"> |
|||
<Link>Threading\AggregateException.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Threading\Parallel.cs"> |
|||
<Link>Threading\Parallel.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Threading\Task.cs"> |
|||
<Link>Threading\Task.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Threading\ThreadQueue.cs"> |
|||
<Link>Threading\ThreadQueue.cs</Link> |
|||
</Compile> |
|||
<Compile Include="..\Managed\Trigonometry.cs"> |
|||
<Link>Trigonometry.cs</Link> |
|||
</Compile> |
|||
<Compile Include="Properties\AssemblyInfo.cs" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<EmbeddedResource Include="..\Managed\Properties\Resources.resx"> |
|||
<Link>Properties\Resources.resx</Link> |
|||
</EmbeddedResource> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<None Include="..\MathNet.Numerics.snk"> |
|||
<Link>MathNet.Numerics.snk</Link> |
|||
</None> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<Folder Include="Distributions\Multivariate\" /> |
|||
</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> |
|||
@ -1,49 +0,0 @@ |
|||
// <copyright file="AssemblyInfo.cs" company="Math.NET">
|
|||
// Math.NET Numerics, part of the Math.NET Project
|
|||
// http://mathnet.opensourcedotnet.info
|
|||
//
|
|||
// Copyright (c) 2009 Math.NET
|
|||
//
|
|||
// Permission is hereby granted, free of charge, to any person
|
|||
// obtaining a copy of this software and associated documentation
|
|||
// files (the "Software"), to deal in the Software without
|
|||
// restriction, including without limitation the rights to use,
|
|||
// copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|||
// copies of the Software, and to permit persons to whom the
|
|||
// Software is furnished to do so, subject to the following
|
|||
// conditions:
|
|||
//
|
|||
// The above copyright notice and this permission notice shall be
|
|||
// included in all copies or substantial portions of the Software.
|
|||
//
|
|||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|||
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|||
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|||
// OTHER DEALINGS IN THE SOFTWARE.
|
|||
// </copyright>
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
using System.Resources; |
|||
using System.Runtime.CompilerServices; |
|||
using System.Runtime.InteropServices; |
|||
|
|||
[assembly: AssemblyTitle("Math.NET Numerics (Native)")] |
|||
[assembly: AssemblyDescription("")] |
|||
[assembly: AssemblyConfiguration("")] |
|||
[assembly: AssemblyCompany("Math.NET Project")] |
|||
[assembly: AssemblyProduct("Math.NET Numerics")] |
|||
[assembly: AssemblyCopyright("Copyright © Math.NET Project")] |
|||
[assembly: AssemblyTrademark("")] |
|||
[assembly: AssemblyCulture("")] |
|||
[assembly: CLSCompliant(true)] |
|||
[assembly: ComVisible(false)] |
|||
[assembly: Guid("2b6a14a7-2aee-4bdc-a95a-2f496fe06cb7")] |
|||
[assembly: AssemblyVersion("1.0.0.0")] |
|||
[assembly: AssemblyFileVersion("1.0.0.0")] |
|||
[assembly: NeutralResourcesLanguage("en")] |
|||
[assembly: InternalsVisibleTo("MathNet.Numerics.Native.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed2314a577643d859571b8b9307c6ff2670525c4598fbb307e57ea65ebf5d4417284cb3da9181636480b623f4db8cc3c1947244ba069df0df86e2431621f51a488f9929519a1c5d0ae595f6e2d0e4094685f0c1229ff658360acbb9f63f1a0258e984dda00dc7ad4fd16dbb550ec1ef8a11df138402b7c1998ee224e652c839b")] |
|||
Loading…
Reference in new issue