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.
 
 
 

72 lines
3.5 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>
<!-- Always use x86 emulation for this binary... -->
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{BD2284A5-AA4D-442D-B4FB-E43B2FE9DD2A}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>FsLex</AssemblyName>
<DefineConstants>INTERNALIZED_POWER_PACK;$(DefineConstants)</DefineConstants>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<FsLex Include="fslexlex.fsl">
<OtherFlags>--lexlib Internal.Utilities.Text.Lexing</OtherFlags>
</FsLex>
<FsYacc Include="fslexpars.fsy">
<OtherFlags>--lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing</OtherFlags>
</FsYacc>
<Compile Include="assemblyinfo.fslex.exe.fs" />
<Compile Include="..\FSharp.PowerPack\prim-lexing.fsi">
<Link>prim-lexing.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\prim-lexing.fs">
<Link>prim-lexing.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\prim-parsing.fsi">
<Link>prim-parsing.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\prim-parsing.fs">
<Link>prim-parsing.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\lexing.fsi">
<Link>lexing.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\lexing.fs">
<Link>lexing.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\arg.fsi">
<Link>arg.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\arg.fs">
<Link>arg.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\HashSet.fsi">
<Link>HashSet.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\HashSet.fs">
<Link>HashSet.fs</Link>
</Compile>
<Compile Include="fslexast.fs" />
<Compile Include="fslexpars.fs" />
<Compile Include="fslexlex.fs" />
<Compile Include="fslex.fs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<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="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(FSharpSourcesRoot)\..\lkg\FSharp-$(LkgVersion)\bin\FSharp.PowerPack.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
</Project>