Visual Studio Community 2015で以下のプログラム(C#のWPF)をビルドしたいのですが、どのプロジェクトを選ぶのか分かりません。たぶん「空のプロジェクト」でいいと思うのですが、usingが淡色表示になってしまいビルドできませんでした。必要な設定をご教示ください。
using System;
using System.Windows;
using System.Windows.Controls;
public class Program {
[STAThread]
static void Main() {
var button = new Button { Content = "Click me!" };
button.Click += (sender, e) => MessageBox.Show("Welcome!");
var win = new Window { Title = "WPF Sample", Width = 300, Height = 200, Content = button, }; var app = new Application(); app.Run(win); }
}

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。