diff options
Diffstat (limited to 'src/candle/candle.exe.manifest')
-rw-r--r-- | src/candle/candle.exe.manifest | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/candle/candle.exe.manifest b/src/candle/candle.exe.manifest new file mode 100644 index 00000000..b05ab18b --- /dev/null +++ b/src/candle/candle.exe.manifest | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
6 | <assemblyIdentity name="WixToolset.Tools.Candle" version="2.0.0.0" processorArchitecture="x86" type="win32"/> | ||
7 | <description>WiX Toolset Compiler</description> | ||
8 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security></trustInfo> | ||
9 | </assembly> | ||