Versions Compared

Key

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

...

Generate Visual Studio Solution 
Anchor
SolutionBuilder
SolutionBuilder

Produces a Visual Studio 2013 solution Solution file for all of the .NET projects in your  deploy folder or based on your projects's GenerateSolution.txt file. 

1) The SLN file is named MigName.sln and saved in the workspace deploy folder.  Alternatively, it will use a X_GenerateSolution.txt where X.gmProj is the name of your gmProj file.  The X_GenerateSolution.txt takes precedence over MigName_GenerateSolution.txt file.

2) The SLN file organizes all the C# and/or VB.NET projects in the deploy folder.  Any projects you in the deploy folder will be included as long as their language matches the migration project target language.  If you wish to generate a mixed language solution with both VB.NET and C# projects, you must set AllowMultiLangSln in the gmStudio application settings file.

...