How to change the default Visual Studio project location
Asked Answered
M

3

21

Is it possible to set the default project of Visual Studio, similar to Eclipse Workspace ?

I know I can shift projects to different drives later on, but How to create a project in specific location and how would I do that?

Meganmeganthropus answered 30/4, 2015 at 14:9 Comment(3)
As this? msdn.microsoft.com/en-us/library/ms181383.aspxTanganyika
did you checked the documentation about workspaces and if you did, what can't you do? msdn.microsoft.com/en-us/library/ms181383.aspxTzar
i am not talking about team workspaces, i was talking about local workspace. If I am not using Team Projects my projects are created and stored in Documents. I want them to be created in my desired location.Meganmeganthropus
A
32

Tools --> Options --> Projects and Solutions --> Project Location.

Admix answered 3/1, 2018 at 13:47 Comment(4)
Note that Visual Studio doesn't refer to this location as the "workspace" like Eclipse does. Workspace refers to some sort of clone of a team project.Admix
Simple, useful. ThanksRichierichlad
In Visual Studio 2022 it is now Tools --> Options --> Projects and Solutions--> Locations --> Project Location To future proof just search Options for 'Project location'Hopscotch
Currently, the final branch of the tree is called "Locations" instead of "Project Location".Cabbageworm
T
7

To set default path for cloning Git Repository: Tools-->Options-->Source Control-->Git Global Settings-->Default Location

Topic answered 5/1, 2022 at 12:37 Comment(0)
S
2

Slight name change in the latest location on vs2022;

Tools > Options... > Projects and Solutions > Locations > Project location:

enter image description here enter image description here

The path for the default git remains.

Tools > Options... > Source control > Git Global Settings > Default location:

enter image description here

Suttee answered 28/3, 2024 at 19:34 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.