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.
Visual Studioの単一プロジェクトのビルド後/ビルド前イベントとしてCleanアクションを強制する方法はありますか?
Clean
ありがとうございました。
はい、
置く
del / F / Q $(TargetDir)*。*
コマンドラインセクション。
このビルド前のイベントも機能します:
devenv ${ProjectFileName} /Clean