Muneeb Mirza
Muneeb Mirza

Reputation: 920

How to change the default Visual Studio project location

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?

Upvotes: 26

Views: 20254

Answers (4)

Francisco
Francisco

Reputation: 51

Visual Studio 2017: Team Explorer --> Git --> Git Settings (Global Settings) --> Default Repository Location

enter image description here

Upvotes: 0

Michael T
Michael T

Reputation: 1965

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

Upvotes: 45

sommmen
sommmen

Reputation: 7658

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

Upvotes: 9

James Horrocks
James Horrocks

Reputation: 91

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

Upvotes: 9

Related Questions