vcpkg/ports/gsoap/vcpkg.json
Alexander Neumann c77bce443d
[gsoap] msbuild (#33149)
* [gsoap] msbuild

* v db
2023-08-16 13:02:22 -07:00

16 lines
439 B
JSON

{
"name": "gsoap",
"version": "2.8.112",
"port-version": 2,
"description": "The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings.",
"homepage": "https://sourceforge.net/projects/gsoap2/",
"supports": "!(linux | osx | arm | uwp)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}