* include/hbver.h
* package/harbour.spec
* package/harbour-win.spec.in
* package/winuni/mpkg_win_uni.bat
* package/harbour-wce.spec.in
* package/harb_win.mft
* trunk version bump. 2.1.0rc2 -> 3.1.0dev
19 lines
626 B
XML
19 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- Copyright © 1999-2011 (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>
|