|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- |
| 3 | +# Copyright (c) 2002-2011 Microsoft Corporation. |
| 4 | +# |
| 5 | +# |
| 6 | +# |
| 7 | +# |
| 8 | +# |
| 9 | +# |
| 10 | +# You must not remove this notice, or any other, from this software. |
| 11 | +--> |
| 12 | +<ProjectToolsVersion="4.0"DefaultTargets="Build"xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 13 | + <PropertyGroup> |
| 14 | + <FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..</FSharpSourcesRoot> |
| 15 | + <ProductVersion>10.0.0</ProductVersion> |
| 16 | + <SchemaVersion>2.0</SchemaVersion> |
| 17 | + <UsePartialTypes>False</UsePartialTypes> |
| 18 | + </PropertyGroup> |
| 19 | + <ImportProject="$(FSharpSourcesRoot)\FSharpSource.Settings.targets" /> |
| 20 | + <PropertyGroup> |
| 21 | + <ConfigurationCondition=" '$(Configuration)' == ''">Debug</Configuration> |
| 22 | +<!-- |
| 23 | + fsc.exe and fsi.exe only runs on x86 (emulates on ia64, x64) due to |
| 24 | + Win32 DLLs and memory mapping dependencies... |
| 25 | +--> |
| 26 | + <PlatformTarget>anycpu</PlatformTarget> |
| 27 | + <ProjectGuid>{d0e98c0d-490b-4c61-9329-0862f6e87645}</ProjectGuid> |
| 28 | + <OutputType>Exe</OutputType> |
| 29 | + <NoWarn>$(NoWarn);62;44</NoWarn> |
| 30 | + <AssemblyName>fsiAnyCpu</AssemblyName> |
| 31 | + <BaseAddress>0x0A000000</BaseAddress> |
| 32 | + <DefineConstants>EXTENSIONTYPING;COMPILER;$(DefineConstants)</DefineConstants> |
| 33 | + <AllowCrossTargeting>true</AllowCrossTargeting> |
| 34 | + <OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags> |
| 35 | + </PropertyGroup> |
| 36 | +<!-- MonoDevelop likes these here to recognise the configurations--> |
| 37 | + <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|x86'" /> |
| 38 | + <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Release|x86'" /> |
| 39 | + <ItemGroup> |
| 40 | + <FsSrGenInclude="FSIstrings.txt"> |
| 41 | + <Link>FSIstrings.txt</Link> |
| 42 | + </FsSrGen> |
| 43 | + <CompileInclude="..\..\assemblyinfo\assemblyinfo.fsi.exe.fs"> |
| 44 | + <Link>assemblyinfo.fsi.exe.fs</Link> |
| 45 | + </Compile> |
| 46 | + <CompileInclude="..\InternalCollections.fsi"> |
| 47 | + <Link>InternalCollections.fsi</Link> |
| 48 | + </Compile> |
| 49 | + <CompileInclude="..\InternalCollections.fs"> |
| 50 | + <Link>InternalCollections.fs</Link> |
| 51 | + </Compile> |
| 52 | + <CompileInclude="console.fs"> |
| 53 | + <Link>console.fs</Link> |
| 54 | + </Compile> |
| 55 | + <CompileInclude="fsi.fs"> |
| 56 | + <Link>fsi.fs</Link> |
| 57 | + </Compile> |
| 58 | + <CompileInclude="fsimain.fs"> |
| 59 | + <Link>fsimain.fs</Link> |
| 60 | + </Compile> |
| 61 | + </ItemGroup> |
| 62 | + <ItemGroup> |
| 63 | + <ReferenceInclude="mscorlib" /> |
| 64 | + <ReferenceInclude="System" /> |
| 65 | + <ReferenceInclude="System.Drawing" /> |
| 66 | + <ReferenceInclude="System.Windows.Forms" /> |
| 67 | + <ReferenceInclude="PresentationCore" /> |
| 68 | + <ReferenceInclude="PresentationFramework" /> |
| 69 | + <ReferenceInclude="WindowsBase" /> |
| 70 | + <ProjectReferenceInclude="..\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj"> |
| 71 | + <Name>FSharp.Compiler.Interactive.Settings</Name> |
| 72 | + <Project>{649FA588-F02E-457C-9FCF-87E46407481E}</Project> |
| 73 | + </ProjectReference> |
| 74 | + <ProjectReferenceInclude="..\FSharp.Compiler.Server.Shared\FSharp.Compiler.Server.Shared.fsproj"> |
| 75 | + <Name>FSharp.Compiler.Server.Shared</Name> |
| 76 | + <Project>{d5870cf0-ed51-4cbc-b3d7-6f56da84ac06}</Project> |
| 77 | + </ProjectReference> |
| 78 | + <ProjectReferenceInclude="..\FSharp.Compiler\FSharp.Compiler.fsproj"> |
| 79 | + <Project>{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}</Project> |
| 80 | + <Name>FSharp.Compiler</Name> |
| 81 | + </ProjectReference> |
| 82 | + <ProjectReferenceInclude="..\FSharp.Core\FSharp.Core.fsproj"> |
| 83 | + <Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project> |
| 84 | + <Name>FSharp.Core</Name> |
| 85 | + </ProjectReference> |
| 86 | + </ItemGroup> |
| 87 | + <ImportProject="$(FSharpSourcesRoot)\FSharpSource.targets" /> |
| 88 | +</Project> |