From 9e297866ed3e4ca7010ea4572278c88dca33f349 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 7 Jun 2020 00:02:04 +0200 Subject: [PATCH] Register server with per-user redirection Some projects do register COM server in Debug/Release sonfigurations. We should do it with per-user redirection so that there is no need to run elevated Visual Studio. This has no effect on COM server registering in installed Opne-Shell. It is related only to local development. --- Src/ClassicExplorer/ClassicExplorer.vcxproj | 4 ++++ Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj | 4 ++++ Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Src/ClassicExplorer/ClassicExplorer.vcxproj b/Src/ClassicExplorer/ClassicExplorer.vcxproj index 9d79a5a..d53ba9d 100644 --- a/Src/ClassicExplorer/ClassicExplorer.vcxproj +++ b/Src/ClassicExplorer/ClassicExplorer.vcxproj @@ -177,6 +177,7 @@ .\$(TargetName).def true Windows + true @@ -212,6 +213,7 @@ .\$(TargetName).def true Windows + true @@ -249,6 +251,7 @@ Windows true true + true @@ -285,6 +288,7 @@ Windows true true + true diff --git a/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj b/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj index 6621e01..593f173 100644 --- a/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj +++ b/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj @@ -170,6 +170,7 @@ .\$(TargetName).def true Windows + true @@ -204,6 +205,7 @@ .\$(TargetName).def true Windows + true @@ -240,6 +242,7 @@ Windows true true + true @@ -275,6 +278,7 @@ Windows true true + true diff --git a/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj b/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj index be20133..31ac2de 100644 --- a/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj +++ b/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj @@ -176,6 +176,7 @@ .\$(TargetName).def true Windows + true @@ -210,6 +211,7 @@ .\$(TargetName).def true Windows + true @@ -246,6 +248,7 @@ Windows true true + true @@ -281,6 +284,7 @@ Windows true true + true