58 lines
2.1 KiB
XML
58 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
|
|
|
|
<Identity Name="3ca438e0-162b-4834-885a-a7f2d6817d91"
|
|
Publisher="CN=Openh264"
|
|
Version="1.0.0.0" />
|
|
|
|
<mp:PhoneIdentity PhoneProductId="37167e8c-fb5e-4000-b00b-99af2e01d9b7" PhonePublisherId="f32659ce-dc17-4ac4-869f-1bb44d5172c4"/>
|
|
|
|
<Properties>
|
|
<DisplayName>CodecUTApp</DisplayName>
|
|
<PublisherDisplayName>Openh264</PublisherDisplayName>
|
|
<Logo>Assets\StoreLogo.png</Logo>
|
|
</Properties>
|
|
|
|
<Prerequisites>
|
|
<OSMinVersion>6.3.1</OSMinVersion>
|
|
<OSMaxVersionTested>6.3.1</OSMaxVersionTested>
|
|
</Prerequisites>
|
|
|
|
<Resources>
|
|
<Resource Language="x-generate"/>
|
|
</Resources>
|
|
|
|
<Applications>
|
|
<Application Id="x37167e8cyfb5ey4000yb00by99af2e01d9b7x"
|
|
Executable="AGHost.exe"
|
|
EntryPoint="MainPage.xaml">
|
|
<m3:VisualElements
|
|
DisplayName="CodecUTApp"
|
|
Square150x150Logo="Assets\SquareTile150x150.png"
|
|
Square44x44Logo="Assets\Logo.png"
|
|
Description="CodecUTApp"
|
|
ForegroundText="light"
|
|
BackgroundColor="#464646">
|
|
<m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png"/>
|
|
<m3:SplashScreen Image="Assets\Splashscreen.png" />
|
|
</m3:VisualElements>
|
|
<Extensions>
|
|
<Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask">
|
|
<BackgroundTasks>
|
|
<Task Type="systemEvent" />
|
|
</BackgroundTasks>
|
|
</Extension>
|
|
</Extensions>
|
|
</Application>
|
|
</Applications>
|
|
<Capabilities>
|
|
</Capabilities>
|
|
<Extensions>
|
|
<Extension Category="windows.activatableClass.inProcessServer">
|
|
<InProcessServer>
|
|
<Path>AgHostSvcs.dll</Path>
|
|
<ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" />
|
|
</InProcessServer>
|
|
</Extension>
|
|
</Extensions>
|
|
</Package> |