Reputation: 34798
In VS2010 how do I add a whole directory of existing items?
When I right click on project and Add ExistingItem I seem to be able to load only one file at a time?
Upvotes: 12
Views: 4261
Reputation: 20246
Assuming the files are already in the proper project's directory
Just kidding about 5 and 6, but that's probably the easiest way if the files are in the right directory structure, otherwise Andy's solution is probably easiest.
Upvotes: 26