source: dev/trunk/ab5.0/abdev/abdev/manifest.xml@ 673

Last change on this file since 673 was 3, checked in by dai_9181, 17 years ago
File size: 468 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4 <description>Description</description>
5 <dependency>
6 <dependentAssembly>
7 <assemblyIdentity
8 type="win32"
9 name="Microsoft.Windows.Common-Controls"
10 version="6.0.0.0"
11 processorArchitecture="x86"
12 publicKeyToken="6595b64144ccf1df"
13 language="*" />
14 </dependentAssembly>
15 </dependency>
16</assembly>
Note: See TracBrowser for help on using the repository browser.