preller / sublime-text-2-csharp-build

c# build for sublime text 2 using csc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Sublimetext-2-csharp-build is a build system for Sublime Text 2.

The build supports compiling C# codes in the project workspace recursively. Also supports multiple DLLs references.

Installation

Copy the CSharpBuild.sublime-build and sublimetext_csharp_builder.bat to the Sublime Text 2 installation folder, under: Data/Packages/User.

If there's no Visual Studio installed on your machine, extra steps are needed to configure system variables.

Usage

  1. Open Main.cs file in sample_app folder with Sublime Text 2.
  2. Hit Ctrl + B to see the result.

Customization

The default reference search path is Lib and the default output path is Output. You can modify the CSharpBuild.sublime-build file to change them.

About

c# build for sublime text 2 using csc.