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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" />
4
4
<Properties >
5
5
<DisplayName >AOSC OS on WSL</DisplayName >
6
6
<PublisherDisplayName >Kexy Biscuit</PublisherDisplayName >
7
7
<Logo >Assets\StoreLogo.png</Logo >
8
8
</Properties >
9
9
<Dependencies >
10
10
<!-- 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" />
12
12
</Dependencies >
13
13
<Capabilities >
14
14
<rescap : Capability Name =" runFullTrust" />
Original file line number Diff line number Diff line change 7
7
<MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
8
8
<AppContainerApplication >true</AppContainerApplication >
9
9
<ApplicationType >Windows Store</ApplicationType >
10
- <WindowsTargetPlatformVersion >10.0.22621 .0</WindowsTargetPlatformVersion >
10
+ <WindowsTargetPlatformVersion >10.0.26100 .0</WindowsTargetPlatformVersion >
11
11
<WindowsTargetPlatformMinVersion >10.0.14393.0</WindowsTargetPlatformMinVersion >
12
12
<ApplicationTypeRevision >10.0</ApplicationTypeRevision >
13
13
<TargetName >aoscos</TargetName >
Original file line number Diff line number Diff line change 76
76
<PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77
77
<SDLCheck >true</SDLCheck >
78
78
<LanguageStandard >stdcpplatest</LanguageStandard >
79
- <LanguageStandard_C >stdc17 </LanguageStandard_C >
79
+ <LanguageStandard_C >stdclatest </LanguageStandard_C >
80
80
</ClCompile >
81
81
<Link >
82
82
<SubSystem >Console</SubSystem >
92
92
<PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93
93
<SDLCheck >true</SDLCheck >
94
94
<LanguageStandard >stdcpplatest</LanguageStandard >
95
- <LanguageStandard_C >stdc17 </LanguageStandard_C >
95
+ <LanguageStandard_C >stdclatest </LanguageStandard_C >
96
96
</ClCompile >
97
97
<Link >
98
98
<SubSystem >Console</SubSystem >
110
110
<PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
111
111
<SDLCheck >true</SDLCheck >
112
112
<LanguageStandard >stdcpplatest</LanguageStandard >
113
- <LanguageStandard_C >stdc17 </LanguageStandard_C >
113
+ <LanguageStandard_C >stdclatest </LanguageStandard_C >
114
114
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
115
115
</ClCompile >
116
116
<Link >
131
131
<PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
132
<SDLCheck >true</SDLCheck >
133
133
<LanguageStandard >stdcpplatest</LanguageStandard >
134
- <LanguageStandard_C >stdc17 </LanguageStandard_C >
134
+ <LanguageStandard_C >stdclatest </LanguageStandard_C >
135
135
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
136
136
</ClCompile >
137
137
<Link >
You can’t perform that action at this time.
0 commit comments