Create a new blank project and add all the files you have to it. You can just drag and drop the files from windows explorer directly to the visual studio solution explorer.
Alternatively you could just open the code files up directly from Visual Studio if you just want to read the code. You don't need a project to do that, but you won't be able to compile the project.
-Peter
|