// Format:
// CategoryID=Name;Publisher;InstallDir
// Wildcards can be used like ? or *
// if any field is * only => anything is true for this field
// CategoryID for pre-defined categories are GAMES MULTIMEDIA WORK INTERNET FRAMEWORKS TOOLS SECURITY DRIVERS
// example = GAMES=*;G.O.G.;* => will sort ANY software from publisher "G.O.G." into "Games"

// Office
WORK=*OpenOffice*;*;*
WORK=*Libre*Office*;*;*
WORK=*Office*;*Microsoft*;*
WORK=*Outlook*;*Microsoft*;*
WORK=*Microsoft 365*;*Microsoft*;*

// CAD
WORK=* CAD*;*;*
WORK=*;Autodesk*;*
WORK=*;MAXON*;*
WORK=Trapcode*;*;*

// web+pyhton etc
WORK=*;Python Software*;*

// gfx
WORK=*IconWorkShop*;*;*
WORK=*Boxshot*;*;*
WORK=*Box Shot*;*;*

// Document/Managment
WORK=*AMAGNO*;*;*
WORK=*baramundi*;*;*
WORK=*;Atlassian*;*

// e-commerce
WORK=*cleverbridge*;*;*

// general Software-Dev
WORK=*Development Kit*;*;*
WORK=*Driver Kit*;*;*
WORK=*SDK*;*;*
WORK=CMake*;*;*
WORK=Git*;*Git*;*

// editors
WORK=HxD Hex*;*;*
WORK=PSPad*;*;*
WORK=WinHex*;*;*

// c++
WORK=LLVM*;*;*
//*WORK=*C++*;*;*
WORK=* Compiler*;*;*

// per company
WORK=*;*Embarcadero*;*
WORK=*C++ Builder*;*;*
WORK=*for Delphi*;*;*
WORK=*Visual Studio*;*;*

// special
WORK=*Authentication Client*;*;*
WORK=*Translation Studio*;*;*
WORK=*Poedit*;*;*
WORK=*VMware*;*;*