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. |