LoginSignup
8
7

More than 5 years have passed since last update.

Visual Studio C# サンプルコードを書く環境を構築する

Last updated at Posted at 2016-02-02

記事を書くようの環境を構築する

 公開可能なサンプルコードを書く環境を作成したことをまとめる。

作成する環境

Visual Studio C# のアプリケーションを複数開発する
(今回はコンソールアプリのProjectを作成する)
こんなイメージ(ビンに小物が入っている感じ)
20160202_000.png
Solutionを作ってからProjectを追加した方が作成したアプリケーションが散らからないので、Solutionを作るようにしている。

使用ソフト

・VisualStudio 2015 Community

手順

  1. Solutionの作成
  2. Projectの作成

1. Solutionの作成

  1. File -> New -> Project...
  2. Installed -> Templates -> Othe Project Type -> Visual Studio Solutionを選択し、[Name][Location]を設定する20160202_001.png

2. Projectの作成

  1. File -> add... -> Project... (NewではなくAddを選択)
  2. Templates -> Visual C# -> Windows -> Console Applicationを選択し、[Name]を設定する20160202_002.png

完成

20160202_003.png

ここまでの内容
作成したサンプルコードはこの公開リポジトリにコミット
gansaibow/qiita

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