Skip to content

Commit f351939

Browse files
committed
Update to 12.1.0, target Windows 11, version 24H2 and the next draft C standard.
1 parent 45a3cd0 commit f351939

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

AOSCOSLauncher-Appx/AOSCOS.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap3 desktop rescap">
3-
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.5.2.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
3+
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="12.1.0.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
44
<Properties>
55
<DisplayName>AOSC OS on WSL</DisplayName>
66
<PublisherDisplayName>Kexy Biscuit</PublisherDisplayName>
77
<Logo>Assets\StoreLogo.png</Logo>
88
</Properties>
99
<Dependencies>
1010
<!-- The doc says this value is ignored, but it's a lie. This value must be correct. https://learn.microsoft.com/en-us/uwp/extension-sdks/device-families-overview#configure-your-target-device-family-version -->
11-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22621.0" />
11+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.26100.0" />
1212
</Dependencies>
1313
<Capabilities>
1414
<rescap:Capability Name="runFullTrust" />

AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
10-
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
10+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1111
<WindowsTargetPlatformMinVersion>10.0.14393.0</WindowsTargetPlatformMinVersion>
1212
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1313
<TargetName>aoscos</TargetName>

AOSCOSLauncher/AOSCOSLauncher.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7777
<SDLCheck>true</SDLCheck>
7878
<LanguageStandard>stdcpplatest</LanguageStandard>
79-
<LanguageStandard_C>stdc17</LanguageStandard_C>
79+
<LanguageStandard_C>stdclatest</LanguageStandard_C>
8080
</ClCompile>
8181
<Link>
8282
<SubSystem>Console</SubSystem>
@@ -92,7 +92,7 @@
9292
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9393
<SDLCheck>true</SDLCheck>
9494
<LanguageStandard>stdcpplatest</LanguageStandard>
95-
<LanguageStandard_C>stdc17</LanguageStandard_C>
95+
<LanguageStandard_C>stdclatest</LanguageStandard_C>
9696
</ClCompile>
9797
<Link>
9898
<SubSystem>Console</SubSystem>
@@ -110,7 +110,7 @@
110110
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111111
<SDLCheck>true</SDLCheck>
112112
<LanguageStandard>stdcpplatest</LanguageStandard>
113-
<LanguageStandard_C>stdc17</LanguageStandard_C>
113+
<LanguageStandard_C>stdclatest</LanguageStandard_C>
114114
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
115115
</ClCompile>
116116
<Link>
@@ -131,7 +131,7 @@
131131
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132132
<SDLCheck>true</SDLCheck>
133133
<LanguageStandard>stdcpplatest</LanguageStandard>
134-
<LanguageStandard_C>stdc17</LanguageStandard_C>
134+
<LanguageStandard_C>stdclatest</LanguageStandard_C>
135135
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
136136
</ClCompile>
137137
<Link>

0 commit comments

Comments
 (0)