qmake vcproj: Correct VCProject Version strings
These strings are one version too large. Change-Id: If83649725ccf087075610255516ebf7a51338359 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
parent
f59dfe3e63
commit
fe73b92ed0
@ -879,10 +879,10 @@ void VcprojGenerator::initProject()
|
||||
vcProject.Name = unescapeFilePath(project->first("QMAKE_ORIG_TARGET").toQString());
|
||||
switch (which_dotnet_version(project->first("MSVC_VER").toLatin1())) {
|
||||
case NET2013:
|
||||
vcProject.Version = "13.00";
|
||||
vcProject.Version = "12.00";
|
||||
break;
|
||||
case NET2012:
|
||||
vcProject.Version = "12.00";
|
||||
vcProject.Version = "11.00";
|
||||
break;
|
||||
case NET2010:
|
||||
vcProject.Version = "10.00";
|
||||
|
Loading…
Reference in New Issue
Block a user