diff options
Diffstat (limited to 'src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.exe.manifest')
-rw-r--r-- | src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.exe.manifest | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.exe.manifest b/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.exe.manifest new file mode 100644 index 00000000..49b074e0 --- /dev/null +++ b/src/samples/Dtf/Tools/MakeSfxCA/MakeSfxCA.exe.manifest | |||
@@ -0,0 +1,20 @@ | |||
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.Dtf.Tools.MakeSfxCA" version="4.0.0.0" processorArchitecture="x86" type="win32"/> | ||
7 | <description>WiX Toolset Compiler</description> | ||
8 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
9 | <security> | ||
10 | <requestedPrivileges> | ||
11 | <requestedExecutionLevel level="asInvoker" uiAccess="false"/> | ||
12 | </requestedPrivileges> | ||
13 | </security> | ||
14 | </trustInfo> | ||
15 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
16 | <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> | ||
17 | <ws2:longPathAware>true</ws2:longPathAware> | ||
18 | </windowsSettings> | ||
19 | </application> | ||
20 | </assembly> | ||