Closed zhiha closed 10 months ago
I saw below contents in the winpcap\portfile.cmake
which is meant to fix the issue you are encountering:
vcpkg_execute_required_process(
COMMAND "devenv.exe"
"Packet.sln"
/Upgrade
WORKING_DIRECTORY "${SOURCE_PATH}/packetNtx/Dll/Project"
LOGNAME upgrade-Packet-${TARGET_TRIPLET}
)
Please check these two logs to determine if it failed and the reason for the failure:
upgrade-Packet-x64-windows-out.log
upgrade-Packet-x64-windows-err.log
@zhiha, Does this issue still exist?
Package: winpcap:x64-windows -> 4.1.3#12
Host Environment
To Reproduce
vcpkg install pcapplusplus
Failure logsE:\vcpkg\buildtrees\winpcap\build-x64-windows-rel-out.log
``` 适用于 .NET Framework MSBuild 版本 17.8.3+195e7f5a3 生成启动时间为 2023/12/12 19:38:48。 0>E:\vcpkg\buildtrees\winpcap\x64-windows-rel\packetNtx\Dll\Project\Packet.sln : error MSB4192: 项目文件“Packet.vcproj”为“.vcproj”文件格式,而 MSBuild 不再支持该格式。请通过在 Visual Studio IDE 中打开该项目或运行转换工具来转换该项目,或者使用 MSBuild 3.5 或早期版本来生成该项目。 生成失败。 E:\vcpkg\buildtrees\winpcap\x64-windows-rel\packetNtx\Dll\Project\Packet.sln : error MSB4192: 项目文件“Packet.vcproj”为“.vcproj”文件格式,而 MSBuild 不再支持该格式。请通过在 Visual Studio IDE 中打开该项目或运行转换工具来转换该项目,或者使用 MSBuild 3.5 或早期版本来生成该项目。 0 个警告 1 个错误 已用时间 00:00:00.03 ```