VS: Map .xml to XML tool
Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
This commit is contained in:
parent
972cf1d7af
commit
58bb14d4ac
|
@ -1019,6 +1019,10 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
|
|||
{
|
||||
tool = "AppxManifest";
|
||||
}
|
||||
else if(ext == "xml")
|
||||
{
|
||||
tool = "XML";
|
||||
}
|
||||
this->WriteSource(tool, sf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue