Skip to content

Instantly share code, notes, and snippets.

@benhoIIand
Last active December 13, 2015 21:19
Show Gist options
  • Save benhoIIand/4976725 to your computer and use it in GitHub Desktop.
Save benhoIIand/4976725 to your computer and use it in GitHub Desktop.
A Sublime build setting for a .NET project
{
"shell": true,
"working_dir": "${project_path:${folder}}",
"cmd": ["%WINDIR%\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild", "C:\\PATH_TO_SOLUTION\\solution.sln"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment