doc: update copyright line for 2021
[adg.git] / demo / adg.manifest
blobb11417745b6e61f4448d13da22b545712dcdaf1e
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 version="2.0.0.0" name="entidi.adg.demo" type="win32"/>
4 <description>ADG cairo canvas demo program</description>
5 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
6 <security>
7 <requestedPrivileges>
8 <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
9 </requestedPrivileges>
10 </security>
11 </trustInfo>
12 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
13 <application>
14 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
15 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/><!-- Win7 -->
16 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/><!-- Win8 -->
17 </application>
18 </compatibility>
19 <asmv3:application>
20 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
21 <dpiAware>true</dpiAware>
22 </asmv3:windowsSettings>
23 </asmv3:application>
24 </assembly>