- Visual Studio 2017
- Windows 8.1 SDK
- Install Visual Studio 2017. In the installer's component selection "Individual components", make sure to enable "Windows 8.1 SDK". See screenshot.
- Git clone or download and extract the codebase.
- Before starting, make sure to backup your
%AppData%\WinAuth\winauth.xmlfile or export your authenticators to prevent data loss. - Open the solution file
Net4.5\WinAuth.slnorNet3.5\WinAuth-Net3.5.slnin Visual Studio. - Visual Studio > Build > Build Solution.
- If successful, the executable location should be
bin\Debug\WinAuth.exein the solution directory.