Perform XSLT Transform as Build-Step

后端 未结 2 763
温柔的废话
温柔的废话 2021-02-12 18:43

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:20

    I'd personally go with installing the MSBuild Community Tasks and invoking msbuild.exe from the PostBuild Event in the project settings.

    A shudder just went down my spine at the thought of XSLT files too! :P

提交回复
热议问题