<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{85797CCB-B0A5-37DB-86F2-CD9253A07364}</ProjectGuid> <RootNamespace>testrunner</RootNamespace> <Keyword>Qt4VSv1.0</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <OutputDirectory>debug\</OutputDirectory> <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage> <ConfigurationType>Application</ConfigurationType> <IntermediateDirectory>temp\</IntermediateDirectory> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <OutputDirectory>release\</OutputDirectory> <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage> <ConfigurationType>Application</ConfigurationType> <IntermediateDirectory>temp\</IntermediateDirectory> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings" /> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">debug\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">temp\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testrunner</TargetName> <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">release\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">temp\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testrunner</TargetName> <IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals\tinyxml";..\..\Qt\VS4.7.3\mkspecs\win32-msvc2010;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions> <AssemblerListingLocation>temp\</AssemblerListingLocation> <BrowseInformation>false</BrowseInformation> <BufferSecurityCheck>false</BufferSecurityCheck> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <ExceptionHandling>Sync</ExceptionHandling> <ObjectFileName>temp\</ObjectFileName> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessToFile>false</PreprocessToFile> <ProgramDataBaseFileName>.\</ProgramDataBaseFileName> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <SuppressStartupBanner>true</SuppressStartupBanner> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <WarningLevel>Level4</WarningLevel> </ClCompile> <Link> <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> <GenerateDebugInformation>true</GenerateDebugInformation> <IgnoreImportLibrary>true</IgnoreImportLibrary> <OutputFile>debug\testrunner.exe</OutputFile> <SubSystem>Console</SubSystem> <SuppressStartupBanner>true</SuppressStartupBanner> </Link> <Midl /> <ResourceCompile> <PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals\tinyxml";..\..\Qt\VS4.7.3\mkspecs\win32-msvc2010;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions> <AssemblerListingLocation>temp\</AssemblerListingLocation> <BrowseInformation>false</BrowseInformation> <BufferSecurityCheck>false</BufferSecurityCheck> <ExceptionHandling>Sync</ExceptionHandling> <ObjectFileName>temp\</ObjectFileName> <Optimization>MaxSpeed</Optimization> <PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessToFile>false</PreprocessToFile> <ProgramDataBaseFileName>.\</ProgramDataBaseFileName> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <SuppressStartupBanner>true</SuppressStartupBanner> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <WarningLevel>Level4</WarningLevel> </ClCompile> <Link> <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> <GenerateDebugInformation>false</GenerateDebugInformation> <IgnoreImportLibrary>true</IgnoreImportLibrary> <LinkIncremental>false</LinkIncremental> <OutputFile>release\testrunner.exe</OutputFile> <SubSystem>Console</SubSystem> <SuppressStartupBanner>true</SuppressStartupBanner> </Link> <Midl /> <ResourceCompile> <PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\lib\check64bit.cpp" /> <ClCompile Include="..\lib\checkassignif.cpp" /> <ClCompile Include="..\lib\checkautovariables.cpp" /> <ClCompile Include="..\lib\checkboost.cpp" /> <ClCompile Include="..\lib\checkbufferoverrun.cpp" /> <ClCompile Include="..\lib\checkclass.cpp" /> <ClCompile Include="..\lib\checkexceptionsafety.cpp" /> <ClCompile Include="..\lib\checkmemoryleak.cpp" /> <ClCompile Include="..\lib\checknonreentrantfunctions.cpp" /> <ClCompile Include="..\lib\checknullpointer.cpp" /> <ClCompile Include="..\lib\checkobsoletefunctions.cpp" /> <ClCompile Include="..\lib\checkother.cpp" /> <ClCompile Include="..\lib\checkpostfixoperator.cpp" /> <ClCompile Include="..\lib\checkstl.cpp" /> <ClCompile Include="..\lib\checkuninitvar.cpp" /> <ClCompile Include="..\lib\checkunusedfunctions.cpp" /> <ClCompile Include="..\lib\checkunusedvar.cpp" /> <ClCompile Include="..\cli\cmdlineparser.cpp" /> <ClCompile Include="..\lib\cppcheck.cpp" /> <ClCompile Include="..\cli\cppcheckexecutor.cpp" /> <ClCompile Include="..\lib\errorlogger.cpp" /> <ClCompile Include="..\lib\executionpath.cpp" /> <ClCompile Include="..\cli\filelister.cpp" /> <ClCompile Include="..\lib\mathlib.cpp" /> <ClCompile Include="options.cpp" /> <ClCompile Include="..\lib\path.cpp" /> <ClCompile Include="..\cli\pathmatch.cpp" /> <ClCompile Include="..\lib\preprocessor.cpp" /> <ClCompile Include="..\lib\settings.cpp" /> <ClCompile Include="..\lib\suppressions.cpp" /> <ClCompile Include="..\lib\symboldatabase.cpp" /> <ClCompile Include="test64bit.cpp" /> <ClCompile Include="testassignif.cpp" /> <ClCompile Include="testautovariables.cpp" /> <ClCompile Include="testboost.cpp" /> <ClCompile Include="testbufferoverrun.cpp" /> <ClCompile Include="testcharvar.cpp" /> <ClCompile Include="testclass.cpp" /> <ClCompile Include="testcmdlineparser.cpp" /> <ClCompile Include="testconstructors.cpp" /> <ClCompile Include="testcppcheck.cpp" /> <ClCompile Include="testdivision.cpp" /> <ClCompile Include="testerrorlogger.cpp" /> <ClCompile Include="testexceptionsafety.cpp" /> <ClCompile Include="testfilelister.cpp" /> <ClCompile Include="testincompletestatement.cpp" /> <ClCompile Include="testmathlib.cpp" /> <ClCompile Include="testmemleak.cpp" /> <ClCompile Include="testnonreentrantfunctions.cpp" /> <ClCompile Include="testnullpointer.cpp" /> <ClCompile Include="testobsoletefunctions.cpp" /> <ClCompile Include="testoptions.cpp" /> <ClCompile Include="testother.cpp" /> <ClCompile Include="testpath.cpp" /> <ClCompile Include="testpathmatch.cpp" /> <ClCompile Include="testpostfixoperator.cpp" /> <ClCompile Include="testpreprocessor.cpp" /> <ClCompile Include="testrunner.cpp" /> <ClCompile Include="testsimplifytokens.cpp" /> <ClCompile Include="teststl.cpp" /> <ClCompile Include="testsuite.cpp" /> <ClCompile Include="testsuppressions.cpp" /> <ClCompile Include="testsymboldatabase.cpp" /> <ClCompile Include="testthreadexecutor.cpp" /> <ClCompile Include="testtoken.cpp" /> <ClCompile Include="testtokenize.cpp" /> <ClCompile Include="testuninitvar.cpp" /> <ClCompile Include="testunusedfunctions.cpp" /> <ClCompile Include="testunusedprivfunc.cpp" /> <ClCompile Include="testunusedvar.cpp" /> <ClCompile Include="..\cli\threadexecutor.cpp" /> <ClCompile Include="..\lib\timer.cpp" /> <ClCompile Include="..\externals\tinyxml\tinystr.cpp" /> <ClCompile Include="..\externals\tinyxml\tinyxml.cpp" /> <ClCompile Include="..\externals\tinyxml\tinyxmlerror.cpp" /> <ClCompile Include="..\externals\tinyxml\tinyxmlparser.cpp" /> <ClCompile Include="..\lib\token.cpp" /> <ClCompile Include="..\lib\tokenize.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\lib\check.h" /> <ClInclude Include="..\lib\check64bit.h" /> <ClInclude Include="..\lib\checkassignif.h" /> <ClInclude Include="..\lib\checkautovariables.h" /> <ClInclude Include="..\lib\checkboost.h" /> <ClInclude Include="..\lib\checkbufferoverrun.h" /> <ClInclude Include="..\lib\checkclass.h" /> <ClInclude Include="..\lib\checkexceptionsafety.h" /> <ClInclude Include="..\lib\checkmemoryleak.h" /> <ClInclude Include="..\lib\checknonreentrantfunctions.h" /> <ClInclude Include="..\lib\checknullpointer.h" /> <ClInclude Include="..\lib\checkobsoletefunctions.h" /> <ClInclude Include="..\lib\checkother.h" /> <ClInclude Include="..\lib\checkpostfixoperator.h" /> <ClInclude Include="..\lib\checkstl.h" /> <ClInclude Include="..\lib\checkuninitvar.h" /> <ClInclude Include="..\lib\checkunusedfunctions.h" /> <ClInclude Include="..\lib\checkunusedvar.h" /> <ClInclude Include="..\cli\cmdlineparser.h" /> <ClInclude Include="..\lib\cppcheck.h" /> <ClInclude Include="..\cli\cppcheckexecutor.h" /> <ClInclude Include="..\lib\errorlogger.h" /> <ClInclude Include="..\lib\executionpath.h" /> <ClInclude Include="..\cli\filelister.h" /> <ClInclude Include="..\lib\mathlib.h" /> <ClInclude Include="options.h" /> <ClInclude Include="..\lib\path.h" /> <ClInclude Include="..\cli\pathmatch.h" /> <ClInclude Include="..\lib\preprocessor.h" /> <ClInclude Include="redirect.h" /> <ClInclude Include="..\lib\settings.h" /> <ClInclude Include="..\lib\suppressions.h" /> <ClInclude Include="..\lib\symboldatabase.h" /> <ClInclude Include="testsuite.h" /> <ClInclude Include="..\cli\threadexecutor.h" /> <ClInclude Include="..\lib\timer.h" /> <ClInclude Include="..\externals\tinyxml\tinystr.h" /> <ClInclude Include="..\externals\tinyxml\tinyxml.h" /> <ClInclude Include="..\lib\token.h" /> <ClInclude Include="..\lib\tokenize.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets" /> </Project>