OSDN Git Service

Scripts: Make VS2008 default when converting project files.
authorKimmo Varis <kimmov@gmail.com>
Wed, 20 Oct 2010 15:35:39 +0000 (15:35 +0000)
committerKimmo Varis <kimmov@gmail.com>
Wed, 20 Oct 2010 15:35:39 +0000 (15:35 +0000)
Tools/Scripts/ToolSettings.py

index f956eed..ec8f5aa 100644 (file)
@@ -44,7 +44,7 @@ class ToolSettings:
         self.nsis_path = r'C:\Program Files\NSIS'
         # Checkout sources from local workspace or from SVN server (give URL)
         self.source = 'workspace'
-        self.vs_version = 2005
+        self.vs_version = 2008
 
     def create_ini(self, filename):
         config = ConfigParser.RawConfigParser()