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.
 
 
 

77 lines
3.6 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') " />
<PropertyGroup>
<!-- Always use x86 emulation for this binary... -->
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{AC2284A5-AA4D-442D-B4FB-E43B2FE9DD2A}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>FsLex-proto</AssemblyName>
<DefineConstants>INTERNALIZED_POWER_PACK;BUILDING_PROTO;BUILDING_WITH_LKG;COMPILER;$(DefineConstants)</DefineConstants>
<BuildWith>LKG</BuildWith>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<FsLex Include="..\FsLex\fslexlex.fsl">
<OtherFlags>--lexlib Internal.Utilities.Text.Lexing</OtherFlags>
</FsLex>
<FsYacc Include="..\FsLex\fslexpars.fsy">
<OtherFlags>--lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing</OtherFlags>
</FsYacc>
<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="..\FsLex\fslexast.fs">
<Link>fslexast.fs</Link>
</Compile>
<Compile Include="fslexpars.fs" />
<Compile Include="fslexlex.fs" />
<Compile Include="..\FsLex\fslex.fs">
<Link>fslex.fs</Link>
</Compile>
<CustomCopyLocal Include="fslex-proto.exe.config" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " >
<TargetFilename>fslex-proto.exe.config</TargetFilename>
</CustomCopyLocal>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</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>