8075966: Update ProjectCreator to create projects using Visual Studio 2013 toolset
authorctornqvi
Tue, 12 May 2015 13:16:37 -0700
changeset 30621 85111c80363e
parent 30620 0e42f4f73460
child 30622 648d51c142bd
8075966: Update ProjectCreator to create projects using Visual Studio 2013 toolset Reviewed-by: sla, lfoltan
hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
--- a/hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Tue May 12 10:29:10 2015 +0200
+++ b/hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Tue May 12 13:16:37 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -81,6 +81,7 @@
             startTag(cfg, "PropertyGroup", "Label", "Configuration");
             tagData("ConfigurationType", "DynamicLibrary");
             tagData("UseOfMfc", "false");
+            tagData("PlatformToolset", "v120");
             endTag();
         }