|
| 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>252a5848-1864-43fd-8fde-aab146410dee</ProjectGuid> |
| 9 | + <OutputType>Exe</OutputType> |
| 10 | + <RootNamespace>ConsoleApplication1</RootNamespace> |
| 11 | + <AssemblyName>ConsoleApplication1</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 | + <ItemGroup> |
| 54 | + <ProjectReference Include="ConsoleApplication2.fsproj"> |
| 55 | + <Name>ConsoleApplication2</Name> |
| 56 | + <Project>{31b31546-8348-4be1-9890-1f17ba70fd21}</Project> |
| 57 | + <Private>True</Private> |
| 58 | + </ProjectReference> |
| 59 | + <ProjectReference Include="ConsoleApplication3.csproj"> |
| 60 | + <Name>ConsoleApplication3</Name> |
| 61 | + <Project>{24795688-ce64-4475-a326-3175f1a40f68}</Project> |
| 62 | + <Private>True</Private> |
| 63 | + </ProjectReference> |
| 64 | + </ItemGroup> |
| 65 | + <PropertyGroup> |
| 66 | + <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion> |
| 67 | + </PropertyGroup> |
| 68 | + <Choose> |
| 69 | + <When Condition="'$(VisualStudioVersion)' == '11.0'"> |
| 70 | + <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')"> |
| 71 | + <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath> |
| 72 | + </PropertyGroup> |
| 73 | + </When> |
| 74 | + <Otherwise> |
| 75 | + <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')"> |
| 76 | + <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath> |
| 77 | + </PropertyGroup> |
| 78 | + </Otherwise> |
| 79 | + </Choose> |
| 80 | + <Import Project="$(FSharpTargetsPath)" /> |
| 81 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 82 | + Other similar extension points exist, see Microsoft.Common.targets. |
| 83 | + <Target Name="BeforeBuild"> |
| 84 | + </Target> |
| 85 | + <Target Name="AfterBuild"> |
| 86 | + </Target> |
| 87 | + --> |
| 88 | +</Project> |
0 commit comments