aboutsummaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest
blob: 5224db50050c65757b268f4d5d002b77fbb349fc (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity name="WixToolset.Dtf.MakeSfxCA" version="4.0.0.0" processorArchitecture="x86" type="win32"/>
 <description>WiX Toolset Compiler</description> 
 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  <security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security>
 </trustInfo>
 <application xmlns="urn:schemas-microsoft-com:asm.v3">
  <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"><ws2:longPathAware>true</ws2:longPathAware></windowsSettings>
 </application>
</assembly>