1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Added TargetExt vcxproj property to MSVC

This commit is contained in:
hogliux 2016-12-07 11:16:22 +00:00
parent 9a130f2810
commit ffc687afdc

View file

@ -1504,6 +1504,12 @@ protected:
targetName->addTextElement (config.getOutputFilename (String(), true));
}
{
XmlElement* targetExt = props->createNewChildElement ("TargetExt");
setConditionAttribute (*targetExt, config);
targetExt->addTextElement (msvcTargetSuffix);
}
{
XmlElement* manifest = props->createNewChildElement ("GenerateManifest");
setConditionAttribute (*manifest, config);