- Open Visual Studio 2017.
- Now open the solution we built from the previous recipe.
- The Solution Explorer should look like this:
- Now, let's select the solution name and right-click.
- From the menu, select Add | New Project.
- In the New Project dialog box, expand the Visual C# node and select Windows Classic Desktop in the left-hand pane.
- In the right-hand pane, select Windows Forms App (.NET Framework):
- Now, in the Name: textbox, type Chapter3.SecureFile.SecureWinApp, leave the Location: textbox as it is, and click OK.