GameTechDev / PresentMon

Capture and analyze the high-level performance characteristics of graphics applications on Windows.
https://game.intel.com/story/intel-presentmon/
MIT License
1.61k stars 149 forks source link

Name of NTProcessEventStructs.hpp is wrong in PresentData.vcxproj, causing project to always think it is out of date #68

Closed aggieNick02 closed 4 years ago

aggieNick02 commented 4 years ago

The only consequence is visual studio constantly prompting you about the project being out of date. We just need to rename NTProcessEventEventStructs.hpp (notice Event twice) in the vcxproj file to NTProcessEventStructs.hpp.

JeffersonMontgomery-Intel commented 4 years ago

Thanks for reporting! Fixed in master.

aggieNick02 commented 4 years ago

Awesome. Thank you!