Versions Compared

Key

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

...

The details of the first integration are handled by the Template command script: SetEnv.cmd. The details of the second integration are handled by a gmSl script, AuthorText.gmsl. Both of these files may be made project-specific and modified to use an alternate version of Visual Studio.

Modifying the gmStudio project file

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>

...