Created
May 30, 2015 19:00
-
-
Save lopezjurip/81ac95d5fb6672119490 to your computer and use it in GitHub Desktop.
Sublime Text 3 - C# Build System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"shell": true, | |
"cmd": ["mcs $file ; mono $file_base_name.exe"], | |
"selector": "source.cs" | |
} |
what i am not understand ?????????????????``
Obrigado! Isso me ajudou muito.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, any way to make it save to the /bin/Debug
Does it work for larger projects, gtk/winform?