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 >584f6b10-ee0f-4bc1-8894-278a80d6818d</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >ConsoleApplication1</RootNamespace >
11+ <AssemblyName >Naive</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <TargetFSharpCoreVersion >4.3.1.0</TargetFSharpCoreVersion >
15+ <Name >ConsoleApplication1</Name >
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\ConsoleApplication1.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\ConsoleApplication1.XML</DocumentationFile >
38+ <Prefer32Bit >true</Prefer32Bit >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" mscorlib" />
42+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
43+ <Private >True</Private >
44+ </Reference >
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Numerics" />
48+ </ItemGroup >
49+ <ItemGroup >
50+ <Compile Include =" Program.fs" />
51+ <None Include =" App.config" />
52+ </ItemGroup >
53+ <PropertyGroup >
54+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
55+ </PropertyGroup >
56+ <Choose >
57+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
58+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
59+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
60+ </PropertyGroup >
61+ </When >
62+ <Otherwise >
63+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
64+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
65+ </PropertyGroup >
66+ </Otherwise >
67+ </Choose >
68+ <Import Project =" $(FSharpTargetsPath)" />
69+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+ Other similar extension points exist, see Microsoft.Common.targets.
71+ <Target Name="BeforeBuild">
72+ </Target>
73+ <Target Name="AfterBuild">
74+ </Target>
75+ -->
76+ </Project >
0 commit comments