vcpkg fails to deploy dependencies for managed projects #41782
Closed as not planned
Description
opened on Oct 25, 2024
Starting from this commit vcpkg fails to deploy dependencies to my MSBuild solution where the entry point is a C# project referencing multiple C++ ones.
This seems to be caused by the addition of and '@(Link)' != ''
to AppLocalFromInstalled
conditions, removing the check seems to restore the old behavior where DLLs get successfully copied to both vcxproj and csproj output folders.
I use classic vcpkg without any manifest.
Activity