54 lines
2.2 KiB
Groff
54 lines
2.2 KiB
Groff
<?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-propsys"
|
|
processorArchitecture="*"
|
|
publicKeyToken=""
|
|
version="0.0.0.0"
|
|
versionScope="nonSxS"
|
|
/>
|
|
<migration
|
|
alwaysProcess="yes"
|
|
replacementSettingsVersionRange="0"
|
|
scope="Upgrade"
|
|
settingsVersion="1"
|
|
>
|
|
<migXml xmlns="">
|
|
<rules context="system">
|
|
<include>
|
|
<objectSet>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap [*]</pattern>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\* [*]</pattern>
|
|
</objectSet>
|
|
</include>
|
|
<exclude>
|
|
<objectSet>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema [*]</pattern>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema.Migrated [*]</pattern>
|
|
</objectSet>
|
|
</exclude>
|
|
<!-- on 64-bit builds, pick up settings from 32-bit hive as well; these will be silently ignored on 32-bit builds -->
|
|
<include>
|
|
<objectSet>
|
|
<pattern type="Registry">HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap [*]</pattern>
|
|
<pattern type="Registry">HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PropertySystem\* [*]</pattern>
|
|
</objectSet>
|
|
</include>
|
|
<exclude>
|
|
<objectSet>
|
|
<pattern type="Registry">HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema [*]</pattern>
|
|
<pattern type="Registry">HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema.Migrated [*]</pattern>
|
|
</objectSet>
|
|
</exclude>
|
|
</rules>
|
|
</migXml>
|
|
</migration>
|
|
</assembly>
|