From 00e5ca2299368a8e3cd699833f3af17a62101890 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 16 Oct 2010 23:54:54 +0300 Subject: [PATCH] Add missing files to VS projects. Part of fixing ticket #2101. --- cli/cppcheck.vcproj | 8 ++++++++ cli/cppcheck.vcxproj | 2 ++ cli/cppcheck.vcxproj.filters | 6 ++++++ test/test.vcproj | 12 ++++++++++++ test/test.vcxproj | 6 ++++++ test/test.vcxproj.filters | 18 ++++++++++++++++++ 6 files changed, 52 insertions(+) diff --git a/cli/cppcheck.vcproj b/cli/cppcheck.vcproj index 79a4da195..47212b8d4 100755 --- a/cli/cppcheck.vcproj +++ b/cli/cppcheck.vcproj @@ -220,6 +220,10 @@ RelativePath="..\lib\checkother.cpp" > + + @@ -334,6 +338,10 @@ RelativePath="..\lib\checkother.h" > + + diff --git a/cli/cppcheck.vcxproj b/cli/cppcheck.vcxproj index 17cdc0792..5699c326f 100644 --- a/cli/cppcheck.vcxproj +++ b/cli/cppcheck.vcxproj @@ -129,6 +129,7 @@ + @@ -156,6 +157,7 @@ + diff --git a/cli/cppcheck.vcxproj.filters b/cli/cppcheck.vcxproj.filters index ae2b9ad8b..6318e3cdb 100644 --- a/cli/cppcheck.vcxproj.filters +++ b/cli/cppcheck.vcxproj.filters @@ -83,6 +83,9 @@ Source Files + + Source Files + @@ -157,6 +160,9 @@ Header Files + + Header Files + diff --git a/test/test.vcproj b/test/test.vcproj index 2a9b7f926..f235d6fd8 100755 --- a/test/test.vcproj +++ b/test/test.vcproj @@ -218,6 +218,10 @@ RelativePath="..\lib\checkother.cpp" > + + @@ -334,6 +338,10 @@ RelativePath=".\testother.cpp" > + + @@ -452,6 +460,10 @@ RelativePath="..\lib\checkother.h" > + + diff --git a/test/test.vcxproj b/test/test.vcxproj index 7045f4857..991fdc104 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -128,6 +128,7 @@ + @@ -142,6 +143,7 @@ + @@ -157,6 +159,7 @@ + @@ -181,6 +184,7 @@ + @@ -196,6 +200,8 @@ + + diff --git a/test/test.vcxproj.filters b/test/test.vcxproj.filters index d9521a3cd..4f6a4e955 100644 --- a/test/test.vcxproj.filters +++ b/test/test.vcxproj.filters @@ -161,6 +161,15 @@ Source Files + + Source Files + + + Source Files + + + Source Files + @@ -241,5 +250,14 @@ Header Files + + Header Files + + + Header Files + + + Header Files + \ No newline at end of file