Release Folder In Multi-Project Solutions

arashroshan

Member
Joined
Jul 9, 2011
Messages
10
Programming Experience
5-10
Hello ,
as i know , the Final Project's Output Files will be create in Release folder ,

but when i add a Project To my Solution , The Release Folder Gets Empty ? what should i do ? I Should Use Debug Directory ?
 
There is no difference whether a solution contains one or more projects, each project is still has Debug and Release configurations with their respective output folders. Build configuration is usually set uniformly by solution, but multi-project solutions will allow different configurations to be set for each project, you can check this with the Configuration Manager.
 
Back
Top