Skip to content

Commit

Permalink
vcxproj: apply new workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
KexyBiscuit committed Jul 12, 2023
1 parent 444703a commit 438b545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AOSCOSLauncher/AOSCOSLauncher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -93,6 +94,7 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -111,6 +113,7 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
Expand All @@ -132,6 +135,7 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
Expand Down

0 comments on commit 438b545

Please sign in to comment.