1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows

This commit is contained in:
ed 2019-04-18 15:28:19 +01:00
parent a45f05c1db
commit 08798a9b72

View file

@ -189,7 +189,7 @@ String ProjectExporter::getCurrentPlatformExporterName()
#if JUCE_MAC
return XcodeProjectExporter::getNameMac();
#elif JUCE_WINDOWS
return MSVCProjectExporterVC2017::getName();
return MSVCProjectExporterVC2019::getName();
#elif JUCE_LINUX
return MakefileProjectExporter::getNameLinux();
#else