I work in a dev environment where we heavily use MSBuild - I find myself constantly having to edit my build csproj xml by hand. I hate this - there seems like there should be a nice UI for editing these files and performing common tasks. I would of imagined that a tab in Project Properties Pages in Visual Studio would have given me something but alas. Ideally I would be able to:
- Do everything I can in Xml including being able to interact with any custom steps I created
- See what the MSBuild variables evaluated to
- See where the variables are defined so that I could quickly navigate to them