Taupie 0.20.5
Tiny Analyser
Chargement...
Recherche...
Aucune correspondance
manifest.xml
Aller à la documentation de ce fichier.
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3 <assemblyIdentity
4 name="Taupie"
5 processorArchitecture="*"
6 version="0.20.5.0"
7 type="win32"
8 />
9 <description>Taupie</description>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="*"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
19 />
20 </dependentAssembly>
21 </dependency>
22
23 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
24 <security>
25 <requestedPrivileges>
26 <requestedExecutionLevel
27 level="asInvoker"
28 uiAccess="false"
29 />
30 </requestedPrivileges>
31 </security>
32 </trustInfo>
33
34 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
35 <application>
36 <!-- Windows 10 et 11 -->
37 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
38 <!-- Windows 8.1 -->
39 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
40 <!-- Windows Vista -->
41 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
42 <!-- Windows 7 -->
43 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
44 <!-- Windows 8 -->
45 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
46 </application>
47 </compatibility>
48
49 <asmv3:application>
50 <asmv3:windowsSettings>
51 <!-- fallback for Windows 7 and 8 -->
52 <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
53 <!-- adding v1 as fallback would result in v2 not being applied to dialogs on capable systems -->
54 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
55 <!-- enables GDI DPI scaling -->
56 <gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>
57 </asmv3:windowsSettings>
58 </asmv3:application>
59
60 <application xmlns="urn:schemas-microsoft-com:asm.v3">
61 <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
62 <ws2:longPathAware>true</ws2:longPathAware>
63 </windowsSettings>
64 </application>
65
66 <asmv3:application>
67 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">
68 <heapType>SegmentHeap</heapType>
69 </asmv3:windowsSettings>
70 </asmv3:application>
71</assembly>