Skip to content

Commit cc49b77

Browse files
committed
#65 Add DPI awareness to B2S_ScreenResIdentifier and B2SBackglassServerEXE
Was lost in last merge operation
1 parent 44c77dd commit cc49b77

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

B2SWindowPunch/B2SWindowPunch/app.manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<!-- Windows 10 -->
4343
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
4444

45+
<!-- Windows 11 -->
46+
<supportedOS Id="{4c4a3b7b-20e9-4f3b-9e65-7b8e06b2b8d4}"/>
47+
4548
</application>
4649
</compatibility>
4750

b2s_screenresidentifier/b2s_screenresidentifier/My Project/app.manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
4040
<!-- Windows 10 -->
4141
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
42+
43+
<!-- Windows 11 -->
44+
<supportedOS Id="{4c4a3b7b-20e9-4f3b-9e65-7b8e06b2b8d4}"/>
45+
4246
</application>
4347
</compatibility>
4448
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere

b2sbackglassserver/b2sbackglassserver/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Imports System.Runtime.InteropServices
3333
' by using the '*' as shown below:
3434
' <Assembly: AssemblyVersion("1.0.*")>
3535

36-
<Assembly: AssemblyVersion("2.5.0")>
37-
<Assembly: AssemblyFileVersion("2.5.0")>
38-
<Assembly: AssemblyInformationalVersion("2.5.0")>
36+
<Assembly: AssemblyVersion("2.1.3")>
37+
<Assembly: AssemblyFileVersion("2.1.3")>
38+
<Assembly: AssemblyInformationalVersion("2.1.3")>

b2sbackglassserver/b2sbackglassserver/My Project/app.manifest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
4141

4242
<!-- Windows 10 -->
43-
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
43+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
44+
45+
<!-- Windows 11 -->
46+
<supportedOS Id="{4c4a3b7b-20e9-4f3b-9e65-7b8e06b2b8d4}"/>
4447

4548
</application>
4649
</compatibility>

b2sbackglassserverregisterapp/b2sbackglassserverregisterapp/My Project/app.manifest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
4141

4242
<!-- Windows 10 -->
43-
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
43+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
44+
45+
<!-- Windows 11 -->
46+
<supportedOS Id="{4c4a3b7b-20e9-4f3b-9e65-7b8e06b2b8d4}"/>
4447

4548
</application>
4649
</compatibility>

0 commit comments

Comments
 (0)