How to make SUBSYSTEM:CONSOLE a permanent setting?
-
In Visual Studio 2010 when I make an empty project it seems that for each project I have to go into the project's properties and go into the linker and set the subsystem to SUBSYSTEM:CONSOLE each time. By doing this my project actually runs. Isn't there a way to make this setting permanent in Visual Studio so I don't have to set it 159 times?
-
In Visual Studio 2010 when I make an empty project it seems that for each project I have to go into the project's properties and go into the linker and set the subsystem to SUBSYSTEM:CONSOLE each time. By doing this my project actually runs. Isn't there a way to make this setting permanent in Visual Studio so I don't have to set it 159 times?
You can create your own project templates: Creating Project Templates[^]