Skip to content

Commit d5c2185

Browse files
committed
Change build properties
1 parent 49f545f commit d5c2185

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

snappy-witch.vcxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@
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'">
@@ -120,10 +121,11 @@
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>

0 commit comments

Comments
 (0)