source: trunk/Utilities/LogicalProcessorInformation/Application.manifest @ 937

Last change on this file since 937 was 795, checked in by roman, 6 years ago
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
3  <assemblyIdentity
4      type="win32"
5      name="AlaxInfo.MediaFoundation.LogicalProcessorInformation"
6      version="1.0.0.0"
7      processorArchitecture="*"
8    />
9  <description>Alax.Info LogicalProcessorInformation</description>
10  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
11    <security>
12      <requestedPrivileges>
13        <requestedExecutionLevel
14            level="asInvoker"
15            uiAccess="false"
16                />
17      </requestedPrivileges>
18    </security>
19  </trustInfo>
20  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
21    <application>
22      <!-- Windows 10 -->
23      <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
24      <!-- Windows 8.1 -->
25      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
26      <!-- Windows 8 -->
27      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
28      <!-- Windows 7 -->
29      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
30      <!-- Windows Vista -->
31      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
32    </application>
33  </compatibility>
34  <asmv3:application>
35    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
36      <dpiAware>true</dpiAware>
37    </asmv3:windowsSettings>
38  </asmv3:application>
39</assembly>
Note: See TracBrowser for help on using the repository browser.