From 2d80ee122541898b7e3e4dc5507997498be9b484 Mon Sep 17 00:00:00 2001 From: 高胜 <gs@hdlchina.com.cn> Date: 星期二, 23 五月 2023 13:46:13 +0800 Subject: [PATCH] 更新链接 --- RestartService/RestartService/bin/Debug/RestartService.vshost.exe.manifest | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/RestartService/RestartService/bin/Debug/RestartService.vshost.exe.manifest b/RestartService/RestartService/bin/Debug/RestartService.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/RestartService/RestartService/bin/Debug/RestartService.vshost.exe.manifest @@ -0,0 +1,11 @@ +锘�<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> + <security> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <requestedExecutionLevel level="asInvoker" uiAccess="false"/> + </requestedPrivileges> + </security> + </trustInfo> +</assembly> -- Gitblit v1.8.0