How can I use subsystem default as empty value in Visual studio 2017

117 Views Asked by At

Whenever I create new empty c++ project in Visual studio 2017, the project property Linker > System > Subsystem was Console (/SUBSYSTEM:CONSOLE) .

I know i can set its property as empty by my hand but I want to change the default as empty value.

Who has an answer about this?

1

There are 1 best solutions below

2
Jeaninez - MSFT On

Could you please provide us the specific steps to create new empty c++ project in Visual studio 2017?

I follow the following steps to create, the default as empty value:

1,Click File->New ->Project

enter image description here

2,Choose Visual C++ -> Empty project. And then add the name of the project.

enter image description here

3,The project property -> Linker > System > Subsystem was empty value.

enter image description here