3 references to UACAsInvoker
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (2)
375
if (GetRequestedExecutionLevel(out string requestedExecutionLevel) && String.CompareOrdinal(requestedExecutionLevel, Constants.
UACAsInvoker
) != 0)
443
requestedExecutionLevel = Constants.
UACAsInvoker
; // For backwards compatibility we assume asInvoker to begin with.
ManifestUtil\TrustInfo.cs (1)
241
executionLevelString = Constants.
UACAsInvoker
;