<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" Name="testrunner" ProjectGUID="{C12BFD22-DEB4-317D-85AA-16B4E3CBAC5F}" Keyword="Qt4VSv1.0"> <Platforms> <Platform Name="Win32" /> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="debug\" ATLMinimizesCRunTimeLibraryUsage="false" ConfigurationType="1" IntermediateDirectory="temp\" UseOfMfc="0"> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="".","..\cli","..\lib","..\externals\tinyxml",..\..\..\..\Qt\4.8.1\mkspecs\win32-msvc2008" AdditionalOptions="-Zm200 -w34100 -w34189" AssemblerListingLocation="temp\" BufferSecurityCheck="false" DebugInformationFormat="3" ExceptionHandling="1" GeneratePreprocessedFile="0" ObjectFile="temp\" Optimization ="4" PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS" ProgramDataBaseFileName=".\" RuntimeLibrary="3" RuntimeTypeInfo="true" SuppressStartupBanner="true" TreatWChar_tAsBuiltInType="false" WarningLevel="4" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="shlwapi.lib" AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"" GenerateDebugInformation="true" IgnoreImportLibrary="true" LinkTimeCodeGeneration="0" OutputFile="$(OutDir)\testrunner.exe" ProgramDatabaseFile="" SubSystem="1" SuppressStartupBanner="true" /> <Tool Name="VCMIDLTool" DefaultCharType="0" EnableErrorChecks="1" WarningLevel="0" /> <Tool Name="VCPostBuildEventTool" /> <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,_DEBUG" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="release\" ATLMinimizesCRunTimeLibraryUsage="false" ConfigurationType="1" IntermediateDirectory="temp\" UseOfMfc="0"> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="".","..\cli","..\lib","..\externals\tinyxml",..\..\..\..\Qt\4.8.1\mkspecs\win32-msvc2008" AdditionalOptions="-Zm200 -w34100 -w34189" AssemblerListingLocation="temp\" BufferSecurityCheck="false" DebugInformationFormat="0" ExceptionHandling="1" GeneratePreprocessedFile="0" ObjectFile="temp\" Optimization ="2" PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,NDEBUG" ProgramDataBaseFileName=".\" RuntimeLibrary="2" RuntimeTypeInfo="true" SuppressStartupBanner="true" TreatWChar_tAsBuiltInType="false" WarningLevel="4" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="shlwapi.lib" AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"" GenerateDebugInformation="false" IgnoreImportLibrary="true" LinkIncremental="1" LinkTimeCodeGeneration="0" OutputFile="$(OutDir)\testrunner.exe" ProgramDatabaseFile="" SubSystem="1" SuppressStartupBanner="true" /> <Tool Name="VCMIDLTool" DefaultCharType="0" EnableErrorChecks="1" WarningLevel="0" /> <Tool Name="VCPostBuildEventTool" /> <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,NDEBUG" /> </Configuration> </Configurations> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File RelativePath="..\lib\check64bit.cpp" /> <File RelativePath="..\lib\checkassignif.cpp" /> <File RelativePath="..\lib\checkautovariables.cpp" /> <File RelativePath="..\lib\checkboost.cpp" /> <File RelativePath="..\lib\checkbufferoverrun.cpp" /> <File RelativePath="..\lib\checkclass.cpp" /> <File RelativePath="..\lib\checkexceptionsafety.cpp" /> <File RelativePath="..\lib\checkinternal.cpp" /> <File RelativePath="..\lib\checkio.cpp" /> <File RelativePath="..\lib\checkleakautovar.cpp" /> <File RelativePath="..\lib\checkmemoryleak.cpp" /> <File RelativePath="..\lib\checknonreentrantfunctions.cpp" /> <File RelativePath="..\lib\checknullpointer.cpp" /> <File RelativePath="..\lib\checkobsoletefunctions.cpp" /> <File RelativePath="..\lib\checkother.cpp" /> <File RelativePath="..\lib\checkpostfixoperator.cpp" /> <File RelativePath="..\lib\checkstl.cpp" /> <File RelativePath="..\lib\checkuninitvar.cpp" /> <File RelativePath="..\lib\checkunusedfunctions.cpp" /> <File RelativePath="..\lib\checkunusedvar.cpp" /> <File RelativePath="..\cli\cmdlineparser.cpp" /> <File RelativePath="..\lib\cppcheck.cpp" /> <File RelativePath="..\cli\cppcheckexecutor.cpp" /> <File RelativePath="..\lib\errorlogger.cpp" /> <File RelativePath="..\lib\executionpath.cpp" /> <File RelativePath="..\cli\filelister.cpp" /> <File RelativePath="..\lib\mathlib.cpp" /> <File RelativePath="options.cpp" /> <File RelativePath="..\lib\path.cpp" /> <File RelativePath="..\cli\pathmatch.cpp" /> <File RelativePath="..\lib\preprocessor.cpp" /> <File RelativePath="..\lib\settings.cpp" /> <File RelativePath="..\lib\suppressions.cpp" /> <File RelativePath="..\lib\symboldatabase.cpp" /> <File RelativePath="..\lib\templatesimplifier.cpp" /> <File RelativePath="test64bit.cpp" /> <File RelativePath="testassignif.cpp" /> <File RelativePath="testautovariables.cpp" /> <File RelativePath="testboost.cpp" /> <File RelativePath="testbufferoverrun.cpp" /> <File RelativePath="testcharvar.cpp" /> <File RelativePath="testclass.cpp" /> <File RelativePath="testcmdlineparser.cpp" /> <File RelativePath="testconstructors.cpp" /> <File RelativePath="testcppcheck.cpp" /> <File RelativePath="testdivision.cpp" /> <File RelativePath="testerrorlogger.cpp" /> <File RelativePath="testexceptionsafety.cpp" /> <File RelativePath="testfilelister.cpp" /> <File RelativePath="testincompletestatement.cpp" /> <File RelativePath="testinternal.cpp" /> <File RelativePath="testio.cpp" /> <File RelativePath="testleakautovar.cpp" /> <File RelativePath="testmathlib.cpp" /> <File RelativePath="testmemleak.cpp" /> <File RelativePath="testnonreentrantfunctions.cpp" /> <File RelativePath="testnullpointer.cpp" /> <File RelativePath="testobsoletefunctions.cpp" /> <File RelativePath="testoptions.cpp" /> <File RelativePath="testother.cpp" /> <File RelativePath="testpath.cpp" /> <File RelativePath="testpathmatch.cpp" /> <File RelativePath="testpostfixoperator.cpp" /> <File RelativePath="testpreprocessor.cpp" /> <File RelativePath="testrunner.cpp" /> <File RelativePath="testsimplifytokens.cpp" /> <File RelativePath="teststl.cpp" /> <File RelativePath="testsuite.cpp" /> <File RelativePath="testsuppressions.cpp" /> <File RelativePath="testsymboldatabase.cpp" /> <File RelativePath="testthreadexecutor.cpp" /> <File RelativePath="testtimer.cpp" /> <File RelativePath="testtoken.cpp" /> <File RelativePath="testtokenize.cpp" /> <File RelativePath="testuninitvar.cpp" /> <File RelativePath="testunusedfunctions.cpp" /> <File RelativePath="testunusedprivfunc.cpp" /> <File RelativePath="testunusedvar.cpp" /> <File RelativePath="..\cli\threadexecutor.cpp" /> <File RelativePath="..\lib\timer.cpp" /> <File RelativePath="..\externals\tinyxml\tinyxml2.cpp" /> <File RelativePath="..\lib\library.cpp" /> <File RelativePath="..\lib\token.cpp" /> <File RelativePath="..\lib\tokenize.cpp" /> <File RelativePath="..\lib\tokenlist.cpp" /> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> <File RelativePath="..\lib\check.h" /> <File RelativePath="..\lib\check64bit.h" /> <File RelativePath="..\lib\checkassignif.h" /> <File RelativePath="..\lib\checkautovariables.h" /> <File RelativePath="..\lib\checkboost.h" /> <File RelativePath="..\lib\checkbufferoverrun.h" /> <File RelativePath="..\lib\checkclass.h" /> <File RelativePath="..\lib\checkexceptionsafety.h" /> <File RelativePath="..\lib\checkinternal.h" /> <File RelativePath="..\lib\checkio.h" /> <File RelativePath="..\lib\checkleakautovar.h" /> <File RelativePath="..\lib\checkmemoryleak.h" /> <File RelativePath="..\lib\checknonreentrantfunctions.h" /> <File RelativePath="..\lib\checknullpointer.h" /> <File RelativePath="..\lib\checkobsoletefunctions.h" /> <File RelativePath="..\lib\checkother.h" /> <File RelativePath="..\lib\checkpostfixoperator.h" /> <File RelativePath="..\lib\checkstl.h" /> <File RelativePath="..\lib\checkuninitvar.h" /> <File RelativePath="..\lib\checkunusedfunctions.h" /> <File RelativePath="..\lib\checkunusedvar.h" /> <File RelativePath="..\cli\cmdlineparser.h" /> <File RelativePath="..\lib\cppcheck.h" /> <File RelativePath="..\cli\cppcheckexecutor.h" /> <File RelativePath="..\lib\errorlogger.h" /> <File RelativePath="..\lib\executionpath.h" /> <File RelativePath="..\cli\filelister.h" /> <File RelativePath="..\lib\mathlib.h" /> <File RelativePath="options.h" /> <File RelativePath="..\lib\path.h" /> <File RelativePath="..\cli\pathmatch.h" /> <File RelativePath="..\lib\preprocessor.h" /> <File RelativePath="redirect.h" /> <File RelativePath="..\lib\settings.h" /> <File RelativePath="..\lib\suppressions.h" /> <File RelativePath="..\lib\symboldatabase.h" /> <File RelativePath="..\lib\templatesimplifier.h" /> <File RelativePath="testsuite.h" /> <File RelativePath="..\cli\threadexecutor.h" /> <File RelativePath="..\lib\timer.h" /> <File RelativePath="..\externals\tinyxml\tinyxml2.h" /> <File RelativePath="..\lib\library.h" /> <File RelativePath="..\lib\token.h" /> <File RelativePath="..\lib\tokenize.h" /> <File RelativePath="..\lib\tokenlist.h" /> </Filter> </Files> <Globals> </Globals> </VisualStudioProject>