R
ryanbaldwin
Hello, I'm wondering if it's possible in VS.NET 2005 to specify a
specific output structure inside the Debug\Release directories.
Specifically, I want to copy certain assemblies into certain
directories to create a logical, organized output directory.
For example:
bin
Debug
- MyApp.exe
CommonAssemblies
- My1stAssembly.dll
- My2ndAssembly.dll
Modules
- Module1.dll
- Module2.dll
I would like to obtain something like the above without having to
modify the output path on the individual projects, as some of these
projects are used across multiple solutions and I do not wish to affect
those other solutions (by modifying the project's output and
subsequently committing). Preferrably, I only want to modify settings
for the MyApp.exe project, or for the solution as a whole.
Is this possible?
specific output structure inside the Debug\Release directories.
Specifically, I want to copy certain assemblies into certain
directories to create a logical, organized output directory.
For example:
bin
Debug
- MyApp.exe
CommonAssemblies
- My1stAssembly.dll
- My2ndAssembly.dll
Modules
- Module1.dll
- Module2.dll
I would like to obtain something like the above without having to
modify the output path on the individual projects, as some of these
projects are used across multiple solutions and I do not wish to affect
those other solutions (by modifying the project's output and
subsequently committing). Preferrably, I only want to modify settings
for the MyApp.exe project, or for the solution as a whole.
Is this possible?