LIBOMV-729 Fixes Prebuild to allow support for VS2010 b2 solution and project files to be generated properly

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3191 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-10-30 01:04:38 +00:00
parent b166a14417
commit 6bf3442294
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -642,7 +642,7 @@ namespace Prebuild.Core.Targets
ss.WriteLine("# Visual Studio 2008");
break;
case VSVersion.VS10:
ss.WriteLine("# Visual Studio 10");
ss.WriteLine("# Visual Studio 2010");
break;
}