aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild
diff options
context:
space:
mode:
authorlbsa712007-12-20 11:34:32 +0000
committerlbsa712007-12-20 11:34:32 +0000
commit0770b0f5cbef172384b1db81d7747be248a5e2fa (patch)
treed679bbc594338a3aa1bba72d057959066c76d7c0 /Prebuild
parent* Added prototypical VS2008 target (diff)
downloadopensim-SC_OLD-0770b0f5cbef172384b1db81d7747be248a5e2fa.zip
opensim-SC_OLD-0770b0f5cbef172384b1db81d7747be248a5e2fa.tar.gz
opensim-SC_OLD-0770b0f5cbef172384b1db81d7747be248a5e2fa.tar.bz2
opensim-SC_OLD-0770b0f5cbef172384b1db81d7747be248a5e2fa.tar.xz
* Updated vs2008 target ProductVersion to "9.0.21022"
* Updated exe
Diffstat (limited to 'Prebuild')
-rw-r--r--Prebuild/src/Core/Targets/VS2008Target.cs2
1 files changed, 1 insertions, 1 deletions
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
43 { 43 {
44 get 44 get
45 { 45 {
46 return "9.0.20706"; 46 return "9.0.21022";
47 } 47 }
48 } 48 }
49 49