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)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{38230cbd-de3e-4470-925f-de966e8691aa}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <RootNamespace >Naggum.Test</RootNamespace >
11+ <AssemblyName >Naggum.Test</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <Name >Naggum.Test</Name >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <Tailcalls >false</Tailcalls >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <WarningLevel >3</WarningLevel >
23+ <DocumentationFile >bin\Debug\Naggum.Test.XML</DocumentationFile >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <Tailcalls >true</Tailcalls >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <WarningLevel >3</WarningLevel >
32+ <DocumentationFile >bin\Release\Naggum.Test.XML</DocumentationFile >
33+ </PropertyGroup >
34+ <Import Project =" $(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition =" !Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
35+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
36+ <ItemGroup >
37+ <Compile Include =" CompilerTest.fs" />
38+ <None Include =" packages.config" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Reference Include =" mscorlib" />
42+ <Reference Include =" FSharp.Core" />
43+ <Reference Include =" nunit.framework" >
44+ <HintPath >..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Numerics" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <ProjectReference Include =" ..\ngc\ngc.fsproj" >
53+ <Name >ngc</Name >
54+ <Project >{a4269c5e-e4ac-44bf-a06e-1b45248910ad}</Project >
55+ <Private >True</Private >
56+ </ProjectReference >
57+ </ItemGroup >
58+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
59+ Other similar extension points exist, see Microsoft.Common.targets.
60+ <Target Name="BeforeBuild">
61+ </Target>
62+ <Target Name="AfterBuild">
63+ </Target>
64+ -->
65+ </Project >
0 commit comments