-
Notifications
You must be signed in to change notification settings - Fork 0
/
TradingJournal.exe.xml
37 lines (33 loc) · 1.24 KB
/
TradingJournal.exe.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="3.0.2"
processorArchitecture="x86"
name="TradingJournal"
type="win32"/>
<description>Your Application</description>
<!-- Request administrator privileges -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<!-- DPI Awareness -->
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
<!-- Windows compatibility -->
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <!-- Windows 10 -->
<supportedOS Id="{4f2d733d-d7ce-4a55-ae26-ded56be19684}"/> <!-- Windows 8.1 -->
<supportedOS Id="{1e6b6f6d-54ba-4e7c-88de-75a49a43b58b}"/> <!-- Windows 7 -->
</application>
</compatibility>
</assembly>