-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.appxmanifest
More file actions
24 lines (24 loc) · 1.09 KB
/
Package.appxmanifest
File metadata and controls
24 lines (24 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="652d5371-70a4-47fa-99b4-18e3912179f5" Publisher="CN=Aaron Wroblewski" Version="1.0.0.0" />
<Properties>
<DisplayName>CustomControls</DisplayName>
<PublisherDisplayName>Aaron Wroblewski</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.1</OSMinVersion>
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="CustomControls.App">
<VisualElements DisplayName="CustomControls" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="CustomControls" ForegroundText="light" BackgroundColor="#f75096">
<DefaultTile ShortName="XAML Custom Control" ShowName="logoOnly" />
<SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#1d1d1d" />
</VisualElements>
</Application>
</Applications>
</Package>