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.
73 lines
3.7 KiB
73 lines
3.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup> <FSharpSourcesRoot>..\..</FSharpSourcesRoot> </PropertyGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.Settings.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\fsppack\CodePlex.Settings.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<AllowCrossTargeting>true</AllowCrossTargeting>
|
|
<TargetFrameworkVersion>vTip</TargetFrameworkVersion>
|
|
<ReferenceVsAssemblies>true</ReferenceVsAssemblies>
|
|
<ProjectGuid>{9605601b-33f9-4806-a732-8e5067296dd7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>PowerPack.UnitTests</RootNamespace>
|
|
<AssemblyName>PowerPack.UnitTests</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<Name>PowerPack.UnitTests</Name>
|
|
</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>3</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>3</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="nunit.core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
|
<Name>nunit.core</Name>
|
|
<AssemblyName>nunit.core.dll</AssemblyName>
|
|
<HintPath>$(FSharpSourcesRoot)\..\tools\nunit\nunit.core.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.extensions, Version=2.2.2.0, Culture=neutral, PublicKeyToken=null">
|
|
<Name>nunit.extensions</Name>
|
|
<AssemblyName>nunit.extensions.dll</AssemblyName>
|
|
<HintPath>$(FSharpSourcesRoot)\..\tools\nunit\nunit.extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=2.2.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
|
<Name>nunit.framework</Name>
|
|
<AssemblyName>nunit.framework.dll</AssemblyName>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="LibraryTestFx.fs" />
|
|
<Compile Include="Microsoft.FSharp.Math\BigNumType.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FSharp.PowerPack\FSharp.PowerPack.fsproj">
|
|
<Name>FSharp.PowerPack</Name>
|
|
<Project>{649fa588-f02e-457c-9fcf-87e46407481f}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\fsppack\CodePlex.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
|
|
</Project>
|