8075966: Update ProjectCreator to create projects using Visual Studio 2013 toolset

Reviewed-by: sla, lfoltan
This commit is contained in:
Christian Tornqvist 2015-05-12 13:16:37 -07:00
parent 80b436c366
commit 3f565a5da4

View File

@ -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 @@ public class WinGammaPlatformVC10 extends WinGammaPlatform {
startTag(cfg, "PropertyGroup", "Label", "Configuration");
tagData("ConfigurationType", "DynamicLibrary");
tagData("UseOfMfc", "false");
tagData("PlatformToolset", "v120");
endTag();
}