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.
 
 
 

41 lines
2.1 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>
<OutputType>Library</OutputType>
<SchemaVersion>2.0</SchemaVersion>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<DocumentationFile>FSharp.PowerPack.Math.Providers.xml</DocumentationFile>
<DisabledWarnings>$(DisabledWarnings);58;62</DisabledWarnings>
</PropertyGroup>
<ItemGroup>
<Compile Include="service.fsi" />
<Compile Include="service.fs" />
<Compile Include="lapack_base.fs" />
<Compile Include="lapack_service.fs" />
<Compile Include="lapack_service_mkl.fsi" />
<Compile Include="lapack_service_mkl.fs" />
<Compile Include="lapack_service_netlib.fsi" />
<Compile Include="lapack_service_netlib.fs" />
<Compile Include="linear_algebra_service.fs" />
<Compile Include="linear_algebra_managed.fs" />
<Compile Include="linear_algebra.fsi" />
<Compile Include="linear_algebra.fs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<ProjectReference Include="..\..\FSharp.PowerPack.fsproj" >
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
<Name>FSharp.PowerPack</Name>
</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>