Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/src/befoo.exe.manifest

Parent Directory Parent Directory | Revision Log Revision Log


Revision 107 - (show annotations) (download)
Thu May 10 10:33:36 2012 UTC (12 years ago) by z0rac
File size: 786 byte(s)
Internationalization.
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 version="1.4.0.0"
5 name="befoo.befoo"
6 type="win32" />
7 <description>Mail checker as biff</description>
8 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
9 <security>
10 <requestedPrivileges>
11 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
12 </requestedPrivileges>
13 </security>
14 </trustInfo>
15 <dependency>
16 <dependentAssembly>
17 <assemblyIdentity
18 type="win32"
19 name="Microsoft.Windows.Common-Controls"
20 version="6.0.0.0"
21 processorArchitecture="*"
22 publicKeyToken="6595b64144ccf1df"
23 language="*" />
24 </dependentAssembly>
25 </dependency>
26 </assembly>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26