1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == ''" >AnyCPU</Platform >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >4239efea-e746-446a-bf7a-51fcbab13946</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >FSharp.Test.Diff</RootNamespace >
11+ <AssemblyName >diff</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <OpenBuild Condition =" '$(OpenBuild)' == ''" >True</OpenBuild >
15+ <OpenDrop >..\..\..\..\..\$(Configuration)\net40\bin</OpenDrop >
16+ <TargetFSharpCoreVersion >4.3.1.0</TargetFSharpCoreVersion >
17+ <Name >HostedCompilerServer</Name >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <Tailcalls >false</Tailcalls >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <WarningLevel >3</WarningLevel >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DocumentationFile >bin\Debug\ILComparer.XML</DocumentationFile >
29+ <Prefer32Bit >true</Prefer32Bit >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
32+ <DebugType >pdbonly</DebugType >
33+ <Optimize >true</Optimize >
34+ <Tailcalls >true</Tailcalls >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <WarningLevel >3</WarningLevel >
38+ <PlatformTarget >AnyCPU</PlatformTarget >
39+ <DocumentationFile >bin\Release\ILComparer.XML</DocumentationFile >
40+ <Prefer32Bit >true</Prefer32Bit >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" mscorlib" />
44+ <Reference Include =" System" />
45+ <Reference Include =" System.Core" />
46+ <Reference Include =" System.Numerics" />
47+ </ItemGroup >
48+ <ItemGroup Condition =" '$(OpenBuild)' == 'True'" >
49+ <Reference Include =" $(OpenDrop)\FSharp.Core.dll" >
50+ <Private >True</Private >
51+ </Reference >
52+ </ItemGroup >
53+ <ItemGroup Condition =" '$(OpenBuild)' != 'True'" >
54+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
55+ <Private >True</Private >
56+ </Reference >
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" Program.fs" />
60+ <None Include =" App.config" />
61+ </ItemGroup >
62+ <PropertyGroup >
63+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
64+ </PropertyGroup >
65+ <Choose >
66+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
67+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets') AND '$(OpenBuild)' != 'True'" >
68+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
69+ </PropertyGroup >
70+ </When >
71+ <Otherwise >
72+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets') AND '$(OpenBuild)' != 'True'" >
73+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
74+ </PropertyGroup >
75+ <PropertyGroup Condition =" '$(OpenBuild)' == 'True'" >
76+ <FscToolPath >$(OpenDrop)</FscToolPath >
77+ <FSharpTargetsPath >$(OpenDrop)\Microsoft.FSharp.targets</FSharpTargetsPath >
78+ </PropertyGroup >
79+ </Otherwise >
80+ </Choose >
81+ <Import Project =" $(FSharpTargetsPath)" />
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >