Skip to content

Instantly share code, notes, and snippets.

@BretFisher
Created February 11, 2012 17:34
Show Gist options
  • Save BretFisher/1802875 to your computer and use it in GitHub Desktop.
Save BretFisher/1802875 to your computer and use it in GitHub Desktop.
Build config for Sublime Text 2 using C# and .NET Framework 4 *without* Visual Studio installed
{
"cmd": ["C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\csc.exe", "$file"],
"working_dir": "${project_path:${folder:${file_path}}}",
"file_regex": "^(...*?)[(]([0-9]*),([0-9]*)[)]",
"selector": "source.cs"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment