Port NSS_3_49_RTM SSL API to MSVC windows static library

Job ID: 34331224

Budget: $30 – $250 USD

This will be for a non-commercial personal project.

I need a MSVC (17, 19 or 22) C/C++ based project with windows static library of Network Security Services (NSS) specifically SSL API and supporting project/libraries (a NSS version near NSS_3_49_RTM from about early 2020). Must be a .vcproj/.sln project with the NSS source files in the project. This should NOT be a CMake wrapper of the NSS make system.

Estimated steps:
Your choice, the first steps could be done under linux or WSL
download the mozilla.org NSS and NSPR open source projects
and required supporting build tools.
Configure project to build targeting windows library and MSVC (32 and 64 bit) and build.
Dissect the above configured build/make files and list dependencies and build options

From windows create an MSVC static library project.
Add the files & settings that were the configured build/make file from dependencies list
Compile & build the static library (32 and 64 bit) in MSVC for a windows target.

Must be a .vcproj/.sln project with the NSS source files in the project.
This should NOT be a CMake wrapper of the NSS make system.
Need quick & dirty, fast & cheap.

Would be nice if there were some of the unit test apps that are in the NSS source working to show that it links and works.