1 <?xml version=
"1.0" encoding=
"utf-8"?>
4 xmlns=
"http://schemas.microsoft.com/appx/manifest/foundation/windows10"
5 xmlns:
mp=
"http://schemas.microsoft.com/appx/2014/phone/manifest"
6 xmlns:
uap=
"http://schemas.microsoft.com/appx/manifest/uap/windows10"
7 IgnorableNamespaces=
"uap mp">
10 Name=
"bb52b3e1-5c8a-4516-a5ff-8b9f9baadef7"
11 Publisher=
"CN=mistachkin"
14 <mp:PhoneIdentity PhoneProductId=
"bb52b3e1-5c8a-4516-a5ff-8b9f9baadef7" PhonePublisherId=
"00000000-0000-0000-0000-000000000000"/>
17 <DisplayName>vsixtest
</DisplayName>
18 <PublisherDisplayName>mistachkin
</PublisherDisplayName>
19 <Logo>Assets\StoreLogo.png
</Logo>
23 <TargetDeviceFamily Name=
"Windows.Universal" MinVersion=
"10.0.0.0" MaxVersionTested=
"10.0.0.0" />
27 <Resource Language=
"x-generate"/>
32 Executable=
"$targetnametoken$.exe"
33 EntryPoint=
"vsixtest.App">
35 DisplayName=
"vsixtest"
36 Square150x150Logo=
"Assets\Square150x150Logo.png"
37 Square44x44Logo=
"Assets\Square44x44Logo.png"
38 Description=
"vsixtest"
39 BackgroundColor=
"transparent">
40 <uap:DefaultTile Wide310x150Logo=
"Assets\Wide310x150Logo.png"/>
41 <uap:SplashScreen Image=
"Assets\SplashScreen.png" />
47 <Capability Name=
"internetClient" />