Sunday, November 14, 2010

Mini Compiler

Project Description
The Mini CSHarp Compiler application compiles single C# class files (.cs) into Windows Forms or Console applications. The compiler provides some very basic properties, such as assembly information and an application icon.
Inspired by the awesome free Snippet Compiler tool, the Mini Compiler application makes use of the open source ICSharpCode.TextEditor library, which is part of the SharpDevelop 3.2 IDE.
Screen Shot
FileDownload.aspx?ProjectName=minicompiler&DownloadId=166671

Read more: Codeplex