2010-12-19 07:51:34 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-04-14 12:05:10 +02:00
|
|
|
<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">
|
2011-10-23 15:42:02 +02:00
|
|
|
<ProjectGuid>{85797CCB-B0A5-37DB-86F2-CD9253A07364}</ProjectGuid>
|
2011-08-19 21:47:13 +02:00
|
|
|
<RootNamespace>testrunner</RootNamespace>
|
2010-04-14 12:05:10 +02:00
|
|
|
<Keyword>Qt4VSv1.0</Keyword>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<OutputDirectory>debug\</OutputDirectory>
|
|
|
|
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
|
2010-04-14 12:05:10 +02:00
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2010-12-19 07:51:34 +01:00
|
|
|
<IntermediateDirectory>temp\</IntermediateDirectory>
|
2010-04-14 12:05:10 +02:00
|
|
|
</PropertyGroup>
|
2010-12-19 07:51:34 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<OutputDirectory>release\</OutputDirectory>
|
|
|
|
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
|
2010-10-24 18:30:40 +02:00
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2010-12-19 07:51:34 +01:00
|
|
|
<IntermediateDirectory>temp\</IntermediateDirectory>
|
2010-10-24 18:30:40 +02:00
|
|
|
</PropertyGroup>
|
2010-04-14 12:05:10 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<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')" />
|
2010-10-24 18:30:40 +02:00
|
|
|
</ImportGroup>
|
2010-12-19 07:51:34 +01:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
2010-10-24 18:30:40 +02:00
|
|
|
</ImportGroup>
|
2010-04-14 12:05:10 +02:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
2010-12-19 07:51:34 +01:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">debug\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">temp\</IntDir>
|
2011-08-19 21:47:13 +02:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testrunner</TargetName>
|
2010-12-19 07:51:34 +01:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">release\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">temp\</IntDir>
|
2011-08-19 21:47:13 +02:00
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testrunner</TargetName>
|
2010-12-19 07:51:34 +01:00
|
|
|
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
2010-04-14 12:05:10 +02:00
|
|
|
</PropertyGroup>
|
2010-12-19 07:51:34 +01:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile>
|
2012-01-02 16:28:45 +01:00
|
|
|
<AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals\tinyxml";..\..\QtSDK\Desktop\Qt\4.7.4\mingw\mkspecs\win32-msvc2010;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-19 07:51:34 +01:00
|
|
|
<AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
<AssemblerListingLocation>temp\</AssemblerListingLocation>
|
|
|
|
<BrowseInformation>false</BrowseInformation>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<ObjectFileName>temp\</ObjectFileName>
|
2010-04-14 12:05:10 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
2011-10-23 15:42:02 +02:00
|
|
|
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-12-19 07:51:34 +01:00
|
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
|
|
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2010-04-14 12:05:10 +02:00
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2011-10-23 15:42:02 +02:00
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2010-04-14 12:05:10 +02:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2010-12-19 07:51:34 +01:00
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
2011-08-19 21:47:13 +02:00
|
|
|
<OutputFile>debug\testrunner.exe</OutputFile>
|
2010-04-14 12:05:10 +02:00
|
|
|
<SubSystem>Console</SubSystem>
|
2010-12-19 07:51:34 +01:00
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2010-04-14 12:05:10 +02:00
|
|
|
</Link>
|
2010-12-19 07:51:34 +01:00
|
|
|
<Midl />
|
2010-10-24 18:30:40 +02:00
|
|
|
<ResourceCompile>
|
2011-10-23 15:42:02 +02:00
|
|
|
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-10-24 18:30:40 +02:00
|
|
|
</ResourceCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2010-12-19 07:51:34 +01:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile>
|
2012-01-02 16:28:45 +01:00
|
|
|
<AdditionalIncludeDirectories>".";"..\cli";"..\lib";"..\externals\tinyxml";..\..\QtSDK\Desktop\Qt\4.7.4\mingw\mkspecs\win32-msvc2010;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-19 07:51:34 +01:00
|
|
|
<AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
<AssemblerListingLocation>temp\</AssemblerListingLocation>
|
|
|
|
<BrowseInformation>false</BrowseInformation>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<ObjectFileName>temp\</ObjectFileName>
|
2010-04-14 12:05:10 +02:00
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2011-10-23 15:42:02 +02:00
|
|
|
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-12-19 07:51:34 +01:00
|
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
|
|
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2010-04-14 12:05:10 +02:00
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2011-10-23 15:42:02 +02:00
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2010-12-19 07:51:34 +01:00
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2011-08-19 21:47:13 +02:00
|
|
|
<OutputFile>release\testrunner.exe</OutputFile>
|
2010-10-24 18:30:40 +02:00
|
|
|
<SubSystem>Console</SubSystem>
|
2010-12-19 07:51:34 +01:00
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2010-10-24 18:30:40 +02:00
|
|
|
</Link>
|
2010-12-19 07:51:34 +01:00
|
|
|
<Midl />
|
2010-10-24 18:30:40 +02:00
|
|
|
<ResourceCompile>
|
2011-10-23 15:42:02 +02:00
|
|
|
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-10-24 18:30:40 +02:00
|
|
|
</ResourceCompile>
|
2010-04-14 12:05:10 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2011-07-06 10:31:20 +02:00
|
|
|
<ClCompile Include="..\lib\check64bit.cpp" />
|
2011-08-02 17:29:02 +02:00
|
|
|
<ClCompile Include="..\lib\checkassignif.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\checkautovariables.cpp" />
|
2011-10-23 15:42:02 +02:00
|
|
|
<ClCompile Include="..\lib\checkboost.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\checkbufferoverrun.cpp" />
|
|
|
|
<ClCompile Include="..\lib\checkclass.cpp" />
|
|
|
|
<ClCompile Include="..\lib\checkexceptionsafety.cpp" />
|
2012-01-02 16:28:45 +01:00
|
|
|
<ClCompile Include="..\lib\checkinternal.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<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" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\checkother.cpp" />
|
2010-10-16 22:54:54 +02:00
|
|
|
<ClCompile Include="..\lib\checkpostfixoperator.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\checkstl.cpp" />
|
2010-10-31 21:59:44 +01:00
|
|
|
<ClCompile Include="..\lib\checkuninitvar.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\checkunusedfunctions.cpp" />
|
2011-08-19 21:47:13 +02:00
|
|
|
<ClCompile Include="..\lib\checkunusedvar.cpp" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClCompile Include="..\cli\cmdlineparser.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\cppcheck.cpp" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClCompile Include="..\cli\cppcheckexecutor.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\errorlogger.cpp" />
|
|
|
|
<ClCompile Include="..\lib\executionpath.cpp" />
|
2011-01-18 19:51:52 +01:00
|
|
|
<ClCompile Include="..\cli\filelister.cpp" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClCompile Include="..\lib\mathlib.cpp" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<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" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<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" />
|
2012-01-02 16:28:45 +01:00
|
|
|
<ClCompile Include="..\lib\templatesimplifier.cpp" />
|
2011-08-03 17:39:02 +02:00
|
|
|
<ClCompile Include="test64bit.cpp" />
|
|
|
|
<ClCompile Include="testassignif.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testautovariables.cpp" />
|
2011-10-23 15:42:02 +02:00
|
|
|
<ClCompile Include="testboost.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testbufferoverrun.cpp" />
|
|
|
|
<ClCompile Include="testcharvar.cpp" />
|
|
|
|
<ClCompile Include="testclass.cpp" />
|
2010-09-06 21:31:06 +02:00
|
|
|
<ClCompile Include="testcmdlineparser.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testconstructors.cpp" />
|
|
|
|
<ClCompile Include="testcppcheck.cpp" />
|
|
|
|
<ClCompile Include="testdivision.cpp" />
|
2010-12-05 21:23:36 +01:00
|
|
|
<ClCompile Include="testerrorlogger.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testexceptionsafety.cpp" />
|
2011-04-24 22:41:24 +02:00
|
|
|
<ClCompile Include="testfilelister.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<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" />
|
2010-10-16 23:16:39 +02:00
|
|
|
<ClCompile Include="testoptions.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<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" />
|
2010-10-16 22:54:54 +02:00
|
|
|
<ClCompile Include="testpostfixoperator.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testpreprocessor.cpp" />
|
|
|
|
<ClCompile Include="testrunner.cpp" />
|
|
|
|
<ClCompile Include="testsimplifytokens.cpp" />
|
|
|
|
<ClCompile Include="teststl.cpp" />
|
|
|
|
<ClCompile Include="testsuite.cpp" />
|
2011-05-03 12:17:44 +02:00
|
|
|
<ClCompile Include="testsuppressions.cpp" />
|
2011-02-03 16:53:50 +01:00
|
|
|
<ClCompile Include="testsymboldatabase.cpp" />
|
2010-10-16 23:16:39 +02:00
|
|
|
<ClCompile Include="testthreadexecutor.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testtoken.cpp" />
|
|
|
|
<ClCompile Include="testtokenize.cpp" />
|
2010-10-31 21:59:44 +01:00
|
|
|
<ClCompile Include="testuninitvar.cpp" />
|
2010-04-14 12:05:10 +02:00
|
|
|
<ClCompile Include="testunusedfunctions.cpp" />
|
|
|
|
<ClCompile Include="testunusedprivfunc.cpp" />
|
|
|
|
<ClCompile Include="testunusedvar.cpp" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<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" />
|
2010-04-14 12:05:10 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\check.h" />
|
2011-07-06 10:31:20 +02:00
|
|
|
<ClInclude Include="..\lib\check64bit.h" />
|
2011-08-02 17:29:02 +02:00
|
|
|
<ClInclude Include="..\lib\checkassignif.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\checkautovariables.h" />
|
2011-10-23 15:42:02 +02:00
|
|
|
<ClInclude Include="..\lib\checkboost.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\checkbufferoverrun.h" />
|
|
|
|
<ClInclude Include="..\lib\checkclass.h" />
|
|
|
|
<ClInclude Include="..\lib\checkexceptionsafety.h" />
|
2012-01-02 16:28:45 +01:00
|
|
|
<ClInclude Include="..\lib\checkinternal.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<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" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\checkother.h" />
|
2010-10-16 22:54:54 +02:00
|
|
|
<ClInclude Include="..\lib\checkpostfixoperator.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\checkstl.h" />
|
2010-10-31 21:59:44 +01:00
|
|
|
<ClInclude Include="..\lib\checkuninitvar.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\checkunusedfunctions.h" />
|
2011-08-19 21:47:13 +02:00
|
|
|
<ClInclude Include="..\lib\checkunusedvar.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClInclude Include="..\cli\cmdlineparser.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\cppcheck.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClInclude Include="..\cli\cppcheckexecutor.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\errorlogger.h" />
|
|
|
|
<ClInclude Include="..\lib\executionpath.h" />
|
2011-01-18 19:51:52 +01:00
|
|
|
<ClInclude Include="..\cli\filelister.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\mathlib.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<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" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\preprocessor.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClInclude Include="redirect.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<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" />
|
2012-01-02 16:28:45 +01:00
|
|
|
<ClInclude Include="..\lib\templatesimplifier.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClInclude Include="testsuite.h" />
|
|
|
|
<ClInclude Include="..\cli\threadexecutor.h" />
|
2010-08-31 22:18:07 +02:00
|
|
|
<ClInclude Include="..\lib\timer.h" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ClInclude Include="..\externals\tinyxml\tinystr.h" />
|
|
|
|
<ClInclude Include="..\externals\tinyxml\tinyxml.h" />
|
2010-04-14 17:52:46 +02:00
|
|
|
<ClInclude Include="..\lib\token.h" />
|
|
|
|
<ClInclude Include="..\lib\tokenize.h" />
|
2010-04-14 12:05:10 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2010-12-19 07:51:34 +01:00
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
2011-03-25 07:59:48 +01:00
|
|
|
</Project>
|