How to combine multiable projects in one solution. Any help regarding this would be nice, or a link to a good resource on how to do this. The solution will contain 10 or so projects once finished.
2 replies to this topic
#1
Posted 15 January 2011 - 01:09 AM
|
|
|
#2
Posted 15 January 2011 - 08:00 AM
right click the solution, and then click Create New Project in the context menu
you will have to establish references between the projects to use functionality between them
for example
Solution
Project A
Project B
in order to use Project B functionality from Project A, you must add a reference to Project B from Project A
You cannot create circular references, ie, reference A from B, and B from A
you will have to establish references between the projects to use functionality between them
for example
Solution
Project A
Project B
in order to use Project B functionality from Project A, you must add a reference to Project B from Project A
You cannot create circular references, ie, reference A from B, and B from A
#3
Posted 15 January 2011 - 08:47 AM
OK, thanks I did that.
I finally found something, on how to add a process. Thanks
I finally found something, on how to add a process. Thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









