Tagged Questions
3
votes
2answers
679 views
How to share properties between multiple Visual Studio projects? (especially C# projects)
Keeping properties of multiple Visual Studio projects manually in sync is annoying. So, how can you share properties between multiple projects?
Edit: I refer to properties like conditional ...