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.
110 lines
5.0 KiB
110 lines
5.0 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>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{f2f8032b-a31d-4e33-a05e-f2cdcbfaa75d}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>FSharpUnitTests</RootNamespace>
|
|
<AssemblyName>MathNet.Numerics.FSharp.UnitTests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<Name>FSharpUnitTests</Name>
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
|
<TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<OutputPath>..\..\out\test\Net40\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test\Net40\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test\Net40\</BaseIntermediateOutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<OutputPath>..\..\out\test-debug\Net40\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test-debug\Net40\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test-debug\Net40\</BaseIntermediateOutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-Signed|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<OutputPath>..\..\out\test-signed\Net40\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test-signed\Net40\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test-signed\Net40\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0' ">
|
|
<!-- Workaround - remove once no longer needed! -->
|
|
<DefineConstants>$(DefineConstants);NOFSSLICESET1D</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="FsUnit.NUnit">
|
|
<HintPath>..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<ProjectReference Include="..\FSharp\FSharp.fsproj">
|
|
<Name>FSharp</Name>
|
|
<Project>{37e8e802-a354-4114-bfc1-6e1357da605b}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Numerics\Numerics.csproj">
|
|
<Name>Numerics</Name>
|
|
<Project>{b7cae5f4-a23f-4438-b5be-41226618b695}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="VectorTests.fs" />
|
|
<Compile Include="SparseVectorTests.fs" />
|
|
<Compile Include="DenseVectorTests.fs" />
|
|
<Compile Include="MatrixTests.fs" />
|
|
<Compile Include="SparseMatrixTests.fs" />
|
|
<Compile Include="DenseMatrixTests.fs" />
|
|
<Compile Include="Utilities.fs" />
|
|
<Compile Include="BigRationalTests.fs" />
|
|
<Compile Include="RandomVariableTests.fs" />
|
|
<Compile Include="PokerTests.fs" />
|
|
<Compile Include="FitTests.fs" />
|
|
<Compile Include="FindRootsTests.fs" />
|
|
<None Include="packages.config" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="'$(VisualStudioVersion)' == '11.0'">
|
|
<PropertyGroup>
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
</When>
|
|
<Otherwise>
|
|
<PropertyGroup>
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
</Otherwise>
|
|
</Choose>
|
|
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
|
|
</Project>
|