I’d like to set the builds name in Visual Studio to something like that:
MyApp_{VERSION}_x32.exe
Under project settings I can define the Output file name “Release\MyApp.exe”
Any ideas?
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.
Start by adding a new property sheet to your project. Name it as you like, then open it with the property manager view. Now:
Versionand set it to your value of choice$(OutDir)\$(ProjectName)_$(Version).exe