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

Last change on this file since 673 was 3, checked in by dai_9181, 17 years ago
File size: 561 bytes
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
4version="1.0.0.0"
5processorArchitecture="x86"
6name="Microsoft.Winweb.BasicCompiler.exe"
7type="win32"
8/>
9<description>Description</description>
10<dependency>
11<dependentAssembly>
12<assemblyIdentity
13type="win32"
14name="Microsoft.Windows.Common-Controls"
15version="6.0.0.0"
16processorArchitecture="x86"
17publicKeyToken="6595b64144ccf1df"
18language="*"
19/>
20</dependentAssembly>
21</dependency>
22</assembly>
Note: See TracBrowser for help on using the repository browser.