We don't have explicit support for that, however looking at the OpenSSL NuGet package you should be able to add the following section into
Release\src\build\vs120\casablanca120.vcxproj
:<PropertyGroup>
<Linkage-openssl>static</Linkage-openssl>
</PropertyGroup>
roschuma