You've made a mistake in target name. It's RLDP and not ADNL proxy.
Correct command:cmake --build . --target rldp-http-proxy
Run command:
cmake --build . --target adnl-http-proxy --config Release
Build fails with error:
msbuild: can not find adnl-http-proxy.vscxproj
How to build without sln or project files?
In github ton workflows on windows use same command for build artefacts
You've made a mistake in target name. It's RLDP and not ADNL proxy.
Correct command:cmake --build . --target rldp-http-proxy