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.
 
 
 

53 lines
2.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>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.Build</AssemblyName>
<GenerateInterfaceFile>FSharp.Build.fsi</GenerateInterfaceFile>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<DefineConstants>
</DefineConstants>
<ProjectGuid>{702A7979-BCF9-4C41-853E-3ADFC9897890}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\assemblyinfo\assemblyinfo.FSharp.Build.dll.fs">
<Link>assemblyinfo.FSharp.Build.dll.fs</Link>
</Compile>
<Compile Include="..\..\fsppack\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="Fsc.fsi" />
<Compile Include="Fsc.fs" />
<Compile Include="CreateFSharpManifestResourceName.fsi" />
<Compile Include="CreateFSharpManifestResourceName.fs" />
<CustomCopyLocal Include="Microsoft.FSharp.targets">
<TargetFilename>Microsoft.FSharp.targets</TargetFilename>
</CustomCopyLocal>
<Content Include="Microsoft.FSharp.targets">
<SubType>Content</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Utilities.v3.5" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Tasks.v3.5" />
<Reference Include="nunit.framework" Condition="'$(BuildUnittests)'!='false'" />
<ProjectReference Include="..\FSharp.Core\FSharp.Core.fsproj">
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
<Name>FSharp.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(FSharpSourcesRoot)\fsharp\FSharpSourceBuild.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
</Project>