Is Visual Studio 2012 csproj backward compatible with 2010? -
the question if can use safely visual studio 2012 edit projects properties, add , remove solutions, references, related net 4.0 framework.
i remember in past files might "corrupted", while visual studio 2010 changed visual studio 2008 csproj information (xml file).
if tags added/removed in vs2012, csproj incompatible vs2010 developers.
does have information if safe use new ide without damaging files? vs2012 csprojs "backward compatible" vs2010?
vs2012 projects mostly* backwards compatible vs2010 sp1. projects undergo conversion/migration process in previous vs versions, 1 friendly towards vs2010. should able make changes projects/references/code files , open them again in vs2010 without issues.
i because there features new in vs2012 may not backwards compatible. obvious, if upgrade project .net 4.5, no longer work in vs2010. see http://blogs.msdn.com/b/visualstudio/archive/2012/03/28/round-tripping-with-visual-studio-11.aspx more information scenario.
Comments
Post a Comment