- Open Visual Studio 2017.
- Click File | New | Project and select Windows Classic Desktop in the right-hand pane under Visual C#.
- Select Windows Forms App (.NET Framework) in the right-hand pane:
- Now, in the Name: textbox, type Chapter11.Packaging.WinAppUsage and, under the Location: textbox, select a proper location and leave the other fields as they are:
- Click OK.
- The Solution Explorer (Ctrl + Alt + L) should look like this:
- Now, click on Form1.cs and change the name to MainForm.cs.
- Answer Yes to confirm the change to ...