Can I edit a Visual Studio 2008 project in 2010, saving it only in 2008?

So, on my computer, I only have Visual Studio 2010 Express. I need to edit a Visual Studio 2008 project, however it needs to be saved in C # 3.5.

Before you open it in 2010 and accidentally update it, will it be stored in 2008 or C # 3.5 format?

I understand that I will not use the capabilities of .Net 2010, so there are no problems. I just want to make sure that if I save my 2008 project using 2010, I can still open it in 2008, and it will work fine.

+3
source share
8 answers

. Visual Studio 2010 - 3.5 Framework. 2010 2008 .

+6

VS2010 . Framework , 3.5.

/ 2010 ( , - ) , , / (, , , ).

( ), , , , 2010 ( Express , ?).

+4

, VS2010 VS2008. VS2008 . , - VS2010 . - . - 2010 , .

+2

, . . . . .NET Framework 3.5, # 4.0 ( / ), 2010 4.0.

, 2008 , # 4.0. VS 2008 # 3.0, , 2008 , . , - , .

, - Microsoft Connect, , - .

+1

. VS2008 VS2010, , , , , , .

VS2008 VS2010 , VS2010. VS2010 , VS2008.

: , , VS, .

3.5 VS2010.

, VS2010- VS2008, , (, ).

+1

, ( ?) . 2008 git 2010 .

, "ops, ". vs2010 GIT. " ", 2008 .

, :

, /. , 2008 2010 .

, - / - ( ) !

+1

When you are going to convert it with compatible in 2010, it will request a backup ...

so ... later you can return your file back ...

+1
source

Maybe I'm wrong, but I'm pretty sure that the project files do not differ between 2008 and 2010, or at least they are compatible. Decision files are another matter, and old solutions really need to be converted. Usually you have several solutions for the versions of VS 2008 and 2010, but they contain the same projects, so projects do not need to be converted.

+1
source

Source: https://habr.com/ru/post/1796529/


All Articles