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.
MSBuild で 2 つのファイルを比較するにはどうすればよいですか? それを行うための特定のタスクが見つかりません。
可能であれば、ファイル内の特定の行またはパターンを除外することも可能ですか? 2009-12-09T10:03:07.6888125+02:00
MSBuildいくつかの difftool コマンドライン アプリをラップする独自のタスクを作成する必要があります。コマンドライン アプリの場合、ToolTaskかなりの数のコマンド ライン プラミングを提供するクラスから継承できます。
MSBuild
ToolTask