328 lines
6.1 KiB
XML
328 lines
6.1 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="lib"
|
|
ProjectGUID="{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}"
|
|
RootNamespace="lib"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\Build\$(ConfigurationName)"
|
|
IntermediateDirectory="..\BuildTmp\$(TargetName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
WarningLevel="4"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
OutputFile="$(IntDir)/$(ProjectName).bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\Build\$(ConfigurationName)"
|
|
IntermediateDirectory="..\BuildTmp\$(TargetName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
WholeProgramOptimization="true"
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
|
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="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
OutputFile="$(IntDir)/$(ProjectName).bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\checkautovariables.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkbufferoverrun.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkclass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkdangerousfunctions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkexceptionsafety.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkmemoryleak.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkother.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkstl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkunusedfunctions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cppcheck.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\errorlogger.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\executionpath.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\filelister.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\filelister_win32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mathlib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\preprocessor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\settings.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\token.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tokenize.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\check.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkautovariables.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkbufferoverrun.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkclass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkdangerousfunctions.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkexceptionsafety.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkmemoryleak.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkother.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkstl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\checkunusedfunctions.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\classinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cppcheck.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\errorlogger.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\executionpath.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\filelister.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\filelister_win32.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mathlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\preprocessor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\settings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\token.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tokenize.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|