Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are my project files stored

I am having some issues with VS C# 2010. Upon create a project I can not seem to locate the project files after saving.

On my laptop they store to C:\Users\james\Documents\Visual Studio 2010\Projects but on my desktop they are being stored in C:\Users\james\AppData\Local\Temporary Projects\mediaplayer

I can seem to locate this folder, even when using the variable %appData%. There is no Local, or Tempory Projects folder. At least I can't see them.

I much preferred the project being stored in Documents. Is it possible to change this? If not, how can I physically access the folder with my project within it?

like image 229
James Jeffery Avatar asked Feb 25 '12 12:02

James Jeffery


People also ask

Where are Microsoft Project files stored?

Project Online is built on SharePoint Online and its data is stored in Office 365 (specifically in SharePoint Online).

How do I access the project folder?

Click File > Open. Click Computer, and then on the right, choose a recent folder or click Browse. Click the project you want, and then click Open.

Where are video projects saved?

The video projects will appear in the Photos app under Video Projects. When exporting to your PC, Photos app will let you know where they have been stored.


2 Answers

For Visual Studio 2019 & 2017 :

  1. Click Tools menu
  2. Click Options
  3. Find Projects and Solutions
  4. Choose Locations

and edit the projects location box (the first one)

like image 136
Benjamin Roberts Avatar answered Sep 20 '22 15:09

Benjamin Roberts


C:Windows\Users\"username"\source\repos

this the location of all your projects. thank you

like image 28
Thakurdesai Avatar answered Sep 22 '22 15:09

Thakurdesai