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.
136 lines
5.6 KiB
136 lines
5.6 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>{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\ContinuousUniform.cs">
|
|
<Link>Distributions\Continuous\ContinuousUniform.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\Interpolation\Algorithms\BarycentricInterpolation.cs">
|
|
<Link>Interpolation\Algorithms\BarycentricInterpolation.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\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\SpecialFunctions.cs">
|
|
<Link>SpecialFunctions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Managed\SpecialFunctions\Erf.cs">
|
|
<Link>SpecialFunctions\Erf.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>
|