-
Notifications
You must be signed in to change notification settings - Fork 0
/
hymns.appinstaller
34 lines (34 loc) · 1.57 KB
/
hymns.appinstaller
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="http://51.91.170.33/W10/Beblia/Hymns/hymns.appinstaller"
Version="1.0.0.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2">
<MainBundle
Name="ChurchHymns"
Version="1.0.0.0"
Publisher="CN=Crypto LLC, O=Crypto LLC, STREET=9304 NE 47th Rd, L=Vancouver, S=Washington, PostalCode=98665, C=US"
Uri="http://51.91.170.33/W10/Beblia/Hymns/hymns_1.0.0.0_Test/hymns_1.0.0.0_x64.msixbundle" />
<Dependencies>
<Package
Name="Microsoft.NET.Native.Framework.2.2"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="2.2.27912.0"
ProcessorArchitecture="x64"
Uri="http://51.91.170.33/W10/Beblia/Hymns/hymns_1.0.0.0_Test/Dependencies/x64/Microsoft.NET.Native.Framework.2.2.appx" />
<Package
Name="Microsoft.NET.Native.Runtime.2.2"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="2.2.27328.0"
ProcessorArchitecture="x64"
Uri="http://51.91.170.33/W10/Beblia/Hymns/hymns_1.0.0.0_Test/Dependencies/x64/Microsoft.NET.Native.Runtime.2.2.appx" />
<Package
Name="Microsoft.VCLibs.140.00"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="14.0.27323.0"
ProcessorArchitecture="x64"
Uri="http://51.91.170.33/W10/Beblia/Hymns/hymns_1.0.0.0_Test/Dependencies/x64/Microsoft.VCLibs.x64.14.00.appx" />
</Dependencies>
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="0" />
</UpdateSettings>
</AppInstaller>