mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
653ce6e30c
* [ecsutil] msbuild update * v db
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"name": "ecsutil",
|
|
"version": "1.0.7.15",
|
|
"port-version": 5,
|
|
"description": "Native Windows SDK for accessing ECS via the S3 HTTP protocol.",
|
|
"homepage": "https://github.com/EMCECS/ecs-object-client-windows-cpp",
|
|
"supports": "windows & (x64 | x86) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "atlmfc",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|