Collaborating with someone using older version of Visual Studio -
Does anyone have the experience of collaborating with anyone using the second version of Visual Studio?
How difficult would it be to work with someone who uses VS 2008 or 2010, VS2005?
I realize that I have to target .NET 2.0 or whatever projects we will share, but I am more interested in dealing with the difference of the project / solution file.
If I s. 2008, I update it .vcproj, so I will not be able to see it under source control because the other person will not be able to read it? If so, how can I ensure that if I add a file to my project, then its project will pick it up?
Does each VS Is there a way to automate multiple project files for the version? If not, there are some best practices to deal with this situation.
The easiest and easiest way is that I've found 'downvalval versions of Visual Studio on my machine To maintain the copy. I have no problem or problem till today.
If you only want to make 2k8 or 2k10 on your machine, then the next option is to maintain two set SLN / CSPROJ files in each format. Obviously there is the risk of checking new files to join this project, but it should not be too bad if two of you are working on the project.
Comments
Post a Comment