Skip to content
Bishoymly edited this page Aug 8, 2012 · 2 revisions

You will need to have the following installed on your development PC:

Start from the NewApp project (Recommended)

  1. Download the NewApp project
  2. Open the NewApp solution in Visual Studio
  3. This project is similar to Visual Studio new project but it uses a lot of features from the start kit which will give a head start in developing your app.

OR

Create a new project from Visual Studio

  1. Choose Visual C#
  2. Choose Windows Metro Style
  3. Choose Grid App (XAML)
  4. Now you have a new default project that doesn't use our start kit library

Clone this wiki locally