Answer the question
In order to leave comments, you need to log in
How to compile a Visual Studio 2015 project under VY2010?
There is a C# project written in VC15. How to build it with VC10 compatibility?
Answer the question
In order to leave comments, you need to log in
1) make sure that all dependencies have versions for .net 4.0 or lower
2) redo those places in the code that use C # > 4.0 features
3) change the version of the target .net framework to 4.0 in the project properties
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question