cppcheck/test/test.vcproj
Kimmo Varis 45a6742e3f Windows: Add _CRT_SECURE_NO_WARNINGS define.
The _CRT_SECURE_NO_WARNINGS define suppresses some Windows-specific
compile warnings. Windows has "secure" versions of some functions
and compiler outputs warnings that those "secure" versions should
be used instead. Since other platforms don't have those functions
we just suppress this warning for now on.
2010-07-27 17:34:13 +03:00

500 lines
9.7 KiB
XML
Executable File

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="test"
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
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"
AdditionalIncludeDirectories="..\lib"
PreprocessorDefinitions="_DEBUG,WIN32,UNIT_TESTING;_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="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING,_DEBUG"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="shlwapi.lib"
OutputFile="$(OutDir)\test.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"
Optimization="2"
EnableIntrinsicFunctions="true"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="..\lib"
PreprocessorDefinitions="NDEBUG,WIN32,UNIT_TESTING;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
TreatWChar_tAsBuiltInType="false"
AssemblerListingLocation="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="4"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="shlwapi.lib"
OutputFile="$(OutDir)\test.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="..\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="..\lib\mathlib.cpp"
>
</File>
<File
RelativePath="..\lib\path.cpp"
>
</File>
<File
RelativePath="..\lib\preprocessor.cpp"
>
</File>
<File
RelativePath="..\lib\settings.cpp"
>
</File>
<File
RelativePath="testautovariables.cpp"
>
</File>
<File
RelativePath="testbufferoverrun.cpp"
>
</File>
<File
RelativePath="testcharvar.cpp"
>
</File>
<File
RelativePath="testclass.cpp"
>
</File>
<File
RelativePath="testconstructors.cpp"
>
</File>
<File
RelativePath="testcppcheck.cpp"
>
</File>
<File
RelativePath="testdangerousfunctions.cpp"
>
</File>
<File
RelativePath="testdivision.cpp"
>
</File>
<File
RelativePath="testexceptionsafety.cpp"
>
</File>
<File
RelativePath="testfilelister.cpp"
>
</File>
<File
RelativePath="testincompletestatement.cpp"
>
</File>
<File
RelativePath="testmathlib.cpp"
>
</File>
<File
RelativePath="testmemleak.cpp"
>
</File>
<File
RelativePath="testother.cpp"
>
</File>
<File
RelativePath="testpreprocessor.cpp"
>
</File>
<File
RelativePath="testredundantif.cpp"
>
</File>
<File
RelativePath="testrunner.cpp"
>
</File>
<File
RelativePath="testsimplifytokens.cpp"
>
</File>
<File
RelativePath="teststl.cpp"
>
</File>
<File
RelativePath="testsuite.cpp"
>
</File>
<File
RelativePath="testtoken.cpp"
>
</File>
<File
RelativePath="testtokenize.cpp"
>
</File>
<File
RelativePath="testunusedfunctions.cpp"
>
</File>
<File
RelativePath="testunusedprivfunc.cpp"
>
</File>
<File
RelativePath="testunusedvar.cpp"
>
</File>
<File
RelativePath=".\tinyxml\tinystr.cpp"
>
</File>
<File
RelativePath=".\tinyxml\tinyxml.cpp"
>
</File>
<File
RelativePath=".\tinyxml\tinyxmlerror.cpp"
>
</File>
<File
RelativePath=".\tinyxml\tinyxmlparser.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="..\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="..\lib\settings.h"
>
</File>
<File
RelativePath="testsuite.h"
>
</File>
<File
RelativePath=".\tinyxml\tinystr.h"
>
</File>
<File
RelativePath=".\tinyxml\tinyxml.h"
>
</File>
<File
RelativePath="..\lib\token.h"
>
</File>
<File
RelativePath="..\lib\tokenize.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>