Assignment 7
[Scala.git] / Assignment_07-FSharp / Assignment_07-FSharp / Assignment_07-FSharp.fsproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{E7DC4EE2-C349-4535-85C8-4EF519523148}</ProjectGuid>
7     <OutputType>Exe</OutputType>
8     <RootNamespace>Assignment_07FSharp</RootNamespace>
9     <AssemblyName>Assignment_07-FSharp</AssemblyName>
10   </PropertyGroup>
11   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
12     <DebugSymbols>true</DebugSymbols>
13     <DebugType>full</DebugType>
14     <Optimize>false</Optimize>
15     <OutputPath>bin\Debug</OutputPath>
16     <DefineConstants>DEBUG</DefineConstants>
17     <ErrorReport>prompt</ErrorReport>
18     <Externalconsole>true</Externalconsole>
19     <Tailcalls>false</Tailcalls>
20     <PlatformTarget>x86</PlatformTarget>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
23     <DebugSymbols>false</DebugSymbols>
24     <DebugType>none</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <PlatformTarget>x86</PlatformTarget>
29     <Externalconsole>true</Externalconsole>
30     <Tailcalls>true</Tailcalls>
31   </PropertyGroup>
32   <ItemGroup>
33     <Reference Include="mscorlib" />
34     <Reference Include="FSharp.Core" />
35     <Reference Include="System" />
36     <Reference Include="System.Core" />
37     <Reference Include="System.Numerics" />
38   </ItemGroup>
39   <ItemGroup>
40     <Compile Include="AssemblyInfo.fs" />
41     <Compile Include="Program.fs" />
42   </ItemGroup>
43   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.FSharp.Targets" />
44 </Project>