Adding project to a solution

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 :)
 
W

WayneM

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
 
C

Cowboy \(Gregory A. Beamer\)

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! |
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top