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.
53 lines
2.7 KiB
53 lines
2.7 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>
|
|
<!--
|
|
fsc.exe and fsi.exe only runs on x86 (emulates on ia64, x64) due to
|
|
Win32 DLLs and memory mapping dependencies...
|
|
-->
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ProjectGuid>{C94C257C-3C0A-4858-B5D8-D746498D1F08}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<DisabledWarnings>$(DisabledWarnings);62;44</DisabledWarnings>
|
|
<AssemblyName>Fsc</AssemblyName>
|
|
<DefineConstants>INTERNALIZED_POWER_PACK;COMPILER;$(DefineConstants)</DefineConstants>
|
|
<GenerateInterfaceFile>Fsc.fsi</GenerateInterfaceFile>
|
|
<AllowCrossTargeting>true</AllowCrossTargeting>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\assemblyinfo\assemblyinfo.fsc.exe.fs">
|
|
<Link>assemblyinfo.fsc.exe.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\fsc.ml">
|
|
<Link>fsc.ml</Link>
|
|
</Compile>
|
|
<Compile Include="..\fscmain.ml">
|
|
<Link>fscmain.ml</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<Name>System.Windows.Forms</Name>
|
|
<AssemblyName>System.Windows.Forms.dll</AssemblyName>
|
|
</Reference>
|
|
<ProjectReference Include="..\FSharp.Compiler\FSharp.Compiler.fsproj">
|
|
<Project>{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}</Project>
|
|
<Name>FSharp.Compiler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\FSharp.Core\FSharp.Core.fsproj">
|
|
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
|
|
<Name>FSharp.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\fsharp\FSharpSourceBuild.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
|
|
</Project>
|