I'm wondering why I get this in VS2022:
"Building 'myproject' with toolset 'WindowsKernelModeDriver10.0' and the 'Desktop' target platform."
I don't see anything off that says it's a "desktop" target?
I'm wondering why I get this in VS2022:
"Building 'myproject' with toolset 'WindowsKernelModeDriver10.0' and the 'Desktop' target platform."
I don't see anything off that says it's a "desktop" target?
That's what you want. The other choice is "Universal", which is mostly pointless these days.
Thanks - it was listed as a warning so I was wondering why. Apparently misleading?
It's not a warning.. it's just information. All good.