Creating a VisualGDB template with own defined configurations e.g. “MyConfig” (next to Release and Debug) works fine (no error).
But, after creating a project out of this template, the new project will have only the two standard configurations Release and Debug. Beside the missing configuration “MyConfig”, the existing configurations (Release, Debug) inherit the settings from “MyConfig”.
Hint: I created the configuration “MyConfig” in VisualGDB properties (not in Visual Studio properties).
Steps to reproduce:
- Create a project “foo”
- Cange VisualDGB properties: add new configuration “MyConfig”
- leave VisualDGB properties window
- Change Visual Studio properties of “MyConfig”
- save project “foo”
- create VisualGDB template “foo_template” from project “foo”
- create project “bar” from template “foo_template”
- check configurations of “bar”:
- only Debug and Release exists
- Debug and Release got the settings from “MyConfig” of project “foo”