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.
62 lines
3.1 KiB
62 lines
3.1 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>{d0e98c0d-490b-4c61-9329-0862f6e87645}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<DisabledWarnings>$(DisabledWarnings);62;44</DisabledWarnings>
|
|
<AssemblyName>Fsi</AssemblyName>
|
|
<BaseAddress>0x0A000000</BaseAddress>
|
|
<DefineConstants>INTERNALIZED_POWER_PACK;COMPILER;$(DefineConstants)</DefineConstants>
|
|
<AllowCrossTargeting>true</AllowCrossTargeting>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<OtherFlags>$(OtherFlags) --publicasinternal</OtherFlags>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\assemblyinfo\assemblyinfo.fsi.exe.fs">
|
|
<Link>assemblyinfo.fsi.exe.fs</Link>
|
|
</Compile>
|
|
<Compile Include="console.fs">
|
|
<Link>console.fs</Link>
|
|
</Compile>
|
|
<Compile Include="fsi.fs">
|
|
<Link>fsi.fs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<ProjectReference Include="..\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj">
|
|
<Name>FSharp.Compiler.Interactive.Settings</Name>
|
|
<Project>{649fa588-f02e-457c-9fcf-87e46407481e}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\FSharp.Compiler.Server.Shared\FSharp.Compiler.Server.Shared.fsproj">
|
|
<Name>FSharp.Compiler.Server.Shared</Name>
|
|
<Project>{d5870cf0-ed51-4cbc-b3d7-6f56da84ac06}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<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>
|
|
|