[easyhook] msbuild update (#33091)

* [easyhook] msbuild update

* v db
This commit is contained in:
Alexander Neumann 2023-08-10 20:03:11 +02:00 committed by GitHub
parent bb14ab72d9
commit a96751d8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View File

@ -64,8 +64,8 @@ foreach(CSPROJ IN ITEMS
)
endforeach()
vcpkg_install_msbuild(
SOURCE_PATH ${SOURCE_PATH}
vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}"
PROJECT_SUBPATH EasyHook.sln
TARGET EasyHookDll
RELEASE_CONFIGURATION "netfx4-Release"
@ -101,4 +101,4 @@ endif()
file(INSTALL "${SOURCE_PATH}/Public/easyhook.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/easyhook")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,8 +1,15 @@
{
"name": "easyhook",
"version": "2.7.7097.0",
"port-version": 6,
"port-version": 7,
"description": "This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.",
"homepage": "https://github.com/EasyHook/EasyHook",
"supports": "windows & !static & !uwp & (x86 | x64)"
"supports": "windows & !static & !uwp & (x86 | x64)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}

View File

@ -2282,7 +2282,7 @@
},
"easyhook": {
"baseline": "2.7.7097.0",
"port-version": 6
"port-version": 7
},
"easyloggingpp": {
"baseline": "9.97.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "311bf5152e8f8ba46dc9123c9bc4d66c0cabad24",
"version": "2.7.7097.0",
"port-version": 7
},
{
"git-tree": "8877642f19052e820932928a49049719516ebf9b",
"version": "2.7.7097.0",