Add (unused) manifest for Windows
This commit is contained in:
parent
d467995236
commit
3df6829e4a
3 changed files with 17 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ CommandLine=-L
|
||||||
Folders=
|
Folders=
|
||||||
IncludeVersionInfo=0
|
IncludeVersionInfo=0
|
||||||
SupportXPThemes=0
|
SupportXPThemes=0
|
||||||
CompilerSet=3
|
CompilerSet=4
|
||||||
CompilerSettings=0000000100100000000001000
|
CompilerSettings=0000000100000000001000000
|
||||||
UnitCount=5
|
UnitCount=5
|
||||||
|
|
||||||
[VersionInfo]
|
[VersionInfo]
|
||||||
|
|
@ -99,3 +99,4 @@ Link=1
|
||||||
Priority=1000
|
Priority=1000
|
||||||
OverrideBuildCmd=0
|
OverrideBuildCmd=0
|
||||||
BuildCmd=
|
BuildCmd=
|
||||||
|
|
||||||
|
|
|
||||||
12
nmrpflash.manifest
Normal file
12
nmrpflash.manifest
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<description>nmrpflash</description>
|
||||||
|
<assemblyIdentity version="1.0.0.0" name="nmrpflash"/>
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges>
|
||||||
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
|
||||||
|
</requestedPrivileges>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
</assembly>
|
||||||
2
nmrpflash.rc
Normal file
2
nmrpflash.rc
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#include "winuser.h"
|
||||||
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest
|
||||||
Loading…
Add table
Reference in a new issue