A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
@Alex Li-MSFT comment to my question, is the answer to my question.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've been working on a SharedProject for our various WPF apps that we're writing. There's some common, general (and sometimes generic) code that we've been sharing between different projects, by using the good ol' tried-and-true copy-and-paste. I've known about Shared Projects for a while, so I've spent some time working on a shared project, to help eliminate the copy and paste stuff. I've made an empty WPF project to which I've referenced the shared project in a solution. It works great! :)
Now I want to start sharing the shared project with the other WPF apps that we've worked on. Only at this point I don't know how to conceptually do that. We use TFS with TFVC for source control. So, here's what I've got:
Now, how do I get EmptyWPF into VS SolutionA, from within TFVC?
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Answer accepted by question author
@Alex Li-MSFT comment to my question, is the answer to my question.
add a reference to a Shared Code project
how-do-i-add-a-reference-to-a-shared-code-project-shproj-from-another-project