1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == ''" >x86</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{116cc2f9-f987-4b3d-915a-34cac04a73da}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <RootNamespace >Test1</RootNamespace >
11+ <AssemblyName >Test1</AssemblyName >
12+ <OutputPath >bin\$(Configuration)\</OutputPath >
13+ <UsePartialTypes >False</UsePartialTypes >
14+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
17+ <DebugSymbols >True</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >False</Optimize >
20+ <Tailcalls >False</Tailcalls >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <WarningLevel >3</WarningLevel >
23+ <PlatformTarget >x86</PlatformTarget >
24+ <DocumentationFile >bin\Debug\Test1.xml</DocumentationFile >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >True</Optimize >
29+ <Tailcalls >True</Tailcalls >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <WarningLevel >3</WarningLevel >
32+ <PlatformTarget >x86</PlatformTarget >
33+ <DocumentationFile >bin\Release\Test1.xml</DocumentationFile >
34+ <DebugSymbols >False</DebugSymbols >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" FSharp.Core" >
38+ <HintPath >..\..\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" mscorlib" />
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" Test1File2.fsi" />
46+ <Compile Include =" Test1File2.fs" />
47+ <Compile Include =" Test1File1.fs" />
48+ <Compile Include =" Test1File0.fsi" />
49+ <Compile Include =" Test1File0.fs" />
50+ </ItemGroup >
51+ <Import Project =" ..\..\..\packages\FSharp.Compiler.Tools.4.1.23\tools\Microsoft.FSharp.Targets" />
52+ <Choose >
53+ <When Condition =" ($(TargetFrameworkIdentifier) == '.NETStandard' And $(TargetFrameworkVersion) == 'v1.6') Or ($(TargetFrameworkIdentifier) == '.NETCoreApp' And $(TargetFrameworkVersion) == 'v1.0') Or ($(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5')" >
54+ <ItemGroup >
55+ <Reference Include =" nunit.framework" >
56+ <HintPath >..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath >
57+ <Private >True</Private >
58+ <Paket >True</Paket >
59+ </Reference >
60+ </ItemGroup >
61+ </When >
62+ </Choose >
63+ </Project >