Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 754 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 754 Bytes

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.