1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{116cc2f9-f987-4b3d-915a-34cac04a73db}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <RootNamespace >Test2</RootNamespace >
11
+ <AssemblyName >Test2</AssemblyName >
12
+ <Name >Test2</Name >
13
+ <UsePartialTypes >False</UsePartialTypes >
14
+ <TargetFSharpCoreVersion >4.3.0.0</TargetFSharpCoreVersion >
15
+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
+ <DebugSymbols >True</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >False</Optimize >
21
+ <Tailcalls >False</Tailcalls >
22
+ <OutputPath >Test2\bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <WarningLevel >3</WarningLevel >
25
+ <PlatformTarget >x86</PlatformTarget >
26
+ <DocumentationFile >bin\Debug\Test2.xml</DocumentationFile >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >True</Optimize >
31
+ <Tailcalls >True</Tailcalls >
32
+ <OutputPath >Test2\bin\Release\</OutputPath >
33
+ <DefineConstants >TRACE</DefineConstants >
34
+ <WarningLevel >3</WarningLevel >
35
+ <PlatformTarget >x86</PlatformTarget >
36
+ <DocumentationFile >bin\Release\Test2.xml</DocumentationFile >
37
+ <DebugSymbols >False</DebugSymbols >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" mscorlib" />
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Compile Include =" Test2File2.fs" />
49
+ <Compile Include =" Test2File1.fs" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <ProjectReference Include =" Test1.fsproj" >
53
+ <Project >{116cc2f9-f987-4b3d-915a-34cac04a73da}</Project >
54
+ <Name >Test1</Name >
55
+ </ProjectReference >
56
+ </ItemGroup >
57
+ <Choose >
58
+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
59
+ <PropertyGroup >
60
+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
61
+ </PropertyGroup >
62
+ </When >
63
+ <Otherwise >
64
+ <PropertyGroup >
65
+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
66
+ </PropertyGroup >
67
+ </Otherwise >
68
+ </Choose >
69
+ <Import Project =" $(FSharpTargetsPath)" Condition =" Exists('$(FSharpTargetsPath)')" />
70
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71
+ Other similar extension points exist, see Microsoft.Common.targets.
72
+ <Target Name="BeforeBuild">
73
+ </Target>
74
+ <Target Name="AfterBuild">
75
+ </Target>
76
+ -->
77
+ </Project >
0 commit comments