Reputation: 11
we are new to Visual Basic Programing, We are working on a project, which has modules. My team worked on these modules and prepared 3 separate Visual Studio Projects. Now, I want to combine then into one Visual Studio Project for Integration purposes. We are using Visual Studio 2010.
Upvotes: 1
Views: 10339
Reputation: 88
In the solution explorer window (Default is top right) you will need to:
Based on what you are saying, it sounds like youll need to add references to the modules in the main project:
You should be good from here.
Upvotes: 4
Reputation: 54532
Your question is not clear wether or not you want to add the code from the individual projects to one project or add your projects to one solution.
Upvotes: 1