C++ Visual Studio: retrieve my debug property sheet -
how can set release mode properties same debug properties? knowing don't debug property sheet. there way retrieve (instead of copying line line), add together release mode? , if not, there way build on release mode same properties debug without passing property sheets?
if want share same project properties both debug & release without copying them line line, solution utilize property sheets.
use menu view->other windows->property manager expand project see debug & release configurations.
right click on debug , take "add new project property sheet..." create one.
after filling properties, can right click on release , take "add existing property sheet" , select 1 created both configurations share same property sheet.
if have property sheet in project, name should appear in property manager when expand debug or release node. if want find file path property sheet, select name , press alt+return. properties pane should show total pathname.
if have have 1 want utilize in configuration.
c++ visual-studio
No comments:
Post a Comment