Skip to content

Commit

Permalink
updated Visual Studio files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Marjamäki committed Apr 10, 2009
1 parent 4c64b09 commit 0ba0f13
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 7 deletions.
Empty file modified cppcheck.sln 100644 → 100755
Empty file.
30 changes: 29 additions & 1 deletion cppcheck.vcproj 100644 → 100755
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="cppcheck"
ProjectGUID="{ECA5D746-4926-48BA-A372-FC888498531F}"
Keyword="Win32Proj"
Expand Down Expand Up @@ -165,6 +165,14 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\src\check.h"
>
</File>
<File
RelativePath=".\src\checkautovariables.h"
>
</File>
<File
RelativePath=".\src\checkbufferoverrun.h"
>
Expand Down Expand Up @@ -193,6 +201,10 @@
RelativePath=".\src\checkother.h"
>
</File>
<File
RelativePath=".\src\checksecurity.h"
>
</File>
<File
RelativePath=".\src\checkstl.h"
>
Expand All @@ -213,6 +225,10 @@
RelativePath=".\src\filelister.h"
>
</File>
<File
RelativePath=".\src\mathlib.h"
>
</File>
<File
RelativePath=".\src\preprocessor.h"
>
Expand Down Expand Up @@ -257,6 +273,10 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\checkautovariables.cpp"
>
</File>
<File
RelativePath=".\src\checkbufferoverrun.cpp"
>
Expand Down Expand Up @@ -285,6 +305,10 @@
RelativePath=".\src\checkother.cpp"
>
</File>
<File
RelativePath=".\src\checksecurity.cpp"
>
</File>
<File
RelativePath=".\src\checkstl.cpp"
>
Expand All @@ -309,6 +333,10 @@
RelativePath=".\src\main.cpp"
>
</File>
<File
RelativePath=".\src\mathlib.cpp"
>
</File>
<File
RelativePath=".\src\preprocessor.cpp"
>
Expand Down
Empty file modified testrunner.sln 100644 → 100755
Empty file.
44 changes: 38 additions & 6 deletions testrunner.vcproj 100644 → 100755
Expand Up @@ -166,6 +166,14 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\src\check.h"
>
</File>
<File
RelativePath=".\src\checkautovariables.h"
>
</File>
<File
RelativePath=".\src\CheckBufferOverrun.h"
>
Expand Down Expand Up @@ -194,6 +202,10 @@
RelativePath=".\src\CheckOther.h"
>
</File>
<File
RelativePath=".\src\checksecurity.h"
>
</File>
<File
RelativePath=".\src\checkstl.h"
>
Expand All @@ -218,6 +230,10 @@
RelativePath=".\src\FileLister.h"
>
</File>
<File
RelativePath=".\src\mathlib.h"
>
</File>
<File
RelativePath=".\src\preprocessor.h"
>
Expand Down Expand Up @@ -250,6 +266,10 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\checkautovariables.cpp"
>
</File>
<File
RelativePath=".\src\CheckBufferOverrun.cpp"
>
Expand Down Expand Up @@ -279,11 +299,11 @@
>
</File>
<File
RelativePath=".\src\checkstl.cpp"
RelativePath=".\src\checksecurity.cpp"
>
</File>
<File
RelativePath=".\src\checkvalidate.cpp"
RelativePath=".\src\checkstl.cpp"
>
</File>
<File
Expand All @@ -298,6 +318,10 @@
RelativePath=".\src\FileLister.cpp"
>
</File>
<File
RelativePath=".\src\mathlib.cpp"
>
</File>
<File
RelativePath=".\src\preprocessor.cpp"
>
Expand All @@ -306,6 +330,10 @@
RelativePath=".\src\settings.cpp"
>
</File>
<File
RelativePath=".\test\testautovariables.cpp"
>
</File>
<File
RelativePath=".\test\testbufferoverrun.cpp"
>
Expand Down Expand Up @@ -346,6 +374,10 @@
RelativePath=".\test\testincompletestatement.cpp"
>
</File>
<File
RelativePath=".\test\testmathlib.cpp"
>
</File>
<File
RelativePath=".\test\testmemleak.cpp"
>
Expand All @@ -370,6 +402,10 @@
RelativePath=".\test\testrunner.cpp"
>
</File>
<File
RelativePath=".\test\testsecurity.cpp"
>
</File>
<File
RelativePath=".\test\testsimplifytokens.cpp"
>
Expand Down Expand Up @@ -398,10 +434,6 @@
RelativePath=".\test\testunusedvar.cpp"
>
</File>
<File
RelativePath=".\test\testvalidate.cpp"
>
</File>
<File
RelativePath=".\src\token.cpp"
>
Expand Down

0 comments on commit 0ba0f13

Please sign in to comment.