Versions Compared

Key

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

...

Code Block
titleSample GenerateSolution.txt file
%DeployFolder%\Project1\Project1.csproj
%DeployFolder%\Project1\Project2.csproj
%ProjFolder%\usr\runtime\MigrationSupport\MigrationSupport.csproj

optionally Optionally, you can add Solution folders may add Folders to your solution by adding [Folder] records such asas illustrated below.  Only one level of nesting is supported.



Code Block
[Folder] App
%DeployFolder%\ScanToolLib\ScanToolLib.csproj
%DeployFolder%\ScanToolUI\ScanToolUI.csproj
[Support]
C:\gmTestBed\ScanTool\proj_csh\usr\runtime\TLI\TLI_csh\TLI_csh.csproj
C:\gmTools\gmRuntime\MigrationSupport\MigrationSupport\MigrationSupport.csproj



Image Modified


You may edit this file to add or remove projects that will be in the solution.  If this file is not present, the solution will integrate all of the .NET projects in your  deploy folder.

...