How to transfer a Visual Studio 2013 project to a Visual Studio 2008 project?

Is there a way to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project? I need to run some C # programs created in VS 2013 with VS 2008.

+3
source share
1 answer

See this answer . But I would really not recommend this, even if it really works, which, frankly, is not guaranteed.

It’s better to either create a new VS2008 solution, or just add an existing one ... manually, using all the source files or, better yet, just register for VS Team Services, take VSExpress 2013 and you won’t have to worry about the conversion.

+2

All Articles