summaryrefslogtreecommitdiff
path: root/msvc/hotplugtest.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* msvc: Rework msbuild filesShawn Hoffman2022-06-261-0/+32
Refactor common settings into .props files. Enables building full PlatformToolset, Platform, Configuration matrix easily. Also update the appveyor file. Technically we no longer need different images (could just have a single vs2022 image which is executed multiple times in parallel, or so) Closes #1116