File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
ProjectGenerator/Template Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 25
25
<ApplicationIcon >Assets\AppIcon\Icon.ico</ApplicationIcon >
26
26
<AssemblyTitle >AI Dev Gallery</AssemblyTitle >
27
27
<WinMLDeployMSIXToOutput >true</WinMLDeployMSIXToOutput >
28
+ <AppxOSMinVersionReplaceManifestVersion >false</AppxOSMinVersionReplaceManifestVersion >
29
+ <AppxOSMaxVersionTestedReplaceManifestVersion >false</AppxOSMaxVersionTestedReplaceManifestVersion >
28
30
</PropertyGroup >
29
31
30
32
<PropertyGroup Condition =" '$(IsWindowsAppSDKPreRelease)' == 'true'" >
Original file line number Diff line number Diff line change 5
5
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
6
6
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
7
7
xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
8
- IgnorableNamespaces =" uap rescap" >
8
+ xmlns : systemai =" http://schemas.microsoft.com/appx/manifest/systemai/windows10"
9
+ IgnorableNamespaces =" uap rescap systemai" >
9
10
10
11
<Identity
11
12
Name =" e7af07c0-77d2-43e5-ab82-9cdb9daa11b3"
21
22
</Properties >
22
23
23
24
<Dependencies >
24
- <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.19041 .0" />
25
- <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.19041 .0" />
25
+ <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.26226 .0" />
26
+ <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.26226 .0" />
26
27
</Dependencies >
27
28
28
29
<Resources >
60
61
61
62
<Capabilities >
62
63
<rescap : Capability Name =" runFullTrust" />
64
+ <systemai : Capability Name =" systemAIModels" />
63
65
</Capabilities >
64
66
</Package >
Original file line number Diff line number Diff line change 5
5
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
6
6
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
7
7
xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
8
- IgnorableNamespaces =" uap rescap" >
8
+ xmlns : systemai =" http://schemas.microsoft.com/appx/manifest/systemai/windows10"
9
+ IgnorableNamespaces =" uap rescap systemai" >
9
10
10
11
<Identity
11
12
Name =" $guid9$"
21
22
</Properties >
22
23
23
24
<Dependencies >
24
- <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.19041 .0" />
25
- <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.19041 .0" />
25
+ <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.26226 .0" />
26
+ <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763.0" MaxVersionTested =" 10.0.26226 .0" />
26
27
</Dependencies >
27
28
28
29
<Resources >
47
48
48
49
<Capabilities >
49
50
<rescap : Capability Name =" runFullTrust" />
51
+ <systemai : Capability Name =" systemAIModels" />
50
52
</Capabilities >
51
53
</Package >
Original file line number Diff line number Diff line change 12
12
<EnableMsixTooling >true</EnableMsixTooling >
13
13
<Nullable >enable</Nullable >
14
14
<LangVersion >preview</LangVersion >
15
+ <AppxOSMinVersionReplaceManifestVersion >false</AppxOSMinVersionReplaceManifestVersion >
16
+ <AppxOSMaxVersionTestedReplaceManifestVersion >false</AppxOSMaxVersionTestedReplaceManifestVersion >
15
17
</PropertyGroup >
16
18
17
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments