Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created May 30, 2015 19:00
Show Gist options
  • Save lopezjurip/81ac95d5fb6672119490 to your computer and use it in GitHub Desktop.
Save lopezjurip/81ac95d5fb6672119490 to your computer and use it in GitHub Desktop.
Sublime Text 3 - C# Build System
{
"shell": true,
"cmd": ["mcs $file ; mono $file_base_name.exe"],
"selector": "source.cs"
}
@gamesguru
Copy link

Thanks, any way to make it save to the /bin/Debug
Does it work for larger projects, gtk/winform?

@BudderFortress7
Copy link

what i am not understand ?????????????????``

@gotneb
Copy link

gotneb commented Jan 2, 2021

Obrigado! Isso me ajudou muito.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment