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.
 
 
 

52 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>
<Configuration Condition=" '$(Configuration)' == '' ">Proto</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
</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>
<AssemblyName>FSharp.Build-proto</AssemblyName>
<GenerateInterfaceFile>FSharp.Build-proto.fsi</GenerateInterfaceFile>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>vTip</TargetFrameworkVersion>
<DefineConstants>BUILDING_WITH_LKG;$(DefineConstants)</DefineConstants>
<BuildWith>LKG</BuildWith>
<ProjectGuid>{D8BC791F-C1A9-49DC-9432-0F3090537555}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\fsppack\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="..\FSharp.Build\CreateFSharpManifestResourceName.fsi">
<Link>CreateFSharpManifestResourceName.fsi</Link>
</Compile>
<Compile Include="..\FSharp.Build\CreateFSharpManifestResourceName.fs" >
<Link>CreateFSharpManifestResourceName.fs</Link>
</Compile>
<Compile Include="..\FSharp.Build\Fsc.fsi">
<Link>Fsc.fsi</Link>
</Compile>
<Compile Include="..\FSharp.Build\Fsc.fs">
<Link>Fsc.fs</Link>
</Compile>
<CustomCopyLocal Include="..\FSharp.Build\Microsoft.FSharp.targets">
<TargetFilename>Microsoft.FSharp-proto.targets</TargetFilename>
</CustomCopyLocal>
</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'" />
</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>