Perform XSLT Transform as Build-Step

后端 未结 2 1980
北海茫月
北海茫月 2021-02-12 18:55

During a Visual Studio build, I need to have an XML file generated from another XML file. It is obvious to me an XSLT template and transform is exactly what I need.

The

2条回答
  •  北海茫月
    2021-02-12 19:22

    If you're using VS2010 you can use the built-in XslTransformation task of MSBuild 4 in a post build step.

    
      
    
    

提交回复
热议问题