File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments