I'm want to making changes to the a project in the solution explorer but I want this changes to be different from user to user, form what I've learned the best way to do this is to change project.csproj.user
but I have no idea how to reference it.
The thing that I've got now is DTE2.Solution.FindProjectItem
that returns a ProjectItem
which in my case is the project.csproj
can anyone tell me how I'm supposed to get a reference to csproj.user
using the DTE
interface.
I'm currently using VS2013