|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio 15 |
4 | | -VisualStudioVersion = 15.0.27130.2010 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.29728.190 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NelSon-gui", "modules\main\nelson_gui\NelSon-gui.vcxproj", "{F34BD496-D9B3-4C25-A9E9-C91EB3E35C12}" |
7 | 7 | ProjectSection(ProjectDependencies) = postProject |
@@ -257,6 +257,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution |
257 | 257 | modules\modules.nls.in = modules\modules.nls.in |
258 | 258 | modules\modules.nls.vc = modules\modules.nls.vc |
259 | 259 | tools\innosetup\Nelson.iss = tools\innosetup\Nelson.iss |
| 260 | + modules\mex\src\c\nlsMex.vcxproj = modules\mex\src\c\nlsMex.vcxproj |
260 | 261 | etc\startup.nls = etc\startup.nls |
261 | 262 | EndProjectSection |
262 | 263 | EndProject |
@@ -404,6 +405,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nlsWebtools", "modules\webt |
404 | 405 | EndProject |
405 | 406 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nlsWebtools_builtin", "modules\webtools\builtin\c\nlsWebtools_builtin.vcxproj", "{9CAC9DB7-E5FF-40F6-BB14-1A64A7A059B6}" |
406 | 407 | EndProject |
| 408 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nlsMex", "modules\mex\src\c\nlsMex.vcxproj", "{A3EEB626-83DB-426D-B483-37A478EE8166}" |
| 409 | +EndProject |
407 | 410 | Global |
408 | 411 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
409 | 412 | Debug|Win32 = Debug|Win32 |
@@ -1384,6 +1387,14 @@ Global |
1384 | 1387 | {9CAC9DB7-E5FF-40F6-BB14-1A64A7A059B6}.Release|Win32.Build.0 = Release|Win32 |
1385 | 1388 | {9CAC9DB7-E5FF-40F6-BB14-1A64A7A059B6}.Release|x64.ActiveCfg = Release|x64 |
1386 | 1389 | {9CAC9DB7-E5FF-40F6-BB14-1A64A7A059B6}.Release|x64.Build.0 = Release|x64 |
| 1390 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 1391 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Debug|Win32.Build.0 = Debug|Win32 |
| 1392 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Debug|x64.ActiveCfg = Debug|x64 |
| 1393 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Debug|x64.Build.0 = Debug|x64 |
| 1394 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Release|Win32.ActiveCfg = Release|Win32 |
| 1395 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Release|Win32.Build.0 = Release|Win32 |
| 1396 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Release|x64.ActiveCfg = Release|x64 |
| 1397 | + {A3EEB626-83DB-426D-B483-37A478EE8166}.Release|x64.Build.0 = Release|x64 |
1387 | 1398 | EndGlobalSection |
1388 | 1399 | GlobalSection(SolutionProperties) = preSolution |
1389 | 1400 | HideSolutionNode = FALSE |
|
0 commit comments