Skip to content

Commit

Permalink
vcxproj: apply new workaround, remove the old one
Browse files Browse the repository at this point in the history
  • Loading branch information
KexyBiscuit committed Jul 12, 2023
1 parent e8190cc commit 336e0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.16215.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<TargetName>aoscos</TargetName>
Expand Down
4 changes: 0 additions & 4 deletions AOSCOSLauncher/AOSCOSLauncher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -94,7 +93,6 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -113,7 +111,6 @@
<SDLCheck>true</SDLCheck>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<BuildStlModules>false</BuildStlModules>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
Expand All @@ -135,7 +132,6 @@
<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 336e0d2

Please sign in to comment.