// 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"

// in steamlib
GAMES=*;*;*\SteamApps\common\*

// general Studios with "Game" in publisher
GAMES=*;* Game*;*
GAMES=*;*Games*;*

// Publishers
GAMES=*;*Blizzard*;*
GAMES=*;*Valve*;*
GAMES=*;*GOG.com*;*
GAMES=*;Electronic Art*;*
GAMES=*;Ubisoft*;*

GAMES=*;*Paradox*;*
GAMES=*;*2K Australia*;*
GAMES=*;*Knuckle Cracker*;*
GAMES=*;*SANDLOT*;*
GAMES=*;*Youthcat Studio*;*
GAMES=*;*Rake in Grass*;*
GAMES=*;*Monolith Productions*;*
GAMES=*;*Coffee Stain Studio*;*
GAMES=*;*Digital Extremes*;*
GAMES=*;*Weird and Wry*;*