csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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
2.9 KiB
51 lines
2.9 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>{4c2ed03b-5ace-427b-8285-ad333e60f35e}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>FSharp.PowerPack.Linq</AssemblyName>
|
|
<AllowCrossTargeting>true</AllowCrossTargeting>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<DocumentationFile>FSharp.PowerPack.Linq.xml</DocumentationFile>
|
|
<DisabledWarnings>$(DisabledWarnings);9</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 -->
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<Name>System.Core</Name>
|
|
<Private>False</Private>
|
|
<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>
|
|
<!-- Files -->
|
|
<ItemGroup>
|
|
<Compile Include="assemblyinfo.FSharp.PowerPack.Linq.dll.fs">
|
|
<Link>assemblyinfo.FSharp.PowerPack.Linq.dll.fs</Link>
|
|
</Compile>
|
|
<Compile Include="FuncConvertExtensions.fsi" />
|
|
<Compile Include="FuncConvertExtensions.fs" />
|
|
<Compile Include="Linq.fsi" />
|
|
<Compile Include="Linq.fs" />
|
|
<Compile Include="LinqQueries.fsi" />
|
|
<Compile Include="LinqQueries.fs" />
|
|
<Compile Include="Assembly.fs" />
|
|
</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>
|
|
|