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+ <SchemaVersion >2.0</SchemaVersion >
7+ <ProjectGuid >1f3ede6e-7d84-45bd-9b0c-00198760a714</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >SemanticDiff.Tests</RootNamespace >
10+ <AssemblyName >SemanticDiff.Tests</AssemblyName >
11+ <targetframeworkversion >4.5</targetframeworkversion >
12+ <Name >FsUnitTest</Name >
13+ </PropertyGroup >
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15+ <DebugSymbols >true</DebugSymbols >
16+ <DebugType >full</DebugType >
17+ <Optimize >false</Optimize >
18+ <Tailcalls >false</Tailcalls >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <WarningLevel >3</WarningLevel >
22+ <DocumentationFile >bin\Debug\FsUnitTest.XML</DocumentationFile >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <Tailcalls >true</Tailcalls >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <WarningLevel >3</WarningLevel >
31+ <DocumentationFile >bin\Release\FsUnitTest.XML</DocumentationFile >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
35+ <Reference Include =" mscorlib" />
36+ <Reference Include =" FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Roslyn.Compilers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" Roslyn.Compilers.CSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
43+ <Private >True</Private >
44+ </Reference >
45+ <Reference Include =" Roslyn.Compilers.VisualBasic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
46+ <Private >True</Private >
47+ </Reference >
48+ <Reference Include =" Roslyn.Services, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" Roslyn.Services.CSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
52+ <Private >True</Private >
53+ </Reference >
54+ <Reference Include =" Roslyn.Services.VisualBasic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
55+ <Private >True</Private >
56+ </Reference >
57+ <Reference Include =" Roslyn.Utilities, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
58+ <Private >True</Private >
59+ </Reference >
60+ <Reference Include =" System" />
61+ <Reference Include =" System.Core" />
62+ <Reference Include =" System.Numerics" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" UnitTest.fs" />
66+ <None Include =" App.config" />
67+ <None Include =" MSTest.runsettings" />
68+ <None Include =" packages.config" />
69+ <Compile Include =" Experiments.fs" />
70+ </ItemGroup >
71+ <PropertyGroup >
72+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
73+ </PropertyGroup >
74+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" />
75+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76+ Other similar extension points exist, see Microsoft.Common.targets.
77+ <Target Name="BeforeBuild">
78+ </Target>
79+ <Target Name="AfterBuild">
80+ </Target>
81+ -->
82+ </Project >
0 commit comments