|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <ProjectToolsVersion="4.0"DefaultTargets="Build"xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <ImportProject="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | | - <PropertyGroup> |
5 | | - <ConfigurationCondition=" '$(Configuration)' == ''">Debug</Configuration> |
6 | | - <PlatformCondition=" '$(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 | | - <PropertyGroupCondition=" '$(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 | | - <PropertyGroupCondition=" '$(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 | | - <ReferenceInclude="mscorlib" /> |
43 | | - <ReferenceInclude="System" /> |
44 | | - <ReferenceInclude="System.Core" /> |
45 | | - <ReferenceInclude="System.Numerics" /> |
46 | | - <ReferenceInclude="FSharp.Core" /> |
47 | | - </ItemGroup> |
48 | | - <ItemGroup> |
49 | | - <CompileInclude="Program.fs" /> |
50 | | - <NoneInclude="App.config" /> |
51 | | - </ItemGroup> |
52 | | - <PropertyGroup> |
53 | | - <MinimumVisualStudioVersionCondition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion> |
54 | | - </PropertyGroup> |
55 | | - <ImportProject="$(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 | | - <EmbeddedResourceInclude="resource.txt" /> |
65 | | - </ItemGroup> |
66 | | - <ItemGroup> |
67 | | - <ContentInclude="content.txt"> |
68 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
69 | | - </Content> |
70 | | - </ItemGroup> |
71 | 3 | <ImportProject="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
72 | 4 | <PropertyGroup> |
73 | 5 | <ConfigurationCondition=" '$(Configuration)' == ''">Debug</Configuration> |
|