Visual Studio 2008: Updated cli/cppcheck.vcproj

This commit is contained in:
Daniel Marjamäki 2010-09-18 08:21:59 +02:00
parent 554a7fd68e
commit f135227bf5
1 changed files with 17 additions and 1 deletions

View File

@ -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"
@ -212,6 +212,10 @@
RelativePath="..\lib\checkmemoryleak.cpp"
>
</File>
<File
RelativePath="..\lib\checkobsoletefunctions.cpp"
>
</File>
<File
RelativePath="..\lib\checkother.cpp"
>
@ -248,6 +252,10 @@
RelativePath="..\lib\filelister.cpp"
>
</File>
<File
RelativePath="..\lib\filelister_unix.cpp"
>
</File>
<File
RelativePath="..\lib\filelister_win32.cpp"
>
@ -318,6 +326,10 @@
RelativePath="..\lib\checkmemoryleak.h"
>
</File>
<File
RelativePath="..\lib\checkobsoletefunctions.h"
>
</File>
<File
RelativePath="..\lib\checkother.h"
>
@ -358,6 +370,10 @@
RelativePath="..\lib\filelister.h"
>
</File>
<File
RelativePath="..\lib\filelister_unix.h"
>
</File>
<File
RelativePath="..\lib\filelister_win32.h"
>