source: trunk/ab5.0/ablib/TestCase/UI_Sample/UI_Sample.manifest.xml@ 561

Last change on this file since 561 was 561, checked in by イグトランス (egtra), 16 years ago

EditBox, TaskMsgの追加。

File size: 693 bytes
RevLine 
[561]1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <description>UI_Sample</description>
4 <dependency>
5 <dependentAssembly>
6 <assemblyIdentity
7 type="win32"
8 name="Microsoft.Windows.Common-Controls"
9 version="6.0.0.0"
10 processorArchitecture="*"
11 publicKeyToken="6595b64144ccf1df"
12 language="*" />
13 </dependentAssembly>
14 </dependency>
15 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
16 <security>
17 <requestedPrivileges>
18 <requestedExecutionLevel
19 level="asInvoker"
20 uiAccess="false"/>
21 </requestedPrivileges>
22 </security>
23 </trustInfo>
24</assembly>
Note: See TracBrowser for help on using the repository browser.