Is Visual Studio 2012 csproj backward compatible with 2010?

后端 未结 1 501
情书的邮戳
情书的邮戳 2020-12-13 12:30

The question is if can I use safely Visual Studio 2012 to edit projects properties, add and remove solutions, references, all related to NET 4.0 Framework.

I remembe

相关标签:
1条回答
  • 2020-12-13 12:45

    VS2012 projects are mostly* backwards compatible with VS2010 SP1. The projects will undergo a conversion/migration process like in all previous VS versions, but this one is friendly towards VS2010. You should be able to make changes to your projects/references/code files and open them again in VS2010 without issues.

    I say mostly because there are some features new in VS2012 that may not be backwards compatible. The most obvious, if you upgrade a project to .NET 4.5, it will no longer work in VS2010. See http://blogs.msdn.com/b/visualstudio/archive/2012/03/28/round-tripping-with-visual-studio-11.aspx for more information about this scenario.

    0 讨论(0)
提交回复
热议问题