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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.”