From 0770b0f5cbef172384b1db81d7747be248a5e2fa Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 20 Dec 2007 11:34:32 +0000 Subject: * Updated vs2008 target ProductVersion to "9.0.21022" * Updated exe --- Prebuild/src/Core/Targets/VS2008Target.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Prebuild') diff --git a/Prebuild/src/Core/Targets/VS2008Target.cs b/Prebuild/src/Core/Targets/VS2008Target.cs index 6074915..fa8a889 100644 --- a/Prebuild/src/Core/Targets/VS2008Target.cs +++ b/Prebuild/src/Core/Targets/VS2008Target.cs @@ -43,7 +43,7 @@ namespace Prebuild.Core.Targets { get { - return "9.0.20706"; + return "9.0.21022"; } } -- cgit v1.1