Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • Leaders
Posted
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.
[sIGPIC]e[/sIGPIC]
Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...