komefai / PS4Macro

Automation utility for PS4 Remote Play written in C#
http://blog.komefai.com
MIT License
375 stars 89 forks source link

Bitmap not defined in System.Drawing #104

Open oliverzein opened 4 years ago

oliverzein commented 4 years ago

Tried to follow your guide, but using MatchTemplate() results in a build exception:

Error CS7069 Reference to type 'Bitmap' claims it is defined in 'System.Drawing', but it could not be found

I'm using Visual Studio 2019 on Windows 10

merv1n commented 3 years ago

Had the same issue - not sure what the best solution is, but I got it working by setting the target framework to .NET 4.7.2.