GUID-O-MATIC is a small utility that runs in the background and generates GUIDs whenever CTRL-ALT-G is pressed.
GUID-O-MATIC is a .NET 5 Windows application. In order to build it, you need to have the .NET 5 SDK installed.
Using Visual Studio: the folder src
contains the Visual Studion Solution file.
Using the command line:
cd src
dotnet --configuration Release build
or
cd src
dotnet --configuration Release publish