...
gmStudio detects the installed Visual Studio (VS) versions and allows you to select one of them for your projects. There is also a default setting that sets for the VS Version to use when you create a creating new projectprojects. However, sometimes support for the latest VS version lags behind what is implemented in the gmStudio . user interface, in that situation you may set the VS version according to the following process.
The VS version used by your gmStudio project is specified in the DevEnv element in the gmProj file:
Code Block |
---|
<gmStudio> <Name>Calculator_csh</Name> <MigType>VBP</MigType> <DevEnv>VS2019< <DevEnv>VS2022</DevEnv> <-- set a name for the desired VS Version here <ProjFolder>C:\gmTestBed\Calculator\proj_csh</ProjFolder> ... </gmStudio> |
...