Exporting a custom project template
In this exercise, we are going to make a project template using the sample application that we introduced in the last chapter. Proceed as follows:
- Use Visual Studio to open the
CitySelector.WPF.sln
solution file that is included in this chapter's folder within the source repository for this book. - Build and run/debug the application just to make sure it works.
- Launch Export Template Wizard from the top menu bar in Visual Studio by selecting the Project | Export Template… menu item, as illustrated in the following screenshot:
- Ensure that the Project template radio button option is selected in the Export Template Wizard. The
CitySelector.WPF
project should be the only option for creating a template. Click the Next button. - On the second page of the dialog, Select Template Options, enter a template name of
WPF Console Starter
and a description ofA project for creating a console...