File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
samples/MvvmSampleUwp/MvvmSampleUwp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
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
- IgnorableNamespaces =" uap mp" >
7
+ xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
8
+ IgnorableNamespaces =" uap uap5 mp" >
8
9
9
10
<Identity
10
11
Name =" 950461c4-1285-4186-b254-9b4be0df2488"
44
45
<uap : ShowOn Tile =" square310x310Logo" />
45
46
</uap : ShowNameOnTiles >
46
47
</uap : DefaultTile >
47
- <uap : SplashScreen Image =" Assets\SplashScreen.png" BackgroundColor =" #3750D1" />
48
+ <uap : SplashScreen Image =" Assets\SplashScreen.png" uap5 : Optional = " true " BackgroundColor =" #3750D1" />
48
49
</uap : VisualElements >
49
50
</Application >
50
51
</Applications >
You can’t perform that action at this time.
0 commit comments