Christoph
Christoph

Reputation: 1023

Visual Studio 2012 include files and folders in project

I made a bunch of changes to a folder. I

But I failed on the last step. For "Include in project" I need to select the target files oder folders, but this is no option, too many files in too many folders. Is there some way to do it efficiently, without going through every folder and looking for new files manually?

Upvotes: 1

Views: 5683

Answers (1)

Christoph
Christoph

Reputation: 1023

This is what I did now: I

  • removed all files and folders in my project
  • copied the new files and folders to their target location
  • enable "Show all files" in the Solution Explorer
  • include the copied files and folders

Now I have the correct files and folders in my solution, BUT I lost my version history on them (ok, they were mostly images with no edits on them).

Upvotes: 1

Related Questions