File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
B2SWindowPunch/B2SWindowPunch
b2s_screenresidentifier/b2s_screenresidentifier/My Project
b2sbackglassserverregisterapp/b2sbackglassserverregisterapp/My Project
b2sbackglassserver/b2sbackglassserver/My Project Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " )>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments