We are considering switching from VS2005 Professional Edition to the VS2005 Team Edition to be able to benefit from the better tools available in the latter version. Subsequently we would have teams of developers working on the same C++ project and solution files both from the Professional and from the Team Editions. Those files will be checked in and out using a version control tool like Subversion.
Does anyone know if it is safe to share project/solution files between two (or more) VS2005 versions? The Team Edition adds properties to the project files (e.g. profiling options), which the Professional Version is probably not capable of dealing with. Or can we assume that the Professional Edition is smart enough to just ignore those properties and not to mess the project files around?
Thanks in advance!