/ Home / LJCProjects / CoreUtilities

These solutions produce core supporting utilities and programs for the LJC Framework.

Folder: CoreUtilities

A Solution contains at least one project. Solution projects work together for a common purpose. Solutions and their projects are organized under a Solution folder.

Solution folders usually contain several common helper command files. They start with the verbs Build, Clear and Update followed by the short project name.
For example: The solution folder LJCGenDoc contains:
BuildGenDoc.cmd, ClearGenDoc.cmd and UpdateGenDoc.cmd.

Build*.cmd Builds the solution without starting Visual Studio. This includes calling Update*.cmd.
Clear*.cmd Deletes the compiled and generated files that are not saved in source control.
Update*.cmd Copies the referenced and runtime dependencies into the "External" folder.

Solutions

LJCExecuteScript - Execute an SQL script text or file.
LJCGenDoc - Generates HTML Code Documentation from a Visual Studio XML Comment output file.
LJCGenDoc2 - Generates HTML Code Documentation from source code XML Comments.
LJCGenText - Generates text files by combining GenData XML file data and a text template file.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.