StoreManifest XML 範例 (Windows 8.1 及更早版本)
以下是以 Windows 8.1 或更早版本為目標之封裝的 storemanifest.xml 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>