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を使用してソフトウェアを公開すると、.deploy拡張子が作成されます。例:my_program.exe.deployそれは何ですか?それは何のために使われますか
ClickOnce アプリケーションを発行すると、展開サイトのすべてのファイルに ".deploy" が追加されます。この理由は、多くの人が Web サーバーにデプロイし、デプロイメントに含まれるファイルの種類ごとに MIME タイプを設定する必要がなくなるためです。デプロイメントがクライアント マシンにインストールされると、ファイルから .deploy が削除されます。