How to add/rename configurations in Visual Studio (C++) Project Wizard? -
How to add/rename configurations in Visual Studio (C++) Project Wizard? -
i want generate c++ projects visual studio (2005/8/10) have more configurations other default "debug" , "release". example, might want additionally generate "debug dll" , "release dll", or rename them those.
i've generated custom project wizard, , tried adding/renaming configuration names in .vcproj file (found in custom wizard project files), in default.js file (found in custom wizard project files), , in using custom common.js file (installed visual studio).
none of if works. added configurations ignored. renamed configurations cause project generation fail.
am asking impossible? if so, know whether it's possible manipulate .vcproj "on way out" in post wizard step?
thanks in anticipation
go solution properties. click "configuration manager..." under "active solution configuration" pull-down, click "<new>..." or "<edit>..."
visual-studio wizard
Comments
Post a Comment