From fe115c2c33d9b6916339b41c96113aa0fdbfe79c Mon Sep 17 00:00:00 2001 From: Hailton de Castro Date: Fri, 8 Jun 2012 22:50:09 -0300 Subject: [PATCH] Ensure use of 32 bits version of frameworks and IDE to avoid the error [MSB6003: The specified task executable "ResGen.exe" could not be run...] on "Win 7 64". Forcing use of specific SDK to avoid the error "TRK0002: Failed to execute command ResGen ..." on "Win 7 64". See: http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/e8c1d26a-5e77-4422-bbc8-f0b7f25702d2/ Specifying mandatory property (Platform) in SDK 7. --- build-support/solutions.build.nant | 50 +++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/build-support/solutions.build.nant b/build-support/solutions.build.nant index ed45897a..11faa7ee 100644 --- a/build-support/solutions.build.nant +++ b/build-support/solutions.build.nant @@ -21,23 +21,53 @@ Rebuilding Solutions using Nant and "solutions.build": - + + + + + + + + - - - + + - + + + + - + + + + + + + + + + + + + - + + @@ -131,16 +161,20 @@ Rebuilding Solutions using Nant and "solutions.build": + + - + + +