golang.zx2c4.com/wireguard/windows@v0.5.4-0.20230123132234-dcc0eb72a04b/embeddable-dll-service/csharp/DemoUI/app.manifest (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
     3    <assemblyIdentity version="1.0.0.0" name="demo-client"/>
     4    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
     5      <security>
     6        <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
     7          <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
     8        </requestedPrivileges>
     9      </security>
    10    </trustInfo>
    11  
    12    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    13      <application>
    14        <!-- Windows 7 -->
    15        <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
    16  
    17        <!-- Windows 8 -->
    18        <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
    19  
    20        <!-- Windows 8.1 -->
    21        <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
    22  
    23        <!-- Windows 10 -->
    24        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
    25  
    26      </application>
    27    </compatibility>
    28  
    29    <application xmlns="urn:schemas-microsoft-com:asm.v3">
    30      <windowsSettings>
    31        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
    32      </windowsSettings>
    33    </application>
    34  
    35    <dependency>
    36      <dependentAssembly>
    37        <assemblyIdentity
    38            type="win32"
    39            name="Microsoft.Windows.Common-Controls"
    40            version="6.0.0.0"
    41            processorArchitecture="*"
    42            publicKeyToken="6595b64144ccf1df"
    43            language="*"
    44          />
    45      </dependentAssembly>
    46    </dependency>
    47  
    48  </assembly>