liamkf / msfastbuild

Utility to build vcxproj and sln files with FASTBuild
MIT License
86 stars 42 forks source link

Fixed ignored project references #19

Closed TheClassic closed 6 years ago

TheClassic commented 7 years ago

Our solution file uses project references and builds correctly in visual studio, however, I got linking errors when creating the bff files using msfastbuild. This change causes project references to be included when LinkLibraryDependencies is enabled for the project reference.

Please find a test case using the projectreferences solution here: https://github.com/TheClassic/msfastbuildTests

peteer22r commented 7 years ago

I have same issue.

TheClassic commented 7 years ago

@peteer22r consider using the commit in my pull request to get past this