VirtualDesktop
VirtualDesktop copied to clipboard
Fixing crash on Windows > 22000
Fix for https://github.com/Grabacr07/VirtualDesktop/issues/76.
Changes:
- Applying patch suggested in this comment to fix COM interface definition
- Fixing
IIDto ensure minor changes in OS build number will not require newProperties/Settings.settingsentry and new assembly build every time. Instead the library will take the latest settings entry that is not higher than current OS build - Adding Rider config directory to
.gitignore
@maciej-makowski would you be willing to maintain a fork of this project with your updates? @Grabacr07 doesn't seem to have any interest in keeping this updated, with 11 PRs still in progress and no comments on issues in this repo.
@rayzorben Looks like https://github.com/Slion/VirtualDesktop is the most maintained fork. I was just able to build and run with VS 2022 on Windows 11 (Version 10.0.22621 Build 22621)