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

Projucer: Fixed a bug in the VS exporter causing the PlatformToolset property to be duplicated

This commit is contained in:
ed 2018-08-21 14:26:22 +01:00
parent 92141bf279
commit 89bef8879b

View file

@ -444,9 +444,6 @@ public:
if (config.shouldLinkIncremental())
e->createNewChildElement ("LinkIncremental")->addTextElement ("true");
if (config.is64Bit())
e->createNewChildElement ("PlatformToolset")->addTextElement (getOwner().getPlatformToolset());
}
{