cppcheck/cli/cppcheck.vcproj

416 lines
8.6 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="cppcheck"
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
Keyword="Qt4VSv1.0"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="."
IntermediateDirectory="temp\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="0"
DefaultCharType="0"
EnableErrorChecks="1"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
Optimization="4"
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
RuntimeLibrary="3"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="true"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_DEBUG"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="shlwapi.lib"
OutputFile="$(OutDir)\cppcheck.exe"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=""
SubSystem="1"
LinkTimeCodeGeneration="0"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(IntDir)/$(ProjectName).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="."
IntermediateDirectory="temp\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="0"
DefaultCharType="0"
EnableErrorChecks="1"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
Optimization="2"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG,NDEBUG"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
RuntimeLibrary="2"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="true"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="shlwapi.lib"
OutputFile="$(OutDir)\cppcheck.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="false"
ProgramDatabaseFile=""
SubSystem="1"
LinkTimeCodeGeneration="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(IntDir)/$(ProjectName).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<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\checkautovariables.cpp"
>
</File>
<File
RelativePath="..\lib\checkbufferoverrun.cpp"
>
</File>
<File
RelativePath="..\lib\checkclass.cpp"
>
</File>
<File
RelativePath="..\lib\checkdangerousfunctions.cpp"
>
</File>
<File
RelativePath="..\lib\checkexceptionsafety.cpp"
>
</File>
<File
RelativePath="..\lib\checkheaders.cpp"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.cpp"
>
</File>
<File
RelativePath="..\lib\checkother.cpp"
>
</File>
<File
RelativePath="..\lib\checkstl.cpp"
>
</File>
<File
RelativePath="..\lib\checkunusedfunctions.cpp"
>
</File>
<File
RelativePath="..\lib\cppcheck.cpp"
>
</File>
<File
RelativePath="cppcheckexecutor.cpp"
>
</File>
<File
RelativePath="..\lib\errorlogger.cpp"
>
</File>
<File
RelativePath="..\lib\executionpath.cpp"
>
</File>
<File
RelativePath="..\lib\filelister.cpp"
>
</File>
<File
RelativePath="main.cpp"
>
</File>
<File
RelativePath="..\lib\mathlib.cpp"
>
</File>
<File
RelativePath="..\lib\preprocessor.cpp"
>
</File>
<File
RelativePath="..\lib\settings.cpp"
>
</File>
<File
RelativePath="threadexecutor.cpp"
>
</File>
<File
RelativePath="..\lib\token.cpp"
>
</File>
<File
RelativePath="..\lib\tokenize.cpp"
>
</File>
</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>
<File
RelativePath="..\lib\checkautovariables.h"
>
</File>
<File
RelativePath="..\lib\checkbufferoverrun.h"
>
</File>
<File
RelativePath="..\lib\checkclass.h"
>
</File>
<File
RelativePath="..\lib\checkdangerousfunctions.h"
>
</File>
<File
RelativePath="..\lib\checkexceptionsafety.h"
>
</File>
<File
RelativePath="..\lib\checkheaders.h"
>
</File>
<File
RelativePath="..\lib\checkmemoryleak.h"
>
</File>
<File
RelativePath="..\lib\checkother.h"
>
</File>
<File
RelativePath="..\lib\checkstl.h"
>
</File>
<File
RelativePath="..\lib\checkunusedfunctions.h"
>
</File>
<File
RelativePath="..\lib\classinfo.h"
>
</File>
<File
RelativePath="..\lib\cppcheck.h"
>
</File>
<File
RelativePath="cppcheckexecutor.cpp"
>
</File>
<File
RelativePath="..\lib\errorlogger.h"
>
</File>
<File
RelativePath="..\lib\executionpath.h"
>
</File>
<File
RelativePath="..\lib\filelister.h"
>
</File>
<File
RelativePath="..\lib\mathlib.h"
>
</File>
<File
RelativePath="..\lib\preprocessor.h"
>
</File>
<File
RelativePath="resource.h"
>
</File>
<File
RelativePath="..\lib\settings.h"
>
</File>
<File
RelativePath="threadexecutor.cpp"
>
</File>
<File
RelativePath="..\lib\token.h"
>
</File>
<File
RelativePath="..\lib\tokenize.h"
>
</File>
</Filter>
<Filter
Name="Generated Files"
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
>
<File
RelativePath="temp\cppcheck.res"
>
</File>
</Filter>
<File
RelativePath="cppcheck.rc"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>