T
Teddy
Project Type: C#
Hi
I have a C# project solution that contains multiple sub
projects with references to each other. Currently I am
developing and debugging with build configuration of
DEBUG.
My question is regarding release process. Is it the case
that I simple toggle the solution's build configuration
to RELEASE or do I also have to remove current references
(pointing to debug complie) and re-attach references from
release compile for all projects. And vice versa if I
need to toggle back to DEBUG configuration.
Is there a ref article that I can lookup?
Thanks in advance
Teddy
Hi
I have a C# project solution that contains multiple sub
projects with references to each other. Currently I am
developing and debugging with build configuration of
DEBUG.
My question is regarding release process. Is it the case
that I simple toggle the solution's build configuration
to RELEASE or do I also have to remove current references
(pointing to debug complie) and re-attach references from
release compile for all projects. And vice versa if I
need to toggle back to DEBUG configuration.
Is there a ref article that I can lookup?
Thanks in advance
Teddy