<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9.00"
	Name="cppcheck"
	ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
	RootNamespace="cppcheck"
	Keyword="Qt4VSv1.0"
	TargetFrameworkVersion="0"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="..\Build\$(ConfigurationName)"
			IntermediateDirectory="..\BuildTmp\$(TargetName)\$(ConfigurationName)"
			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"
				Optimization="0"
				WholeProgramOptimization="false"
				AdditionalIncludeDirectories="..\lib"
				PreprocessorDefinitions="_DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				TreatWChar_tAsBuiltInType="false"
				AssemblerListingLocation="$(IntDir)\"
				ProgramDataBaseFileName="$(IntDir)\"
				WarningLevel="4"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="WIN32;_DEBUG"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				IgnoreImportLibrary="true"
				AdditionalDependencies="shlwapi.lib"
				OutputFile="$(OutDir)\cppcheck.exe"
				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="..\Build\$(ConfigurationName)"
			IntermediateDirectory="..\BuildTmp\$(TargetName)\$(ConfigurationName)"
			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="/MP"
				Optimization="2"
				EnableIntrinsicFunctions="true"
				WholeProgramOptimization="true"
				AdditionalIncludeDirectories="..\lib"
				PreprocessorDefinitions="NDEBUG,WIN32;_CRT_SECURE_NO_WARNINGS"
				RuntimeLibrary="2"
				TreatWChar_tAsBuiltInType="false"
				AssemblerListingLocation="$(IntDir)\"
				ProgramDataBaseFileName="$(IntDir)\"
				WarningLevel="4"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG,WIN32"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				IgnoreImportLibrary="true"
				AdditionalDependencies="shlwapi.lib"
				OutputFile="$(OutDir)\cppcheck.exe"
				LinkIncremental="1"
				GenerateDebugInformation="true"
				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\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="..\lib\filelister_win32.cpp"
				>
			</File>
			<File
				RelativePath="main.cpp"
				>
			</File>
			<File
				RelativePath="..\lib\mathlib.cpp"
				>
			</File>
			<File
				RelativePath="..\lib\path.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\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.h"
				>
			</File>
			<File
				RelativePath="..\lib\errorlogger.h"
				>
			</File>
			<File
				RelativePath="..\lib\executionpath.h"
				>
			</File>
			<File
				RelativePath="..\lib\filelister.h"
				>
			</File>
			<File
				RelativePath="..\lib\filelister_win32.h"
				>
			</File>
			<File
				RelativePath="..\lib\mathlib.h"
				>
			</File>
			<File
				RelativePath="..\lib\path.h"
				>
			</File>
			<File
				RelativePath="..\lib\preprocessor.h"
				>
			</File>
			<File
				RelativePath="resource.h"
				>
			</File>
			<File
				RelativePath="..\lib\settings.h"
				>
			</File>
			<File
				RelativePath="..\lib\token.h"
				>
			</File>
			<File
				RelativePath="..\lib\tokenize.h"
				>
			</File>
		</Filter>
		<File
			RelativePath="cppcheck.rc"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>