changes for submission to Windows Store

This commit is contained in:
2017-02-05 21:59:07 +02:00
parent faa702ff13
commit e565d737fd
22 changed files with 68 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Just Windows Phone")]
[assembly: AssemblyProduct("Compass VO")]
[assembly: AssemblyCopyright("Copyright © Just Windows Phone 2011")]
[assembly: AssemblyCopyright("Copyright © Just Windows Phone 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
+8 -16
View File
@@ -4,22 +4,10 @@
<App xmlns="" ProductID="{c1b722e3-2eda-45d7-b043-e97041552c56}" Title="Compass VO" RuntimeType="Silverlight" Version="1.2.0.0" Genre="apps.normal" Author="Just Windows Phone" Description="Compass application for all users." Publisher="Just Windows Phone" PublisherID="{47cd8814-8b38-4f7c-980e-9bb4631a0f4e}">
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_GAMERSERVICES" />
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
<Capability Name="ID_CAP_IDENTITY_USER" />
<Capability Name="ID_CAP_LOCATION" />
<Capability Name="ID_CAP_MICROPHONE" />
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_PHONEDIALER" />
<Capability Name="ID_CAP_PUSH_NOTIFICATION" />
<Capability Name="ID_CAP_SENSORS" />
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
<Capability Name="ID_CAP_ISV_CAMERA" />
<Capability Name="ID_CAP_CONTACTS" />
<Capability Name="ID_CAP_APPOINTMENTS" />
<Capability Name="ID_CAP_MEDIALIB_AUDIO" />
<Capability Name="ID_CAP_MEDIALIB_PHOTO" />
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK" />
</Capabilities>
<Tasks>
<DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
@@ -31,10 +19,14 @@
<Count>0</Count>
<BackgroundImageURI IsResource="false" IsRelative="true">Background.png</BackgroundImageURI>
<Title>Compass VO</Title>
<BackContent></BackContent>
<BackBackgroundImageURI></BackBackgroundImageURI>
<BackTitle></BackTitle>
<DeviceLockImageURI></DeviceLockImageURI>
<BackContent>
</BackContent>
<BackBackgroundImageURI>
</BackBackgroundImageURI>
<BackTitle>
</BackTitle>
<DeviceLockImageURI>
</DeviceLockImageURI>
<HasLarge>false</HasLarge>
</TemplateFlip>
</PrimaryToken>
@@ -0,0 +1,53 @@
<ManualTestResults version="1.0.0.4">
<ManualTestCases>
<ManualTestCase Name="4.7.1">Pending</ManualTestCase>
<ManualTestCase Name="5.1.1">Pending</ManualTestCase>
<ManualTestCase Name="5.1.2">Pending</ManualTestCase>
<ManualTestCase Name="5.1.3">Pending</ManualTestCase>
<ManualTestCase Name="5.2.2">Pending</ManualTestCase>
<ManualTestCase Name="5.2.3">Pending</ManualTestCase>
<ManualTestCase Name="5.2.4.1">Pending</ManualTestCase>
<ManualTestCase Name="5.2.4.2">Pending</ManualTestCase>
<ManualTestCase Name="5.2.4.3">Pending</ManualTestCase>
<ManualTestCase Name="5.2.4.4">Pending</ManualTestCase>
<ManualTestCase Name="5.2.6">Pending</ManualTestCase>
<ManualTestCase Name="5.3.1">Pending</ManualTestCase>
<ManualTestCase Name="5.3.2">Pending</ManualTestCase>
<ManualTestCase Name="5.3.3">Pending</ManualTestCase>
<ManualTestCase Name="5.4.1">Pending</ManualTestCase>
<ManualTestCase Name="5.5.1">Pending</ManualTestCase>
<ManualTestCase Name="5.5.2">Pending</ManualTestCase>
<ManualTestCase Name="5.6.1">Pending</ManualTestCase>
<ManualTestCase Name="6.1">Pending</ManualTestCase>
<ManualTestCase Name="6.2.1">Pending</ManualTestCase>
<ManualTestCase Name="6.2.2">Pending</ManualTestCase>
<ManualTestCase Name="6.3.1">Pending</ManualTestCase>
<ManualTestCase Name="6.3.2.1">Pending</ManualTestCase>
<ManualTestCase Name="6.3.2.2">Pending</ManualTestCase>
<ManualTestCase Name="6.3.3.1">Pending</ManualTestCase>
<ManualTestCase Name="6.4.1">Pending</ManualTestCase>
<ManualTestCase Name="6.4.2">Pending</ManualTestCase>
<ManualTestCase Name="6.4.3">Pending</ManualTestCase>
<ManualTestCase Name="6.4.4">Pending</ManualTestCase>
<ManualTestCase Name="6.4.5">Pending</ManualTestCase>
<ManualTestCase Name="6.4.6">Pending</ManualTestCase>
<ManualTestCase Name="6.4.7">Pending</ManualTestCase>
<ManualTestCase Name="6.5.1">Pending</ManualTestCase>
<ManualTestCase Name="6.5.2">Pending</ManualTestCase>
<ManualTestCase Name="6.5.3">Pending</ManualTestCase>
<ManualTestCase Name="6.5.4">Pending</ManualTestCase>
<ManualTestCase Name="6.6.1">Pending</ManualTestCase>
<ManualTestCase Name="6.6.3">Pending</ManualTestCase>
<ManualTestCase Name="6.6.4">Pending</ManualTestCase>
<ManualTestCase Name="6.7.1">Pending</ManualTestCase>
<ManualTestCase Name="6.7.2">Pending</ManualTestCase>
<ManualTestCase Name="6.8.1">Pending</ManualTestCase>
<ManualTestCase Name="6.9.1">Pending</ManualTestCase>
<ManualTestCase Name="6.9.2">Pending</ManualTestCase>
<ManualTestCase Name="6.9.3">Pending</ManualTestCase>
<ManualTestCase Name="6.9.4">Pending</ManualTestCase>
<ManualTestCase Name="6.9.5">Pending</ManualTestCase>
<ManualTestCase Name="6.10.2">Pending</ManualTestCase>
<ManualTestCase Name="6.10.3">Pending</ManualTestCase>
</ManualTestCases>
</ManualTestResults>
+6
View File
@@ -0,0 +1,6 @@
<MarketplaceDetails>
<SmallAppTile>compass_vo_icon_300.png</SmallAppTile>
<ScreenShots>capture_01_wvga.png;capture_02_wvga.png;capture_03_wvga.png;capture_08_wvga.png;capture_09_wvga.png;;;;</ScreenShots>
<ScreenShotsWXGA>capture_01_wxvga.png;;;;;;;;</ScreenShotsWXGA>
<ScreenShots720P>capture_01_720.png;;;;;;;;</ScreenShots720P>
</MarketplaceDetails>
Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB