novotnyllc / MiFare

MiFare Classic support for UWP and Windows Desktop apps
MIT License
37 stars 29 forks source link

Define conditional compilation symbols for working in desktop and UWP. #12

Open gabrielgt opened 5 years ago

gabrielgt commented 5 years ago

WINDOWS_APP constant was not being defined and the login was failing in desktop applications. Now the conditional code in MiFare.PcSc.MiFareStandard.LoadKey.GetLoadKeysType() is working properly.