Sclib unable to link in HC 2023

Microsoft made a change that may require additional link options (cf. Microsoft Developer Community post __imp___std_init_once_complete unresolved external symbol after linking msvcprtd.lib).

For example, building a sample (e.g. authoring_samples.sln) with the authoring library (i.e. sc.lib) in release mode produces

unresolved external symbol __imp___std_init_once_begin_initialize
unresolved external symbol __imp___std_init_once_complete

See our forum article https://forum.techsoft3d.com/t/sclib-unable-to-link-in-hc-2023/3015 for complete details.