M
M
Matvey Pravosudov2015-09-14 21:20:09
C++ / C#
Matvey Pravosudov, 2015-09-14 21:20:09

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 answer(s)
S
Stanislav Makarov, 2015-09-15
@oxyberg

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 question

Ask a Question

731 491 924 answers to any question