C
Chad Crowder
Recently I took some smaller .net projects and placed them all in one "main"
project. I essentially took the project folders, moved them physically
under one project (called the "master" project), and then went through each
of the "sub" projects directories and removed the global.asax file, and
updated the webinfo and web.config files.
This all works great, but the problem I run into is that I've found I have
to manually copy the "sub" project's DLL files into the "main" project's bin
directory everytime I do a build (well, only when I do a build - after I
make a change).
Basically, I'm thinking that there's probably a better way to merge projects
together, or a way to have Visual Studio build the dll files to the "master"
project.
Anyone have a suggestion for me? Thanks!
- Chad
project. I essentially took the project folders, moved them physically
under one project (called the "master" project), and then went through each
of the "sub" projects directories and removed the global.asax file, and
updated the webinfo and web.config files.
This all works great, but the problem I run into is that I've found I have
to manually copy the "sub" project's DLL files into the "main" project's bin
directory everytime I do a build (well, only when I do a build - after I
make a change).
Basically, I'm thinking that there's probably a better way to merge projects
together, or a way to have Visual Studio build the dll files to the "master"
project.
Anyone have a suggestion for me? Thanks!
- Chad