Porting to this project from TortoiseGit is done by:
- Removing all source files from /src and the Visual C++ project.
- In the Project Common property sheet, reset the Warning Level and Disable Specific Warnings to the default values.
- Copying the files in TortoiseGit's source at /src/TortoisePlink to the /src of this project.
- Adding the files back to the Visual C++ project.
- Usually repeating most of the steps from the prior port.
- Building and correcting any issues.
- Logging the necessary changes to make a successful build.
- Removed /src/Windows/MSVC directory.
- Set the warning level to zero (all warnings off).
- Disabled 4703 and 4996 warnings.
- Did not include /src/sshnogss.c in the Visual C++ project.
- Resaved /src/Windows/TortoisePlink.rc as UTF-16.