Store project reference paths in .csproj, not user file?

Posted by Jonas on Stack Overflow See other posts from Stack Overflow or by Jonas
Published on 2010-04-26T22:23:02Z Indexed on 2010/04/26 22:23 UTC
Read the original article Hit count: 207

Filed under:
|

I altered a bunch of project files in our solution, to add a reference path to all of them. I didn't realize that Reference Paths are stored in the .user file for the project. Is there a way to store those in the .csproj file, so they can be checked into source control?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#