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 >b1bdd96d-47e1-4e65-8107-fbae23a06db4</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <RootNamespace >FSharp.Compiler.Service.ProjectCracker.Exe</RootNamespace >
11
+ <AssemblyName >FSharp.Compiler.Service.ProjectCracker.Exe</AssemblyName >
12
+ <TargetFrameworkVersion Condition =" '$(TargetFrameworkVersion)' == '' " >v4.5</TargetFrameworkVersion >
13
+ <TargetFSharpCoreVersion >4.3.0.0</TargetFSharpCoreVersion >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
15
+ <Name >FSharp.Compiler.Service.ProjectCracker.Exe</Name >
16
+ <OtherFlags >$(OtherFlags) --staticlink:FSharp.Core</OtherFlags >
17
+ <NoWarn >$(NoWarn);40</NoWarn >
18
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
19
+ <Name >FSharp.Compiler.Service.ProjectCracker.Exe</Name >
20
+ <OutputPath >..\..\..\bin\$(TargetFrameworkVersion)</OutputPath >
21
+ <DocumentationFile >..\..\..\bin\$(TargetFrameworkVersion)\FSharp.Compiler.Service.ProjectCracker.Exe.XML</DocumentationFile >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <Tailcalls >false</Tailcalls >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <WarningLevel >3</WarningLevel >
30
+ <PlatformTarget >AnyCPU</PlatformTarget >
31
+ <Prefer32Bit >true</Prefer32Bit >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34
+ <DebugType >pdbonly</DebugType >
35
+ <Optimize >true</Optimize >
36
+ <Tailcalls >true</Tailcalls >
37
+ <DefineConstants >TRACE</DefineConstants >
38
+ <WarningLevel >3</WarningLevel >
39
+ <PlatformTarget >AnyCPU</PlatformTarget >
40
+ <Prefer32Bit >true</Prefer32Bit >
41
+ </PropertyGroup >
42
+ <PropertyGroup >
43
+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
44
+ </PropertyGroup >
45
+ <Choose >
46
+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
47
+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
48
+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
49
+ </PropertyGroup >
50
+ </When >
51
+ <Otherwise >
52
+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
53
+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
54
+ </PropertyGroup >
55
+ </Otherwise >
56
+ </Choose >
57
+ <Import Project =" $(FSharpTargetsPath)" />
58
+ <ItemGroup >
59
+ <Compile Include =" Program.fs" />
60
+ <None Include =" App.config" />
61
+ </ItemGroup >
62
+ <ItemGroup >
63
+ <Reference Include =" Microsoft.Build.Framework" Condition =" '$(TargetFrameworkVersion)' == 'v4.0'" />
64
+ <Reference Include =" Microsoft.Build.Engine" Condition =" '$(TargetFrameworkVersion)' == 'v4.0'" />
65
+ <Reference Include =" Microsoft.Build" Condition =" '$(TargetFrameworkVersion)' == 'v4.0'" />
66
+ <Reference Include =" Microsoft.Build.Utilities.v4.0" Condition =" '$(TargetFrameworkVersion)' == 'v4.0'" />
67
+ <Reference Include =" Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition =" '$(TargetFrameworkVersion)' == 'v4.5'" >
68
+ <SpecificVersion >True</SpecificVersion >
69
+ </Reference >
70
+ <Reference Include =" Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition =" '$(TargetFrameworkVersion)' == 'v4.5'" >
71
+ <SpecificVersion >True</SpecificVersion >
72
+ </Reference >
73
+ <Reference Include =" Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition =" '$(TargetFrameworkVersion)' == 'v4.5'" >
74
+ <SpecificVersion >True</SpecificVersion >
75
+ </Reference >
76
+ <Reference Include =" Microsoft.Build.Utilities.v12.0" Condition =" '$(TargetFrameworkVersion)' == 'v4.5'" />
77
+ <Reference Include =" mscorlib" />
78
+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
79
+ <Private >False</Private >
80
+ </Reference >
81
+ <Reference Include =" mscorlib" />
82
+ <Reference Include =" System" />
83
+ <Reference Include =" System.Configuration" />
84
+ <Reference Include =" System.Core" />
85
+ <Reference Include =" System.Numerics" />
86
+ <Reference Include =" System.Runtime.Serialization" />
87
+ <Reference Include =" System.Xml" />
88
+ </ItemGroup >
89
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90
+ Other similar extension points exist, see Microsoft.Common.targets.
91
+ <Target Name="BeforeBuild">
92
+ </Target>
93
+ <Target Name="AfterBuild">
94
+ </Target>
95
+ -->
96
+ </Project >
0 commit comments