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.
 
 
 

63 lines
3.4 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>{816cb737-0648-4889-8662-54484d42824d}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.PowerPack.Metadata</AssemblyName>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<DefineConstants>STANDALONE_METADATA;INCLUDE_METADATA_READER;$(DefineConstants)</DefineConstants>
<DocumentationFile>FSharp.PowerPack.Linq.xml</DocumentationFile>
<DisabledWarnings>$(DisabledWarnings);9;62</DisabledWarnings>
</PropertyGroup>
<!-- Generate HTML (when compiling withing the F# team source tree) -->
<PropertyGroup>
<OtherFlags Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') ">--generatehtml --htmloutputdir:..\..\..\src\WWW\microsoft.com\projects\fsharp\manual --htmlnamespacefile:namespaces.html --htmllocallinks --htmlnamespacefileappend</OtherFlags>
</PropertyGroup>
<!-- References -->
<!-- Files -->
<ItemGroup>
<Compile Include="assemblyinfo.FSharp.PowerPack.Metadata.dll.fs">
<Link>assemblyinfo.FSharp.PowerPack.Metadata.dll.fs</Link>
</Compile>
<Compile Include="Prelude.fs" />
<Compile Include="..\..\fsharp\PrettyNaming.fs">
<Link>PrettyNaming.fs</Link>
</Compile>
<Compile Include="..\..\absil\il.ml">
<Link>il.ml</Link>
</Compile>
<Compile Include="..\..\fsharp\tast.ml">
<Link>tast.ml</Link>
</Compile>
<Compile Include="..\..\fsharp\pickle.ml">
<Link>pickle.ml</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="Metadata.fsi" />
<Compile Include="Metadata.fs" />
<None Include="test.fsx" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<Name>System.Core</Name>
<AssemblyName>System.Core.dll</AssemblyName>
</Reference>
<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>