scorpin Posted March 18, 2005 Posted March 18, 2005 I have 2 project folders, project A has many sub folders with many *.vb files, i want these folders to be available to project B without rebuilding the folder and file structure. I want changes made from eather project A or B to apply to both projects. can someone help? Quote
Leaders snarfblam Posted March 18, 2005 Leaders Posted March 18, 2005 Can you not add the .vb files from project a to project b? Just right click project b in the solution explorer, and click Add > Existing Items... and browse to and add the files you want in the project a folder. Quote [sIGPIC]e[/sIGPIC]
mskeel Posted March 18, 2005 Posted March 18, 2005 What about adding project B to the solution project A is in? A project can be a part of many solutions while maintining the same file structure and location. Then to use the classess etc from project B in Project A, right click on the project, select add references, select Projects tab, select project B. These projects sound like ripe candidates for libraries if you aren't alreadying using them that way. Quote
scorpin Posted March 19, 2005 Author Posted March 19, 2005 I have never used librarys, so adding the project solution will add the file structure? Quote
mskeel Posted March 19, 2005 Posted March 19, 2005 If you just add the project, yes. The whole file structre will be preserved. If you are looking to merge project A and project B while preserving their file structures do what marble eater said. If you are interested in libraries, do some more research, there is tons of information about libraries in this forum. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.