Math.NET 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.
 
 
 

144 lines
6.5 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>{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\ContinuousUniformTests.cs">
<Link>DistributionTests\Continuous\ContinuousUniformTests.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\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\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>