Visual C++: Updated the project file

* removed 'commoncheck'
 * added 'checkfunctionusage' 
 * added 'token'
This commit is contained in:
Daniel Marjamäki 2008-11-24 07:47:13 +00:00
parent e0027bef66
commit a521e4274f
1 changed files with 16 additions and 8 deletions

View File

@ -173,6 +173,10 @@
RelativePath=".\CheckClass.h"
>
</File>
<File
RelativePath=".\CheckFunctionUsage.h"
>
</File>
<File
RelativePath=".\CheckHeaders.h"
>
@ -185,10 +189,6 @@
RelativePath=".\CheckOther.h"
>
</File>
<File
RelativePath=".\CommonCheck.h"
>
</File>
<File
RelativePath=".\cppcheck.h"
>
@ -205,6 +205,10 @@
RelativePath=".\settings.h"
>
</File>
<File
RelativePath=".\token.h"
>
</File>
<File
RelativePath=".\tokenize.h"
>
@ -229,6 +233,10 @@
RelativePath=".\CheckClass.cpp"
>
</File>
<File
RelativePath=".\CheckFunctionUsage.cpp"
>
</File>
<File
RelativePath=".\CheckHeaders.cpp"
>
@ -241,10 +249,6 @@
RelativePath=".\CheckOther.cpp"
>
</File>
<File
RelativePath=".\CommonCheck.cpp"
>
</File>
<File
RelativePath=".\cppcheck.cpp"
>
@ -265,6 +269,10 @@
RelativePath=".\settings.cpp"
>
</File>
<File
RelativePath=".\token.cpp"
>
</File>
<File
RelativePath=".\tokenize.cpp"
>