...
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>VS2022</DevEnv> <-- set a name for the desired VS Version here <ProjFolder>C:\gmTestBed\Calculator\proj_csh</ProjFolder> ... </gmStudio> |
...