microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.23k forks source link

ChangeNotifyWatcher is always 32 bit #368

Open lwahonen opened 1 month ago

lwahonen commented 1 month ago

The solution file Samples/Win7Samples/winui/shell/appplatform/ChangeNotifyWatcher/ChangeNotifyWatcher.sln incorrectly refers the 32 bit build in x64 configuration

`

           {7BCB58CC-A57F-431F-A14C-52A0488F1DA1}.Debug|x64.ActiveCfg = Debug|Win32

           {7BCB58CC-A57F-431F-A14C-52A0488F1DA1}.Debug|x64.Build.0 = Debug|Win32

`