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.
228 lines
12 KiB
228 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Name>FSharpUnitTests</Name>
|
|
<AssemblyName>MathNet.Numerics.FSharp.UnitTests</AssemblyName>
|
|
<RootNamespace>FSharpUnitTests</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<ProjectGuid>{8c96f2e9-681b-4201-8bdd-0aa901203725}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion>
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<OutputPath>..\..\out\test\Net35\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test\Net35\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test\Net35\</BaseIntermediateOutputPath>
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS</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\Net35\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test-debug\Net35\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test-debug\Net35\</BaseIntermediateOutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NET35;NOSYSNUMERICS</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-Signed|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<OutputPath>..\..\out\test-signed\Net35\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test-signed\Net35\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test-signed\Net35\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<!-- Workaround - remove once no longer needed! -->
|
|
<DefineConstants>$(DefineConstants);NOFSSLICESET1D</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0' Or $(OS) != 'Windows_NT'">
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
|
|
<ItemGroup>
|
|
<Compile Include="..\..\paket-files\fsprojects\FsUnit\src\FsUnit.NUnit\FsUnit.fs">
|
|
<Paket>True</Paket>
|
|
<Link>paket-files/FsUnit.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\paket-files\fsprojects\FsUnit\src\FsUnit.NUnit\FsUnitTyped.fs">
|
|
<Paket>True</Paket>
|
|
<Link>paket-files/FsUnitTyped.fs</Link>
|
|
</Compile>
|
|
<Compile Include="AssemblyInfo.fs" />
|
|
<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="paket.references" />
|
|
<Compile Include="QuaternionTests.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Numerics\Numerics-Net35.csproj">
|
|
<Name>Numerics-Net35</Name>
|
|
<Project>{e54e712d-eb6b-4fbf-b29a-6bb95e719bac}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\FSharp\FSharp-Net35.fsproj">
|
|
<Name>FSharp-Net35</Name>
|
|
<Project>{d5dbcec0-9d9d-4a62-9ee0-f78e1895d4f4}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\TestData\TestData.csproj">
|
|
<Name>TestData</Name>
|
|
<Project>{af3253c9-4db5-45a0-98cf-c105fda9da47}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v3.5' Or $(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2')">
|
|
<ItemGroup>
|
|
<Reference Include="System.Threading">
|
|
<HintPath>..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v2.0' Or $(TargetFrameworkVersion) == 'v3.0' Or $(TargetFrameworkVersion) == 'v3.5')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\net20\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\net40\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == '.NETCore') Or ($(TargetFrameworkIdentifier) == 'Xamarin.Mac') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile44')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\portable-net45+monoandroid10+monotouch10+xamarinios10\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'Silverlight' And $(TargetFrameworkVersion) == 'v5.0') Or ($(TargetFrameworkProfile) == 'Profile24') Or ($(TargetFrameworkProfile) == 'Profile47')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')) Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\test\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v3.5'">
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\test\NUnit\lib\net35\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v2.0' Or $(TargetFrameworkVersion) == 'v3.0')">
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\test\NUnit\lib\net20\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0')">
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\test\NUnit\lib\net40\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2')">
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\test\NUnit\lib\net45\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkIdentifier) == '.NETCore') Or ($(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')) Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS') Or ($(TargetFrameworkIdentifier) == 'Xamarin.Mac') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile44') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
</Project>
|