Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The VS version used by your gmStudio project is specified in the DevEnv element in the gmProj file:

Code Block
languagexml
<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>

...