Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 594
Muneeb Mirza Avatar asked Apr 30 '15 14:04

Muneeb Mirza


2 Answers

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

like image 153
Michael T Avatar answered Nov 01 '22 05:11

Michael T


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

like image 1
James Horrocks Avatar answered Nov 01 '22 05:11

James Horrocks