Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using vs2010 - vb
I want to add separate "sub" projects for controls I am building at same time for this project.
Posted

Right click the solution name in the Solution Explorer pane, and add a new project. Make the project type "Class Library" and give it a sensible name.
Then you have to do is add a reference to the project to you existing project references.
 
Share this answer
 
In the Solution Explorer, right-click the solution, and select Add | New Project ...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900