{
	"osx":
	{
		"cmd": ["/Applications/Microchip/XC8/v1.12/bin/xc8 @build-command"],
		"working_dir": "${project_path}/",
		"shell": true
	},
	"windows":
	{
		"cmd": ["xc8 @build-command"],
		"working_dir": "${project_path}\\",
		"shell": true
	}
}