StoreManifest XML 示例(Windows 8.1 及更早版本)

下面是面向或更早版本包的包的 StoreManifest XML Windows 8.1示例。

单设备体验

以下 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>