Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undo VS 'Exclude from project'?

People also ask

What does exclude from project do?

When developing and merging files in and out of projects, and even enabling and disabling . DEF files (one for each configuration if you are generating different names), one often decides to keep a file in the Solution Explorer but code it as “excluded”. This means that the compiler will not process it.

How do I get excluded files in Visual Studio 2019?

Right click one of the files and select " Exclude from project", and the file disappears from the project. 3. Click "Show All Files" button on top of Solution Explorer to show all files, but the excluded file is not shown at all.


Make sure you are showing all files. There is a button at the top of the Solution Explorer called "Show All Files". To see this button, make sure that your project is selected in the solution explorer.

Show All Files
enter image description here

When this option is active, the file should be there, just grayed out. Right click it, and select "Include In Project".

Include In Project
enter image description here


Visual Studio Express 2012

Select Your Project Folder Click On "Show All Files" icon to show all Excluded Folders And Files

Click On Show All Files icon to show all Excluded Folders And Files

Then Right Click on Excluded Folder or File and Click on "Include In Project"

enter image description here


I couldn't find the "Show All Files" button in Visual Studio 10 when I ran into this problem.

Another way to solve it is to open the containing folder in Windows Explorer by right clicking the folder in Solution Explorer and selecting "Open Folder In Windows Explorer".

Find the folder you want to add back into the project and Drag/Drop it from the Explorer window into your Solution Explorer in Visual Studio.


In the absence of an actual undo option you could select Add > Existing Item... to re-add the item you've just excluded.


Add existing will not work if it is a folder that you excluded.