File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 106106 <ConformanceMode >true</ConformanceMode >
107107 </ClCompile >
108108 <Link >
109- <SubSystem >Console </SubSystem >
109+ <SubSystem >Windows </SubSystem >
110110 <GenerateDebugInformation >true</GenerateDebugInformation >
111+ <EntryPointSymbol >mainCRTStartup</EntryPointSymbol >
111112 </Link >
112113 </ItemDefinitionGroup >
113114 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
120121 <ConformanceMode >true</ConformanceMode >
121122 </ClCompile >
122123 <Link >
123- <SubSystem >Console </SubSystem >
124+ <SubSystem >Windows </SubSystem >
124125 <EnableCOMDATFolding >true</EnableCOMDATFolding >
125126 <OptimizeReferences >true</OptimizeReferences >
126127 <GenerateDebugInformation >true</GenerateDebugInformation >
128+ <EntryPointSymbol >mainCRTStartup</EntryPointSymbol >
127129 </Link >
128130 </ItemDefinitionGroup >
129131 <ItemGroup >
You can’t perform that action at this time.
0 commit comments