Browse Source

Update manifest and rc file

Joseph C. Lehner 2 years ago
parent
commit
40d0215a91
2 changed files with 14 additions and 14 deletions
  1. 12 12
      nmrpflash.manifest
  2. 2 2
      nmrpflash.rc

+ 12 - 12
nmrpflash.manifest

@@ -1,12 +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>
+<?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 - 2
nmrpflash.rc

@@ -1,2 +1,2 @@
-#include "winuser.h"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest
+#include "winuser.h"
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest