Skip to content

Commit

Permalink
Restructuring: Updated the Visual Studio project files. They are now …
Browse files Browse the repository at this point in the history
…generated by qmake
  • Loading branch information
Daniel Marjamäki committed Oct 28, 2009
1 parent 0682db4 commit cba94fe
Show file tree
Hide file tree
Showing 10 changed files with 514 additions and 853 deletions.
2 changes: 1 addition & 1 deletion cli/cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HEADERS += cppcheckexecutor.cpp \
win32 {
CONFIG += embed_manifest_exe console
RC_FILE = cppcheck.rc
HEADERS += ../lib/resource.h
HEADERS += resource.h
LIBS += -lshlwapi
}

Expand Down
232 changes: 232 additions & 0 deletions cli/cppcheck.vcproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
<?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">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="."
ATLMinimizesCRunTimeLibraryUsage="false"
ConfigurationType="1"
IntermediateDirectory="temp\"
UseOfMfc="0">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
AssemblerListingLocation="temp\"
BufferSecurityCheck="false"
DebugInformationFormat="3"
ExceptionHandling="1"
GeneratePreprocessedFile="0"
ObjectFile="temp\"
Optimization ="4"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"
ProgramDataBaseFileName=".\"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
SuppressStartupBanner="true"
TreatWChar_tAsBuiltInType="false"
WarningLevel="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
GenerateDebugInformation="true"
IgnoreImportLibrary="true"
LinkTimeCodeGeneration="0"
OutputFile="debug\cppcheck.exe"
ProgramDatabaseFile=""
SubSystem="1"
SuppressStartupBanner="true"/>
<Tool
Name="VCMIDLTool"
DefaultCharType="0"
EnableErrorChecks="1"
WarningLevel="0"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_DEBUG"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="."
ATLMinimizesCRunTimeLibraryUsage="false"
ConfigurationType="1"
IntermediateDirectory="temp\"
UseOfMfc="0"
WholeProgramOptimization="true">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\lib&quot;,&quot;.&quot;,..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
AssemblerListingLocation="temp\"
BufferSecurityCheck="false"
DebugInformationFormat="0"
ExceptionHandling="1"
GeneratePreprocessedFile="0"
ObjectFile="temp\"
Optimization ="2"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
ProgramDataBaseFileName=".\"
RuntimeLibrary="2"
RuntimeTypeInfo="true"
SuppressStartupBanner="true"
TreatWChar_tAsBuiltInType="false"
WarningLevel="4"
WholeProgramOptimization="true"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
GenerateDebugInformation="false"
IgnoreImportLibrary="true"
LinkIncremental="1"
LinkTimeCodeGeneration="1"
OutputFile="release\cppcheck.exe"
ProgramDatabaseFile=""
SubSystem="1"
SuppressStartupBanner="true"/>
<Tool
Name="VCMIDLTool"
DefaultCharType="0"
EnableErrorChecks="1"
WarningLevel="0"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
</Configuration>
</Configurations>
<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
RelativePath="..\lib\checkbufferoverrun.cpp"/>
<File
RelativePath="..\lib\checkclass.cpp"/>
<File
RelativePath="..\lib\checkdangerousfunctions.cpp"/>
<File
RelativePath="..\lib\checkexceptionsafety.cpp"/>
<File
RelativePath="..\lib\checkheaders.cpp"/>
<File
RelativePath="..\lib\checkmemoryleak.cpp"/>
<File
RelativePath="..\lib\checkother.cpp"/>
<File
RelativePath="..\lib\checkstl.cpp"/>
<File
RelativePath="..\lib\checkunusedfunctions.cpp"/>
<File
RelativePath="..\lib\cppcheck.cpp"/>
<File
RelativePath="cppcheckexecutor.cpp"/>
<File
RelativePath="..\lib\errorlogger.cpp"/>
<File
RelativePath="..\lib\filelister.cpp"/>
<File
RelativePath="main.cpp"/>
<File
RelativePath="..\lib\mathlib.cpp"/>
<File
RelativePath="..\lib\preprocessor.cpp"/>
<File
RelativePath="..\lib\settings.cpp"/>
<File
RelativePath="threadexecutor.cpp"/>
<File
RelativePath="..\lib\token.cpp"/>
<File
RelativePath="..\lib\tokenize.cpp"/>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\check.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkautovariables.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkbufferoverrun.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkclass.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkdangerousfunctions.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkexceptionsafety.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkheaders.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkmemoryleak.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkother.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkstl.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkunusedfunctions.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\classinfo.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\cppcheck.h"/>
<File
RelativePath="cppcheckexecutor.cpp"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\errorlogger.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\filelister.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\mathlib.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\preprocessor.h"/>
<File
RelativePath="resource.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\settings.h"/>
<File
RelativePath="threadexecutor.cpp"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\token.h"/>
<File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\tokenize.h"/>
</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"/>
</Filter>
<File
RelativePath="cppcheck.rc"/>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
File renamed without changes.
23 changes: 17 additions & 6 deletions cppcheck.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cppcheck.vcproj", "{ECA5D746-4926-48BA-A372-FC888498531F}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{BA98E531-D8B3-39CB-8171-064854404B81}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gui", "gui\gui.vcproj", "{90DD0565-D4DF-3B1A-A053-7947FB35F90D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECA5D746-4926-48BA-A372-FC888498531F}.Debug|Win32.ActiveCfg = Debug|Win32
{ECA5D746-4926-48BA-A372-FC888498531F}.Debug|Win32.Build.0 = Debug|Win32
{ECA5D746-4926-48BA-A372-FC888498531F}.Release|Win32.ActiveCfg = Release|Win32
{ECA5D746-4926-48BA-A372-FC888498531F}.Release|Win32.Build.0 = Release|Win32
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Debug|Win32.ActiveCfg = Debug|Win32
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Debug|Win32.Build.0 = Debug|Win32
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Release|Win32.ActiveCfg = Release|Win32
{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}.Release|Win32.Build.0 = Release|Win32
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.ActiveCfg = Debug|Win32
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.Build.0 = Debug|Win32
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.ActiveCfg = Release|Win32
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.Build.0 = Release|Win32
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Debug|Win32.ActiveCfg = Debug|Win32
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Debug|Win32.Build.0 = Debug|Win32
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Release|Win32.ActiveCfg = Release|Win32
{90DD0565-D4DF-3B1A-A053-7947FB35F90D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit cba94fe

Please sign in to comment.