File tree 4 files changed +44
-4
lines changed
dev/VSIX/ProjectTemplates/Desktop
4 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
3
<assemblyIdentity version =" 1.0.0.0" name =" $projectname$.app" />
4
4
5
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
6
+ <application >
7
+ <!-- The ID below informs the system that this application is compatible with OS features first introduced in Windows 8.
8
+ For more info see https://docs.microsoft.com/windows/win32/sysinfo/targeting-your-application-at-windows-8-1
9
+
10
+ It is also necessary to support features in unpackaged applications, for example the custom titlebar implementation.-->
11
+ <supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
12
+ </application >
13
+ </compatibility >
14
+
5
15
<application xmlns =" urn:schemas-microsoft-com:asm.v3" >
6
16
<windowsSettings >
7
17
<!-- The combination of below two tags have the following effect:
12
22
<dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2, PerMonitor</dpiAwareness >
13
23
</windowsSettings >
14
24
</application >
15
- </assembly >
25
+ </assembly >
Original file line number Diff line number Diff line change 2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
3
<assemblyIdentity version =" 1.0.0.0" name =" $projectname$.app" />
4
4
5
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
6
+ <application >
7
+ <!-- The ID below informs the system that this application is compatible with OS features first introduced in Windows 8.
8
+ For more info see https://docs.microsoft.com/windows/win32/sysinfo/targeting-your-application-at-windows-8-1
9
+
10
+ It is also necessary to support features in unpackaged applications, for example the custom titlebar implementation.-->
11
+ <supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
12
+ </application >
13
+ </compatibility >
14
+
5
15
<application xmlns =" urn:schemas-microsoft-com:asm.v3" >
6
16
<windowsSettings >
7
17
<!-- The combination of below two tags have the following effect:
12
22
<dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2, PerMonitor</dpiAwareness >
13
23
</windowsSettings >
14
24
</application >
15
- </assembly >
25
+ </assembly >
Original file line number Diff line number Diff line change 2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
3
<assemblyIdentity version =" 1.0.0.0" name =" $projectname$.app" />
4
4
5
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
6
+ <application >
7
+ <!-- The ID below informs the system that this application is compatible with OS features first introduced in Windows 8.
8
+ For more info see https://docs.microsoft.com/windows/win32/sysinfo/targeting-your-application-at-windows-8-1
9
+
10
+ It is also necessary to support features in unpackaged applications, for example the custom titlebar implementation.-->
11
+ <supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
12
+ </application >
13
+ </compatibility >
14
+
5
15
<application xmlns =" urn:schemas-microsoft-com:asm.v3" >
6
16
<windowsSettings >
7
17
<!-- The combination of below two tags have the following effect:
12
22
<dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2, PerMonitor</dpiAwareness >
13
23
</windowsSettings >
14
24
</application >
15
- </assembly >
25
+ </assembly >
Original file line number Diff line number Diff line change 2
2
<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3
3
<assemblyIdentity version =" 1.0.0.0" name =" $projectname$.app" />
4
4
5
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
6
+ <application >
7
+ <!-- The ID below informs the system that this application is compatible with OS features first introduced in Windows 8.
8
+ For more info see https://docs.microsoft.com/windows/win32/sysinfo/targeting-your-application-at-windows-8-1
9
+
10
+ It is also necessary to support features in unpackaged applications, for example the custom titlebar implementation.-->
11
+ <supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
12
+ </application >
13
+ </compatibility >
14
+
5
15
<application xmlns =" urn:schemas-microsoft-com:asm.v3" >
6
16
<windowsSettings >
7
17
<!-- The combination of below two tags have the following effect:
12
22
<dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2, PerMonitor</dpiAwareness >
13
23
</windowsSettings >
14
24
</application >
15
- </assembly >
25
+ </assembly >
You can’t perform that action at this time.
0 commit comments