0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VisualStudio .NETで単一EXEファイルの作成

Last updated at Posted at 2023-07-01

覚書

.NET6で作成したアプリを単一EXEファイルする方法

  1. ソリューション - 右クリック「発行」

  2. すべての設定を表示
    スクリーンショット 2023-07-01 133241.png

  3. 単一ファイルの作成にチェック
    2023-07-01 (2).png

  4. [発行]ボタンを押す
    image.png

  5. EXEファイルの場所
    "bin/publish"の中にEXEが作成される

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?