Skip to content
Discussion options

You must be logged in to vote

.vcxproj is notoriously naive when it comes to NuGet integration and has not kept up with modern MSBuild concepts at all. Sdk-style projects are the perfect storm of newness to confuse .vcxproj. So, I'm not terribly surprised that it fails pretty spectacularly.

In the end, don't mix your projects like that and definitely don't mix .vcxproj like that. Keep .vcxproj on the leaves of your build tree as much as possible.

FWIW, I've never seen anyone merge projects like you have done here... and I've seen some pretty crazy things done with MSBuild. :)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by SpareSimian
Comment options

You must be logged in to vote
1 reply
@robmen
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants