2013-11-17 15:18:02 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ProjectConfiguration Include="DebugMbcs|Win32">
|
|
|
|
|
<Configuration>DebugMbcs</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ProjectConfiguration Include="ReleaseMbcs|Win32">
|
|
|
|
|
<Configuration>ReleaseMbcs</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<TargetName>$(ProjectName)</TargetName>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ProjectTypes>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes>
|
|
|
|
|
<ProjectGUID>{9757CB21-B840-49A6-B057-9F322E543DD6}</ProjectGUID>
|
|
|
|
|
<Keyword>ManagedCProj</Keyword>
|
|
|
|
|
<RootNamespace>ManagedTestCatch2012</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CLRSupport>Safe</CLRSupport>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMbcs|Win32'" Label="Configuration">
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CLRSupport>Safe</CLRSupport>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CLRSupport>true</CLRSupport>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMbcs|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CLRSupport>true</CLRSupport>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMbcs|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMbcs|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)\Microsoft\VisualStudio\11.0\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEventCommand>if exist app.config copy app.config "$(OutDir)app.config"</PostBuildEventCommand>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMbcs|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMbcs|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<AdditionalIncludeDirectories>../../../include</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAsManaged>true</CompileAsManaged>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies />
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>taskkill /F /IM vstest.executionengine.x86.exe /FI "MEMUSAGE gt 1"</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMbcs|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<AdditionalIncludeDirectories>../../../include</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAsManaged>true</CompileAsManaged>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>taskkill /F /IM vstest.executionengine.x86.exe /FI "MEMUSAGE gt 1"</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<AdditionalIncludeDirectories>../../../include</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAsManaged>true</CompileAsManaged>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies />
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMbcs|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<AdditionalIncludeDirectories>../../../include</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAsManaged>true</CompileAsManaged>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
|
|
|
|
|
<HintPath>..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\ApproxTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\BDDTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\ClassTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\CmdLineTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\ConditionTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\ExceptionTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\GeneratorTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\MessageInstantiationTests1.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\MessageInstantiationTests2.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\MessageTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\MiscTests.cpp" />
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\RunAllTests.cpp" />
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\SectionTrackerTests.cpp" />
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\TestMain.cpp" />
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\TrickyTests.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\SelfTest\VariadicMacrosTests.cpp" />
|
2013-12-16 23:17:34 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\VisualStudioConfigTests.cpp" />
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<ClCompile Include="..\..\SelfTest\VisualStudioTests.cpp" />
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<ClCompile Include="AssemblyInfo.cpp" />
|
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugMbcs|Win32'">Create</PrecompiledHeader>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
2013-12-09 15:32:35 +01:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseMbcs|Win32'">Create</PrecompiledHeader>
|
2013-11-17 15:18:02 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="app.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Image Include="app.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|