Microsoft visual studio 19

Iwan Tswigun (259127) 1 Reputation point
2020-11-25T22:42:45.227+00:00

Hello, How can I change name of project in Microsoft visual studio 19 and change place where is it saved? Best regards

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,123 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,416 Reputation points
    2020-11-26T02:51:01.54+00:00

    Hi IwanTswigun259127,

    You could modify the default project location in Tools/Options/Projects and Solutions/Locations.
    42820-image.png

    And about default name of project, I'm afraid that you just modify it in the wizard for project creation:
    42649-image.png

    Hope it could help you.

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments

  2. Viorel 117.4K Reputation points
    2020-11-26T10:12:38.13+00:00

    To change the name of the project file, select it in Solution Explorer, then select Save…As… from File menu. To change the Assembly name, go to Project Properties.

    You can move the solution folder, which includes your project, using Windows File Explorer after closing the solution in Visual Studio. Then open the new solution.

    Backup your solution before experimenting.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.