Thursday, February 06, 2014

changing exe name in a Visual Studio project

This stackoverflow thread discusses this issue of how to change the generated exe file's name. Either change it in Project Properties -> Configuration Properties -> General -> Target Name
or change it in
Configuration Properties -> Linker -> General -> Output file.

No comments:

Post a Comment