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.
 
 
 

58 lines
3.0 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>
</PropertyGroup>
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.Settings.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(FSharpSourcesRoot)\fsppack\CodePlex.Settings.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<!-- Configurations -->
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<ProjectGuid>{8378c215-5d1d-4e68-b1ff-600b91821372}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.PowerPack.Build.Tasks-proto</AssemblyName>
<BuildWith>LKG</BuildWith>
<DocumentationFile>FSharp.PowerPack.Build.Tasks.xml</DocumentationFile>
<GenerateInterfaceFile>FSharp.PowerPack.Build.Tasks.fsi</GenerateInterfaceFile>
<DefineConstants>BUILDING_PROTO;BUILDING_WITH_LKG;$(DefineConstants)</DefineConstants>
<DisabledWarnings>$(DisabledWarnings);9;60;35;42;62</DisabledWarnings>
</PropertyGroup>
<!-- References -->
<ItemGroup>
<Reference Include="System" />
<!-- NUnit -->
<Reference Include="nunit.framework" Condition="'$(BuildUnittests)'!='false'" />
<!-- MSBuild References -->
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities" />
</ItemGroup>
<!-- Files -->
<ItemGroup>
<Compile Include="..\..\fsppack\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="..\..\fsppack\FSharp.PowerPack.Build.Tasks\FSLex.Build.fsi">
<Link>FSLex.Build.fsi</Link>
</Compile>
<Compile Include="..\..\fsppack\FSharp.PowerPack.Build.Tasks\FSLex.Build.fs">
<Link>FSLex.Build.fs</Link>
</Compile>
<Compile Include="..\..\fsppack\FSharp.PowerPack.Build.Tasks\FSYacc.Build.fsi">
<Link>FSYacc.Build.fsi</Link>
</Compile>
<Compile Include="..\..\fsppack\FSharp.PowerPack.Build.Tasks\FSYacc.Build.fs">
<Link>FSYacc.Build.fs</Link>
</Compile>
<CustomCopyLocal Include="..\..\fsppack\FSharp.PowerPack.Build.Tasks\FSharp.PowerPack.targets">
<TargetFilename>FSharp.PowerPack-proto.targets</TargetFilename>
</CustomCopyLocal>
</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>