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:
parent
9a130f2810
commit
ffc687afdc
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue