﻿<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
    xmlns="urn:schemas-microsoft-com:asm.v3"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    manifestVersion="1.0"
    >
    <assemblyIdentity
        buildType="$(build.buildType)"
        language="neutral"
        name="Microsoft-Windows-AppManagement-Migration"
        processorArchitecture="*"
        publicKeyToken=""
        version="0.0.0.0"
        versionScope="nonSxS"
        />
    <migration
        replacementVersionRange="6.1-65535.65535"
        replacementSettingsVersionRange="0"
        scope="Upgrade"
        settingsVersion="0"
        alwaysProcess="yes"
        >
      <migXml xmlns="">
        <plugin
            classId="{2AF7D9A3-FA1C-410A-B6D3-C6AD32232531}"
            file="Microsoft-Windows-AppManagement-Migration\AppManMigrationPlugin.dll"
            />
      </migXml>
    </migration>
</assembly>
