.Net Build System for Sublime Text 2

by jinweijie on June 1, 2012

Sublime text 2 is a great text editor that every develop should get a copy at least give a try.

I create a build script for .net in sublime text 2. It can do the following things:

  • Build source code into .exe file under your sublime project folder recursively.
  • Add reference DLLs while building source code.

I put the build files, a sample and instructions on github, please visit: https://github.com/jinweijie/sublime-text-2-csharp-build

{ 1 comment… read it below or add one }

glenn August 2, 2012 at 4:48 am

Jin,
this was cool. Thanks
glenn

Leave a Comment

Previous post:

Next post: