Skip to content

Additional configuration for created project

Dmitry edited this page Mar 1, 2018 · 2 revisions

If you create a project for several games in Visual Studio, then in the created project you will have such configuration names:

GTA3 Release | x86
...
GTAVC zDebug | x86

To put the game name to the platform field, you can use the Configuration Manager to rename solution configurations.

Release | GTA3
...
zDebug | GTAVC

! Do this only if you know how to use the Configuration Manager and wish to improve the work with your project.

! Unfortunately, current versions of Visual Studio SDK don't allow to perform this renaming automatically.

! If you don't want to do this procedure each time you create a project, you can also simply increase the size of the field with project configuration name (see topic at msdn forums)