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

Projucer: Added VS2013 to the list of old exporters to be removed

This commit is contained in:
ed 2019-10-24 16:48:16 +01:00
parent a2772569ec
commit 288f2accc7

View file

@ -326,6 +326,7 @@ void Project::removeDefunctExporters()
oldExporters.set ("MSVC6", "MSVC6");
oldExporters.set ("VS2010", "Visual Studio 2010");
oldExporters.set ("VS2012", "Visual Studio 2012");
oldExporters.set ("VS2013", "Visual Studio 2013");
for (auto& key : oldExporters.getAllKeys())
{