Is there any way to change the output executable name (ProjectName.exe) to some custom name in Visual C++ 2010, without changing the project name?
Thanks.
|
Is there any way to change the output executable name (ProjectName.exe) to some custom name in Visual C++ 2010, without changing the project name? Thanks. |
|||
|
In the Project Properties under "Configuration Properties" -> "General," there is a property called "Target Name." It defaults to "$(ProjectName)" but can be changed to whatever you like. Or, you can set it directly in the linker options under "Configuration Properties" -> "Linker" -> "General;" the property is called "Output File." |
|||
|
|
+1to the question from me. – sbi Jun 28 '10 at 13:23