Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I had a folder in my bin directory that I accidentally removed. The directory still exists but it is no longer part of the project. How can I re-include it in the project? There is no "add-existing-folder" choise, and add existing item doesn't do it either. I know I can add a new folder, but I can't give it the same name, because the other folder is still there (but not included). I supposed I could include a new folder with a different name, then move all the files from the old folder to the new, then delete the old folder and then rename the new folder with the old folder's name, but it seems like there should be some easier way.

 

To re-phrase that long worded question: How do I include an existing folder into the project?

 

Thanks in advance

Posted
On solution explorer there is a button 'Show all files', click this and you should see the folder in the solution explorer but greyed out.

From there though you shoul be able to right click on files in the folder and include them again.

 

 

Thank you, that worked perfectly!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...