Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 848 Bytes

GUID-O-MATIC

GUID-O-MATIC is a small utility that runs in the background and generates GUIDs whenever CTRL-ALT-G is pressed.

Screenshot

Building

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

Acknowledgements