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.
94 lines
4.6 KiB
94 lines
4.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{EC24DA9F-8772-491D-BA56-3ADA75072B3D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>FSharpPortableUnitTests</RootNamespace>
|
|
<AssemblyName>MathNet.Numerics.FSharp.UnitTests344</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<Name>FSharpUnitTests-Portable344</Name>
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
|
<TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DefineConstants>TRACE;PORTABLE;NOSYSNUMERICS</DefineConstants>
|
|
<OutputPath>..\..\out\test\Profile344\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test\Profile344\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test\Profile344\</BaseIntermediateOutputPath>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<DebugType>pdbonly</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DefineConstants>DEBUG;TRACE;PORTABLE;NOSYSNUMERICS</DefineConstants>
|
|
<OutputPath>..\..\out\test-debug\Profile344\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\test-debug\Profile344\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\test-debug\Profile344\</BaseIntermediateOutputPath>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<!-- Workaround - remove once no longer needed! -->
|
|
<DefineConstants>$(DefineConstants);NOFSSLICESET1D</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
</Reference>
|
|
<Reference Include="FsUnit.NUnit">
|
|
<HintPath>..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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="packages.config" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FSharp\FSharp-Portable344.fsproj">
|
|
<Name>FSharp-Portable344</Name>
|
|
<Project>{8A60894F-D090-4FC5-9535-E244E90A44C1}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Numerics\Numerics-Portable344.csproj">
|
|
<Name>Numerics-Portable344</Name>
|
|
<Project>{1A3065FD-105D-4AF1-85B9-0A4A26FFB353}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<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)')" />
|
|
</Project>
|