Blank App (XAML) Equivalent in Visual Studio Community 2015

I'm working through the Head First C# (3rd ed) text with instructions specific to VS 2012 and I'm having trouble finding the equivalent in VS Community 2015.

The text says to begin a new project with Windows Store -> Blank App (XAML) but I don't see that as an option in my version of VS. The closest I could find was Windows Forms Application but that doesn't seem to be right since it didn't generate the MainPage.xaml among other things.


如果你不在Windows 8上,WPF是最接近你可以得到的,这本书也说明了它,它链接到了你可以获得WPF版本的章节。


You are right, a Windows Forms Application will be very different. While it may not be identical, the:

New Project -> Visual C# -> Windows -> Windows 8 -> Windows -> Blank App (Windows 8.1) is probably the closest.

链接地址: http://www.djcxy.com/p/27792.html

上一篇: 继承产品风味

下一篇: 空白应用程序(XAML)等效于Visual Studio Community 2015中