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

View File

@ -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);
} }