source: dev/trunk/ab5.0/abdev/common.manifest@ 829

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

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml; charset=UTF-8
File size: 865 bytes
Line 
1<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
2 <dependency>
3 <dependentAssembly>
4 <assemblyIdentity
5 type="win32"
6 name="Microsoft.Windows.Common-Controls"
7 version="6.0.0.0"
8 processorArchitecture="*"
9 publicKeyToken="6595b64144ccf1df"
10 language="*" />
11 </dependentAssembly>
12 </dependency>
13 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
14 <security>
15 <requestedPrivileges>
16 <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
17 </requestedPrivileges>
18 </security>
19 </trustInfo>
20 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
21 <application>
22 <!--Windows Vista 対応-->
23 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
24 <!--Windows 7 対応-->
25 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
26 </application>
27 </compatibility>
28</assembly>
Note: See TracBrowser for help on using the repository browser.