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.
 
 
 

51 lines
3.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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{649FA588-F02E-457C-9FCF-87E46407481F}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.PowerPack.Build.Tasks</AssemblyName>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<DocumentationFile>FSharp.PowerPack.Build.Tasks.xml</DocumentationFile>
<DisabledWarnings>$(DisabledWarnings);9;44;60;35;42;62;86;47;40</DisabledWarnings>
</PropertyGroup>
<!-- Generate HTML (when compiling withing the F# team source tree) -->
<PropertyGroup>
<OtherFlags Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') ">--optimize --generatehtml --htmloutputdir:..\..\..\src\WWW\microsoft.com\projects\fsharp\manual --htmlnamespacefile:namespaces.html --htmllocallinks --htmlnamespacefileappend</OtherFlags>
</PropertyGroup>
<ItemGroup>
<Compile Include="assemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs">
<Link>assemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="FSLex.Build.fsi" />
<Compile Include="FSLex.Build.fs" />
<Compile Include="FSYacc.Build.fsi" />
<Compile Include="FSYacc.Build.fs" />
<CustomCopyLocal Include="FSharp.PowerPack.targets">
<TargetFilename>FSharp.PowerPack.targets</TargetFilename>
</CustomCopyLocal>
<None Include="FSharp.PowerPack.targets" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities" />
<ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') ">
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
<Name>FSharp.Core</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>