Files
harbour-core/harbour/package/harb_win.mft
Viktor Szakats efa3fc048d 2012-04-03 00:01 UTC+0200 Viktor Szakats (harbour syenar.net)
* package/harb_win.rc
  * package/harb_win.mft
    * 2011 -> 2012

  * ChangeLog
    ! typos
2012-04-02 22:02:18 +00:00

19 lines
625 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright c 1999-2012 (see application banner) -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="3.1.0.0"
processorArchitecture="*"
name="Harbour Project"
type="win32"/>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>