Adding project to a solution

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I have a project with no sln file.
How can I create a sln file, and link the project to that sln file ?

Thanks :)
 
In VS go to Create New Project.
in the popup, scroll down to Other Project Types, and then the subcategory
of VIS Solutions, you should have a Blank Solution.
Create the blank solution in the folder with your existing project (or move
your project to a subfolder if you will create more projects for that
solution.

Then you can right click on your empy solution and Add Existing Project
 
1. Create an empty solution file
2. Right click on the solution in the solution explorer (normally on upper
right side)
3. Choose Add >> Existing Project
4. Find project file and click OK

--
Gregory A. Beamer
MVP; MCP: +I, Se, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

*************************************************
| Think outside the box! |
*************************************************
 
Back
Top