Undo VS 'Exclude from project'?

2019-01-16 08:47发布

Is there a way to undo the 'exclude from project' operation in Visual Studio (2008) ?

How to include files back into the project after excluding them?

5条回答
放我归山
2楼-- · 2019-01-16 09:07

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

查看更多
Luminary・发光体
3楼-- · 2019-01-16 09:10

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

查看更多
Viruses.
4楼-- · 2019-01-16 09:11

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.

查看更多
仙女界的扛把子
5楼-- · 2019-01-16 09:19

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

查看更多
ゆ 、 Hurt°
6楼-- · 2019-01-16 09:26

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

查看更多
登录 后发表回答