Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET Web アプリケーションでいくつかの XSLT を使用しています。プロジェクトをビルドするたびに、これらのファイルを dll にコンパイルする必要があります。現在、vs2010 ツール コマンド プロンプトから xsltc.exe を呼び出して xslts を手動でコンパイルしています。
プロジェクトをビルドするときにアセンブリが生成されるように、xsltc.exe の msbuild タスクを追加するにはどうすればよいですか?
.NET 4.0 を使用しています。