11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.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 >b5b8c6fd-d77d-46e6-a9c5-5d78200668cc</ProjectGuid >
9- <OutputType >Exe</OutputType >
10- <RootNamespace >Sample_VS2012_FSharp_ConsoleApp_net45</RootNamespace >
11- <AssemblyName >Sample_VS2012_FSharp_ConsoleApp_net45</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <Name >Sample_VS2012_FSharp_ConsoleApp_net45</Name >
14- <ProductVersion >10.0.0</ProductVersion >
15- <UsePartialTypes >False</UsePartialTypes >
16- </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
18- <DebugSymbols >True</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >False</Optimize >
21- <Tailcalls >False</Tailcalls >
22- <OutputPath >bin\Debug\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <WarningLevel >3</WarningLevel >
25- <PlatformTarget >AnyCPU</PlatformTarget >
26- <DocumentationFile >bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net45.xml</DocumentationFile >
27- <Prefer32Bit >true</Prefer32Bit >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >True</Optimize >
32- <Tailcalls >True</Tailcalls >
33- <OutputPath >bin\Release\</OutputPath >
34- <DefineConstants >TRACE</DefineConstants >
35- <WarningLevel >3</WarningLevel >
36- <PlatformTarget >AnyCPU</PlatformTarget >
37- <DocumentationFile >bin\Release\Sample_VS2012_FSharp_ConsoleApp_net45.xml</DocumentationFile >
38- <Prefer32Bit >true</Prefer32Bit >
39- <DebugSymbols >False</DebugSymbols >
40- </PropertyGroup >
41- <ItemGroup >
42- <Reference Include =" mscorlib" />
43- <Reference Include =" System" />
44- <Reference Include =" System.Core" />
45- <Reference Include =" System.Numerics" />
46- <Reference Include =" FSharp.Core" />
47- </ItemGroup >
48- <ItemGroup >
49- <Compile Include =" Program.fs" />
50- <None Include =" App.config" />
51- </ItemGroup >
52- <PropertyGroup >
53- <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
54- </PropertyGroup >
55- <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" />
56- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57- Other similar extension points exist, see Microsoft.Common.targets.
58- <Target Name="BeforeBuild">
59- </Target>
60- <Target Name="AfterBuild">
61- </Target>
62- -->
63- <ItemGroup >
64- <EmbeddedResource Include =" resource.txt" />
65- </ItemGroup >
66- <ItemGroup >
67- <Content Include =" content.txt" >
68- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
69- </Content >
70- </ItemGroup >
713<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
724<PropertyGroup >
735<Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
173105<Reference Include =" System.Core" />
174106<Reference Include =" System.Numerics" />
175107</ItemGroup >
176- <Import Project =" tools\FSharp.SRGen.targets" />
177108
178109</Project >