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:
parent
92141bf279
commit
89bef8879b
1 changed files with 0 additions and 3 deletions
|
|
@ -444,9 +444,6 @@ public:
|
|||
|
||||
if (config.shouldLinkIncremental())
|
||||
e->createNewChildElement ("LinkIncremental")->addTextElement ("true");
|
||||
|
||||
if (config.is64Bit())
|
||||
e->createNewChildElement ("PlatformToolset")->addTextElement (getOwner().getPlatformToolset());
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue