Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The shipped Wizard is for Visual Studio 2010 and is known internally as 10.0. Hence this line in the file:

...

     Wizard=VsWizard.VsWizardEngine.10.0

Visual Studio 2012, is known internally as 11.0:

...

     Wizard=VsWizard.VsWizardEngine.11.0

Visual Studio 2013 is known internally as 12.0:

...

     Wizard=VsWizard.VsWizardEngine.12.0

The generated project requires Visual Studio 2010 to be installed. If it is not there will be an error when building it:

...