- Open Visual Studio 2017.
- Now open the solution from the previous recipe. Click File | Open | Open Project/Solution, or press Ctrl + Shift + O, and select the Chapter2.Collections solution.
- Now, click on the Chapter2.Collections solution label. Click File | Add | New Project.
- In the Add New Project template dialog box, expand the Visual C# node in the left-hand pane.
- Select Windows Classic Desktop and then WPF App (.NET Framework) in the right-hand pane:
- In the Name: text box, type Chapter2.Collections.WPFLittleShop as the name of the project and leave the Location: text box as it is:
- Click OK.
- Now, the Solution Explorer ...