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-34cac04a73da}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >SampleVisualStudio2010FSharpConsoleApp</RootNamespace >
11+ <AssemblyName >SampleVisualStudio2010FSharpConsoleApp</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <Name >SampleVisualStudio2010FSharpConsoleApp</Name >
14+ <UsePartialTypes >false</UsePartialTypes >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <Tailcalls >false</Tailcalls >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <WarningLevel >3</WarningLevel >
24+ <PlatformTarget >x86</PlatformTarget >
25+ <DocumentationFile >bin\Debug\SampleVisualStudio2010FSharpConsoleApp.XML</DocumentationFile >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <Tailcalls >true</Tailcalls >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <WarningLevel >3</WarningLevel >
34+ <PlatformTarget >x86</PlatformTarget >
35+ <DocumentationFile >bin\Release\SampleVisualStudio2010FSharpConsoleApp.XML</DocumentationFile >
36+ <DebugSymbols >false</DebugSymbols >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" mscorlib" />
40+ <Reference Include =" FSharp.Core" />
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" Program.fs" />
46+ </ItemGroup >
47+ <Import Project =" $(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition =" !Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
48+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
49+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
50+ Other similar extension points exist, see Microsoft.Common.targets.
51+ <Target Name="BeforeBuild">
52+ </Target>
53+ <Target Name="AfterBuild">
54+ </Target>
55+ -->
56+ </Project >