Skip to content

Instantly share code, notes, and snippets.

@alexbeletsky
Created February 15, 2012 15:32
Show Gist options
  • Save alexbeletsky/1836711 to your computer and use it in GitHub Desktop.
Save alexbeletsky/1836711 to your computer and use it in GitHub Desktop.
Sublime Text 2 Build System for .NET solutions
{
"shell": true,
"working_dir": "${project_path:${folder}}",
"cmd": ["%WINDIR%\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild", "${project_base_name}.sln"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment