Fix CLI build with VS2008.
This commit is contained in:
parent
1d78b5072d
commit
e825fb1e70
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="cppcheck"
|
||||
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
|
||||
RootNamespace="cppcheck"
|
||||
|
@ -204,10 +204,6 @@
|
|||
RelativePath="..\lib\checkclass.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkdangerousfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkexceptionsafety.cpp"
|
||||
>
|
||||
|
@ -306,10 +302,6 @@
|
|||
RelativePath="..\lib\checkclass.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkdangerousfunctions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkexceptionsafety.h"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="lib"
|
||||
ProjectGUID="{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}"
|
||||
RootNamespace="lib"
|
||||
|
@ -166,10 +166,6 @@
|
|||
RelativePath=".\checkclass.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\checkdangerousfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\checkexceptionsafety.cpp"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="test"
|
||||
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
|
||||
Keyword="Qt4VSv1.0"
|
||||
|
@ -202,10 +202,6 @@
|
|||
RelativePath="..\lib\checkclass.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkdangerousfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkexceptionsafety.cpp"
|
||||
>
|
||||
|
@ -286,10 +282,6 @@
|
|||
RelativePath="testcppcheck.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="testdangerousfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="testdivision.cpp"
|
||||
>
|
||||
|
@ -408,10 +400,6 @@
|
|||
RelativePath="..\lib\checkclass.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkdangerousfunctions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkexceptionsafety.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue