ソースを参照

VS: Map .xml to XML tool

Inspired-by: Gilles Khouzam <[email protected]>
Brad King 11 年 前
コミット
58bb14d4ac
1 ファイル変更4 行追加0 行削除
  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);
 }