Skip to content

jinweijie/sublime-text-2-csharp-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages