Pārlūkot izejas kodu

VS: Map .xml to XML tool

Inspired-by: Gilles Khouzam <[email protected]>
Brad King 11 gadi atpakaļ
vecāks
revīzija
58bb14d4ac
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Source/cmVisualStudio10TargetGenerator.cxx

+ 4 - 0
Source/cmVisualStudio10TargetGenerator.cxx

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