* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
* contrib/hbnetio/utils/hbnetio/netiosrv.prg
* package/harb_win.mft
* package/harb_win.rc
* README.txt
* src/compiler/hbusage.c
* src/pp/hbpp.c
* utils/hbi18n/hbi18n.prg
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.prg
* utils/hbtest/hbtest.prg
* Bumped copyright year to 2013.
+ updates to contributor list
20 lines
619 B
XML
20 lines
619 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- Copyright © 1999-2013 (see application banner) -->
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
version="3.2.0.0"
|
|
name="Harbour"
|
|
type="win32"
|
|
processorArchitecture="*"/>
|
|
<!-- Identify the application security requirements. -->
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<security>
|
|
<requestedPrivileges>
|
|
<requestedExecutionLevel
|
|
level="asInvoker"
|
|
uiAccess="false"/>
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
</assembly>
|