Hi,
Is there a way to undo the 'exclude from project' operation in Visual Studio (2008) ?
Thanks
Hi,
Is there a way to undo the 'exclude from project' operation in Visual Studio (2008) ?
Thanks
Make sure you are showing all files ( a little button at the top of the solution explorer toggles this) the file should be there, just grayed out. Right click it, and select "include in project"
In the absence of an actual undo option you could select Add > Existing Item...
to re-add the item you've just excluded.