VS: Map .xml to XML tool

Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
This commit is contained in:
Brad King 2014-07-29 13:45:23 -04:00
parent 972cf1d7af
commit 58bb14d4ac
1 changed files with 4 additions and 0 deletions

View File

@ -1019,6 +1019,10 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
{
tool = "AppxManifest";
}
else if(ext == "xml")
{
tool = "XML";
}
this->WriteSource(tool, sf);
}