Building couchbase-lite-core on Windows

@sinosoidal thank you for you quick response…

i am able to generate visual studio solution file but when i open CouchbaseLite_C.sln file with visual studio 2019 i am getting following error:

13>Done building project “CouchbaseLiteC.vcxproj” – FAILED.
14>------ Build started: Project: CBL_C_Tests, Configuration: Release x64 ------
14>Building Custom Rule C:/Users/mostain/Desktop/couchbase/database/couchbase-lite-C/test/CMakeLists.txt
14>BlobTest_Cpp.cc
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>CBLTestsMain.cpp
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>DatabaseTest.cc
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>DatabaseTest_Cpp.cc
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>QueryTest.cc
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>ReplicatorTest.cc
14>C:\Users\mostain\Desktop\couchbase\database\couchbase-lite-C\build_cmake\test..\include\cbl\cbl_config.h(19,10): fatal error C1083: Cannot open include file: ‘asprintf.h’: No such file or directory
14>Generating Code…
14>Done building project “CBL_C_Tests.vcxproj” – FAILED.
15>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------
========== Build: 11 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========

can you guide me how i change all the targets Runtime Library setting to /MT and build solution ???