<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  <Identity
    Name="Windows.MiracastView"
    Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
    Version="6.3.0.0"
    ResourceId="neutral" />
  <Properties>
    <DisplayName>ms-resource:DisplayName</DisplayName>
    <Description>ms-resource:Description</Description>
    <Logo>assets\logo.png</Logo>
    <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
  </Properties>

  <Prerequisites>
    <OSMinVersion>6.3.0</OSMinVersion>
    <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
  </Prerequisites>

  <Resources>
    <Resource Language="en-us"/>
  </Resources>

  <Applications>
    <Application Id="Microsoft.Windows.MiracastView" Executable="MiracastView.exe" EntryPoint="AppObject.EntryPoint">
      <VisualElements DisplayName="ms-resource:DisplayName" Description="ms-resource:Description"
                      Logo="Logo.png" SmallLogo="SmallLogo.png"
                      ForegroundText="dark" BackgroundColor="#F2F2F2">
        <SplashScreen Image="SplashScreen.png" BackgroundColor="#F2F2F2" />
      </VisualElements>
    </Application>
  </Applications>

</Package>
