From 839a81a865be2e8d5c20d4380a4a08fed32d9287 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 27 Feb 2010 17:54:29 +0800 Subject: [PATCH] Move build products to Build and BuildTmp folders. This avoids polluting source folders with created/temp files. Also makes it easier for installer to pick files from consistently named folders. --- cli/cppcheck.vcproj | 22 ++++++++-------------- test/test.vcproj | 10 ++++++---- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/cli/cppcheck.vcproj b/cli/cppcheck.vcproj index 82304f9fe..0a4dc5c56 100755 --- a/cli/cppcheck.vcproj +++ b/cli/cppcheck.vcproj @@ -4,6 +4,7 @@ Version="9.00" Name="cppcheck" ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}" + RootNamespace="cppcheck" Keyword="Qt4VSv1.0" TargetFrameworkVersion="0" > @@ -17,8 +18,8 @@ - - - - diff --git a/test/test.vcproj b/test/test.vcproj index c86e828e8..8cb92a61b 100755 --- a/test/test.vcproj +++ b/test/test.vcproj @@ -17,8 +17,8 @@