Hello everybody I Need Change my game's .exe name
How ?
Hello everybody I Need Change my game's .exe name
How ?
Open the VCProj file from the solution, where you want to change the EXE name and search for VCLinkerTool.
Example, from InvasionMMO Studio.vcproj:
Code:<Tool Name="VCLinkerTool" ... OutputFile="$(SolutionDir)\..\..\bin\InvasionMMO.exe"