Tagged Questions
3
votes
2answers
652 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 ...
1
vote
3answers
106 views
Changing a project's files based on solution in Visual Studio 2008
In one C# solution I have several projects that share a CommonAssemblyInfo.cs file, so that certain assembly attributes are shared across all projects. This works fine so long as I only have one ...