cppcheck/test/testrunner.vcxproj

242 lines
14 KiB
XML
Raw Normal View History

<?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>{4F7DCE5E-6CDE-38C4-9EA7-27AF3B25CEB4}</ProjectGuid>
<RootNamespace>testrunner</RootNamespace>
<Keyword>Qt4VSv1.0</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;" Label="Configuration">
<OutputDirectory>debug\</OutputDirectory>
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
<ConfigurationType>Application</ConfigurationType>
<IntermediateDirectory>temp\</IntermediateDirectory>
</PropertyGroup>
<PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;" 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="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists(&apos;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&apos;)" />
</ImportGroup>
<ImportGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists(&apos;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&apos;)" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;">debug\</OutDir>
<IntDir Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;">temp\</IntDir>
<TargetName Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;">testrunner</TargetName>
<IgnoreImportLibrary Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;">true</IgnoreImportLibrary>
<OutDir Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">release\</OutDir>
<IntDir Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">temp\</IntDir>
<TargetName Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">testrunner</TargetName>
<IgnoreImportLibrary Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">true</IgnoreImportLibrary>
<LinkIncremental Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Debug|Win32&apos;">
<ClCompile>
<AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals";"..\externals\tinyxml";..\..\Qt\VS4.7.0\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>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ObjectFileName>temp\</ObjectFileName>
<Optimization>Disabled</Optimization>
2011-08-22 19:13:03 +02:00
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_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;../externals\pcre.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<OutputFile>debug\testrunner.exe</OutputFile>
<SubSystem>Console</SubSystem>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Link>
<Midl />
<ResourceCompile>
2011-08-22 19:13:03 +02:00
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;Release|Win32&apos;">
<ClCompile>
<AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals";"..\externals\tinyxml";..\..\Qt\VS4.7.0\mkspecs\win32-msvc2010;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions>
<AssemblerListingLocation>temp\</AssemblerListingLocation>
<BrowseInformation>false</BrowseInformation>
<BufferSecurityCheck>false</BufferSecurityCheck>
<ExceptionHandling>Sync</ExceptionHandling>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ObjectFileName>temp\</ObjectFileName>
<Optimization>MaxSpeed</Optimization>
2011-08-22 19:13:03 +02:00
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_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;../externals\pcre.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<LinkIncremental>false</LinkIncremental>
<OutputFile>release\testrunner.exe</OutputFile>
<SubSystem>Console</SubSystem>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Link>
<Midl />
<ResourceCompile>
2011-08-22 19:13:03 +02:00
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\lib\check64bit.cpp" />
2011-08-02 17:29:02 +02:00
<ClCompile Include="..\lib\checkassignif.cpp" />
<ClCompile Include="..\lib\checkautovariables.cpp" />
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
<ClCompile Include="..\lib\checkclass.cpp" />
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
<ClCompile Include="..\lib\checkmemoryleak.cpp" />
2011-08-02 17:29:02 +02:00
<ClCompile Include="..\lib\checknonreentrantfunctions.cpp" />
2010-10-31 21:59:44 +01:00
<ClCompile Include="..\lib\checknullpointer.cpp" />
2010-09-20 17:09:17 +02:00
<ClCompile Include="..\lib\checkobsoletefunctions.cpp" />
<ClCompile Include="..\lib\checkother.cpp" />
<ClCompile Include="..\lib\checkpostfixoperator.cpp" />
<ClCompile Include="..\lib\checkstl.cpp" />
2010-10-31 21:59:44 +01:00
<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" />
2010-07-26 21:06:33 +02:00
<ClCompile Include="..\lib\path.cpp" />
2011-02-01 20:37:46 +01:00
<ClCompile Include="..\cli\pathmatch.cpp" />
<ClCompile Include="..\lib\preprocessor.cpp" />
<ClCompile Include="..\lib\settings.cpp" />
2011-08-22 19:13:03 +02:00
<ClCompile Include="..\lib\suppressions.cpp" />
2010-11-14 10:04:45 +01:00
<ClCompile Include="..\lib\symboldatabase.cpp" />
2011-08-03 17:39:02 +02:00
<ClCompile Include="test64bit.cpp" />
<ClCompile Include="testassignif.cpp" />
<ClCompile Include="testautovariables.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" />
2010-12-05 21:23:36 +01:00
<ClCompile Include="testerrorlogger.cpp" />
<ClCompile Include="testexceptionsafety.cpp" />
2011-04-24 22:41:24 +02:00
<ClCompile Include="testfilelister.cpp" />
<ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" />
2011-08-03 17:39:02 +02:00
<ClCompile Include="testnonreentrantfunctions.cpp" />
2010-10-31 21:59:44 +01:00
<ClCompile Include="testnullpointer.cpp" />
2010-09-20 17:09:17 +02:00
<ClCompile Include="testobsoletefunctions.cpp" />
<ClCompile Include="testoptions.cpp" />
<ClCompile Include="testother.cpp" />
2010-10-29 21:48:46 +02:00
<ClCompile Include="testpath.cpp" />
2011-02-01 20:37:46 +01:00
<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" />
2010-10-31 21:59:44 +01:00
<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" />
2011-08-02 17:29:02 +02:00
<ClInclude Include="..\lib\checkassignif.h" />
<ClInclude Include="..\lib\checkautovariables.h" />
<ClInclude Include="..\lib\checkbufferoverrun.h" />
<ClInclude Include="..\lib\checkclass.h" />
<ClInclude Include="..\lib\checkexceptionsafety.h" />
<ClInclude Include="..\lib\checkmemoryleak.h" />
2011-08-02 17:29:02 +02:00
<ClInclude Include="..\lib\checknonreentrantfunctions.h" />
2010-10-31 21:59:44 +01:00
<ClInclude Include="..\lib\checknullpointer.h" />
2010-09-20 17:09:17 +02:00
<ClInclude Include="..\lib\checkobsoletefunctions.h" />
<ClInclude Include="..\lib\checkother.h" />
<ClInclude Include="..\lib\checkpostfixoperator.h" />
<ClInclude Include="..\lib\checkstl.h" />
2010-10-31 21:59:44 +01:00
<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" />
2010-07-26 21:06:33 +02:00
<ClInclude Include="..\lib\path.h" />
2011-02-01 20:37:46 +01:00
<ClInclude Include="..\cli\pathmatch.h" />
<ClInclude Include="..\lib\preprocessor.h" />
<ClInclude Include="redirect.h" />
<ClInclude Include="..\lib\settings.h" />
2011-08-22 19:13:03 +02:00
<ClInclude Include="..\lib\suppressions.h" />
2010-11-14 10:04:45 +01:00
<ClInclude Include="..\lib\symboldatabase.h" />
<ClInclude Include="testsuite.h" />
<ClInclude Include="..\cli\threadexecutor.h" />
2010-08-31 22:18:07 +02:00
<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>