From 89bef8879b3de2157fcf9202c0297d23629ac1ea Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 21 Aug 2018 14:26:22 +0100 Subject: [PATCH] Projucer: Fixed a bug in the VS exporter causing the PlatformToolset property to be duplicated --- .../Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index eb3e180cb8..54ba7e477d 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -444,9 +444,6 @@ public: if (config.shouldLinkIncremental()) e->createNewChildElement ("LinkIncremental")->addTextElement ("true"); - - if (config.is64Bit()) - e->createNewChildElement ("PlatformToolset")->addTextElement (getOwner().getPlatformToolset()); } {