Save a Project or Solution (.NET)

Microsoft Visual Studio is a contextual based development environment, meaning that the current item selected determines the available features in the development environment. Controlling which changed files you save or how you want to save them is determined by the Solution Explorer.

Once a project or solution is selected from the Solution Explorer, you can save it with its current name, or perform a Save As on it to create a copy of the file. You can select one or more items at a time in the Solution Explorer by pressing and holding the Ctrl key before selecting an item. Most often, you will be saving all changed items at the same time.

Procedures

    To save a project or solution

  1. In Microsoft Visual Studio, from the Solution Explorer, select the project or solution to save.
  2. Click File menu Save <project or solution name> or Save <solution name> As.

    If you choose Save <solution name> As, the Save File As dialog box is displayed.

    Important: After using Save <solution name> As, you might need to adjust the paths of the files used in your solution.
  3. If the Save File As dialog box is displayed, browse to the location in which to create the copy of the project or solution. Optionally, enter a new name. Click Save.