I would like to start using vs 2010 for the benefits of an IDE. The problem is that the rest of my team considers it the "beta" that it is. And now we are waiting for the release of RTM.
Is it possible to use VS2010 to open and edit VS2008 projects and solutions, but save them back to vs2008? Are there any pitfalls in this?
No, It is Immpossible. When you open the VS2008 VS2010 solution, then the familiar project conversion dialog always appears. In most cases, you can instruct the Project Conversion Wizard to back up the original solution.
, "", , "ToolsVersion" .proj 4.0, . VS2010 ( ), VS2008 , 3.5. "-".
MSDN:
1. Open your VS 2010 .sln in notepad. It should look something like this: Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-3 ...... ........................... 2. Change the Version 11.0 to Version 10.0 and Visual Studio 2010 to 2008 3. Save the file. 4. Open in vs 2008 all projects should load, compile etc.
, . .
Source: https://habr.com/ru/post/1725141/More articles:Use Python to retrieve ListView items from another application - pythonWhat is the easiest / most elegant way to iterate over matches in vim script / function? - vimHow to pass custom argument to event listener in JavaScript? - javascriptCan I use eclipse JDT / AST for other programming languages? - javaHow to implement file transfer in jabber net - c #UCS2 / HexEncoded Symbols - phpGet all constants from a class - phpIs there heap compaction in C ++? - c ++iPhone SDK - UIWebView встраивает видео YouTube - iphoneWCF: update service link contains duplicate configuration entries - configurationAll Articles