1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024707: Problem building C# sample win VC 10

Need to check and correct Target Framework in C# projects after conversion to new versions of Visual Studio described in the sample documentation
This commit is contained in:
abv 2014-04-29 10:06:21 +04:00
parent 21761b6feb
commit 66fb4d9a40

View File

@ -41,6 +41,9 @@ Note a few important details:
Run msvc.bat to start MS Visual Studio for building the sample.
Note that project files are provided only for VS 2008, you can open them in
newer versions of Visual Studio using automatic converter.
After conversion check option "Target framework" in properties of C# projects
(tab "Application") to ensure that it corresponds to the version set in
the properties of the C++ projects (e.g. ".Net Framework 4.0" for VS 2010).
Run run_winforms.bat or run_wpf.bat to launch the corresponding sample.