From e0b34de090c87977760cfb0a79fef653341768cb Mon Sep 17 00:00:00 2001 From: PKEuS Date: Mon, 17 Mar 2014 12:58:46 +0100 Subject: [PATCH] Implemented #5262: VS solution copies cfg files to output folder. --- lib/cppcheck.vcxproj | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/lib/cppcheck.vcxproj b/lib/cppcheck.vcxproj index 34750612b..06c78ff1f 100644 --- a/lib/cppcheck.vcxproj +++ b/lib/cppcheck.vcxproj @@ -251,6 +251,9 @@ true false + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -269,6 +272,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -286,6 +292,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -304,6 +313,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -330,6 +342,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -357,6 +372,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -383,6 +401,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y + @@ -410,6 +431,9 @@ true true + + xcopy $(SolutionDir)cfg $(OutDir)cfg /E /I /D /Y +