0
1

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.

Visual Studio 2022 をセットアップしよう

Last updated at Posted at 2022-03-31

Visual Studio 2022 が出荷され、最新の .NET6.0 サポートとなったため、改めて WPF(C#) のアプリ開発からインストーラ作成までを記事にしたいと思います。
まずは、Visual Studio 2022 のインストール手順について記載したいと思います。

まじめにリリースするようなアプリを開発するわけではないので Community 版とします。

Visual Studio ダウンロード

Visual Studio のサイトにアクセスし、「Community 2022」をダウンロード
1.VS2022-Download.PNG
「VisualStudioSetup.exe」ファイルがダウンロードされます。

インストール

1.「VisualStudioSetup.exe」ファイルをダブルクリックして実行し「継続」をクリック
2.VS-Install.PNG
2.ワークロード画面で「.NET デスクトップ開発」を選択して「インストール」をクリック
3.VS-Workload.PNG
3.インストールが完了したら「OK」をクリックし Windows を再起動
4.Installed.PNG

初回起動

1.Visual Studio を起動します。
2.サインイン画面が出るが、Community 版ということで「後で行う」をクリック
5.Signin.PNG
3.テーマ選択画面で、開発設定は「全般」、配色テーマはデフォルトのままで「Visual Studio の開始」をクリック

「開発設定」によって操作方法が変わりますので、まずは「全般」とします。

6.Theme.png
4.起動するとまずはソリューションやプロジェクトの選択画面がでますが、今回はインストールの確認だけということで「コード無しで実行」をクリック
7.Starting.png
5.問題無ければ、Visual Studio の IDE が表示されます。
8.IDE.PNG

次回予告

次回から、実際に c# により WPF のコーディングを進めていこうと思います。

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?