|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
3 |
| - <assemblyIdentity version="1.0.0.0" name="MyApplication.app" /> |
4 | 3 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
5 | 4 | <security>
|
6 | 5 | <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
16 | 15 | Remove this element if your application requires this virtualization for backwards
|
17 | 16 | compatibility.
|
18 | 17 | -->
|
| 18 | + <requestedExecutionLevel level="requireAdministrator" /> |
19 | 19 | </requestedPrivileges>
|
20 |
| - <applicationRequestMinimum> |
21 |
| - <defaultAssemblyRequest permissionSetReference="Custom" /> |
22 |
| - <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" /> |
23 |
| - </applicationRequestMinimum> |
24 | 20 | </security>
|
25 | 21 | </trustInfo>
|
26 |
| - <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
27 |
| - <application> |
28 |
| - <!-- A list of the Windows versions that this application has been tested on |
29 |
| - and is designed to work with. Uncomment the appropriate elements |
30 |
| - and Windows will automatically select the most compatible environment. --> |
31 |
| - <!-- Windows Vista --> |
32 |
| - <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />--> |
33 |
| - <!-- Windows 7 --> |
34 |
| - <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />--> |
35 |
| - <!-- Windows 8 --> |
36 |
| - <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />--> |
37 |
| - <!-- Windows 8.1 --> |
38 |
| - <!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />--> |
39 |
| - <!-- Windows 10 --> |
40 |
| - <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> |
41 |
| - </application> |
42 |
| - </compatibility> |
43 |
| - <!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher |
44 |
| - DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need |
45 |
| - to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should |
46 |
| - also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. --> |
47 |
| - <!-- |
48 |
| - <application xmlns="urn:schemas-microsoft-com:asm.v3"> |
49 |
| - <windowsSettings> |
50 |
| - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> |
51 |
| - </windowsSettings> |
52 |
| - </application> |
53 |
| - --> |
54 |
| - <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> |
55 |
| - <dependency> |
56 |
| - <dependentAssembly> |
57 |
| - <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> |
58 |
| - </dependentAssembly> |
59 |
| - </dependency> |
60 | 22 | </assembly>
|
0 commit comments