StoreManifest XML 예제(Windows 8.1 이하)

다음은 Windows 8.1 이하를 대상으로 하는 패키지에 대한 StoreManifest XML 파일의 예입니다.

단일 디바이스 환경

다음 XML 파일은 단일 디바이스 환경에 연결된 디바이스 앱으로 앱을 선언합니다.

<?xml version="1.0" encoding="utf-8"?>
<StoreManifest
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="StoreManifest.xsd"
  xmlns="http://schemas.microsoft.com/appx/2010/StoreManifest">

    <ProductFeatures>
        
        <DeviceCompanionApplication>
            <ExperienceIds>
                <ExperienceId>aeabdaa8-3bcd-4f03-a7f5-54647fd574c2</ExperienceId>
            </ExperienceIds>
        </DeviceCompanionApplication>
                
    </ProductFeatures>
</StoreManifest>