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+ <FSharpSourcesRoot >..\..\..\src</FSharpSourcesRoot >
5+ <FSharpTestsRoot >..\..\..\tests</FSharpTestsRoot >
6+ <ProjectGuid >{21958DEB-133B-4760-A238-1293ED9687EC}</ProjectGuid >
7+ </PropertyGroup >
8+ <Import Project =" $(FSharpSourcesRoot)\FSharpSource.Settings.targets" />
9+ <PropertyGroup >
10+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
11+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
12+ <SchemaVersion >2.0</SchemaVersion >
13+ <AllowCrossTargeting >true</AllowCrossTargeting >
14+ <ReferenceVsAssemblies >true</ReferenceVsAssemblies >
15+ <OutputType >Library</OutputType >
16+ <AssemblyName >FSharp.Tests.FSharpQA</AssemblyName >
17+ <Name >SystematicUnitTests</Name >
18+ <!-- Prevent compiler from inlining calls to FSharp.Core to improve code coverage accuracy -->
19+ <Optimize >false</Optimize >
20+ <Tailcalls >false</Tailcalls >
21+ </PropertyGroup >
22+ <PropertyGroup >
23+ <DefineConstants >$(DefineConstants);EXTENSIONTYPING</DefineConstants >
24+ <NoWarn >$(NoWarn);3180</NoWarn >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27+ <DebugSymbols >true</DebugSymbols >
28+ <DebugType >full</DebugType >
29+ <Optimize >false</Optimize >
30+ <OutputPath >bin\Debug\</OutputPath >
31+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >3</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
36+ <DebugType >pdbonly</DebugType >
37+ <Optimize >true</Optimize >
38+ <OutputPath >bin\Release\</OutputPath >
39+ <DefineConstants >TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >3</WarningLevel >
42+ </PropertyGroup >
43+ <Import Project =" $(FSharpSourcesRoot)\FSharpSource.targets" />
44+ <ItemGroup >
45+ <ProjectReference Include =" $(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" >
46+ <Project >{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project >
47+ <Name >FSharp.Core</Name >
48+ </ProjectReference >
49+ <Reference Include =" mscorlib" />
50+ <Reference Include =" nunit.framework" >
51+ <HintPath >..\..\..\packages\NUnit.3.0.0\lib\net45\nunit.framework.dll</HintPath >
52+ <Private >True</Private >
53+ </Reference >
54+ <Reference Include =" System" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" System.Xml" />
57+ <Reference Include =" System.Xml.Linq" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" $(FSharpTestsRoot)\fsharp\PlatformHelpers.fs" >
61+ <Link >PlatformHelpers.fs</Link >
62+ </Compile >
63+ <Compile Include =" $(FSharpTestsRoot)\fsharp\Commands.fs" >
64+ <Link >Commands.fs</Link >
65+ </Compile >
66+ <Compile Include =" $(FSharpTestsRoot)\fsharp\FSharpTestSuiteTypes.fs" >
67+ <Link >FSharpTestSuiteTypes.fs</Link >
68+ </Compile >
69+ <Compile Include =" $(FSharpTestsRoot)\windowsPlatform.fs" >
70+ <Link >windowsPlatform.fs</Link >
71+ </Compile >
72+ <Compile Include =" $(FSharpTestsRoot)\config.fs" >
73+ <Link >config.fs</Link >
74+ </Compile >
75+ <Compile Include =" $(FSharpSourcesRoot)\update.fs" >
76+ <Link >update.fs</Link >
77+ </Compile >
78+ <Compile Include =" EnvLst.fs" />
79+ <Compile Include =" nunitConf.fs" />
80+ <Compile Include =" run.fs" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <Compile Include =" test_EnvLst.fs" />
84+ </ItemGroup >
85+ <ItemGroup >
86+ <Compile Include =" test_simple.fs" />
87+ </ItemGroup >
88+ </Project >
0 commit comments