|
Revision 56, 0.7 kB
(checked in by Shawn Liu, 3 years ago)
|
--
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|---|
| 2 |
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
|---|
| 3 |
<assemblyIdentity |
|---|
| 4 |
name="Microsoft.Windows.Shell.calc" |
|---|
| 5 |
processorArchitecture="x86" |
|---|
| 6 |
version="5.1.0.0" |
|---|
| 7 |
type="win32"/> |
|---|
| 8 |
<description>Windows Shell</description> |
|---|
| 9 |
<dependency> |
|---|
| 10 |
<dependentAssembly> |
|---|
| 11 |
<assemblyIdentity |
|---|
| 12 |
type="win32" |
|---|
| 13 |
name="Microsoft.Windows.Common-Controls" |
|---|
| 14 |
version="6.0.0.0" |
|---|
| 15 |
processorArchitecture="x86" |
|---|
| 16 |
publicKeyToken="6595b64144ccf1df" |
|---|
| 17 |
language="*" |
|---|
| 18 |
/> |
|---|
| 19 |
</dependentAssembly> |
|---|
| 20 |
</dependency> |
|---|
| 21 |
</assembly> |
|---|