Did you know… You can create a new project from existing code? - #335

On the File menu, under New, there’s the Project From Existing Code command.

File -> New -> Project From Existing Code

This brings up a wizard that walks you through creating the project from whatever codebase you point it at.

Create New Project from Existing Code Files wizard

Walking through a VB project, you specify where the files live and what to name the solution. For C# and VC, your experience is slightly different.

Wizard page 2

And the new project gets created.

New Project Created

Technorati Tags: VS2005Tip,VS2008Tip