mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
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";
|
tool = "AppxManifest";
|
||||||
}
|
}
|
||||||
|
else if(ext == "xml")
|
||||||
|
{
|
||||||
|
tool = "XML";
|
||||||
|
}
|
||||||
this->WriteSource(tool, sf);
|
this->WriteSource(tool, sf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user