0
0

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 5 years have passed since last update.

Visual Studio Community 2017の開発環境をWindows10に構築する

Posted at

Windows10環境にVisual Studio Community 2017の開発環境を構築する(インストール編)

【目的】
MVC5を使ったWEBシステム開発を行うにあたり、まずはVS2017をインストールして開発環境の
構築を行う。今回は『.net4.7.2』という指定がありますので、そのつもりで進めます。

MSの説明サイトも一読するのがよろしいかと思います。
https://docs.microsoft.com/ja-jp/visualstudio/install/install-visual-studio?view=vs-2017

ダウンロードは下記から。
https://visualstudio.microsoft.com/ja/vs/community/

ダウンロードしたEXEを実行してインストールを開始する。

image.png

ダウンロードしたインストーラーを起動します。

image.png

インストールの場所はデフォルトでよろしいかと思います
image.png

言語は日本語でよろしいかと思います。
image.png

個別コンポーネントは指定のバージョンを。
image.png

追加してほしいからでるんでしょうね。ということでワークロードの追加をします。
image.png

インストールが始まります。
image.png

300MB程度のダウンロードが走ります。インストール完了まで30分くらいかな。

image.png

image.png

「後で行う」で問題ありません。

環境を設定します。デフォルトで問題ありません。
image.png

起動しました。
image.png

今回はここまで。次回はMVCで開発する準備を進めます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?