Skip to content
Daniel Tumelo edited this page Jan 15, 2019 · 2 revisions

Welcome to the _0rison wiki!

0rison can be used in almost any code editor that can compile C#, but personally I prefer to use Visual Studio on Windows.

First you’re going to need the latest version of 0rison. The download includes all the source, and a .csproj file which will be the main way you’ll be hooking it up to Visual Studio.

Next you want to open Visual Studio and create a new project.

Select a Console Application (a Windows Application also works) in the Visual C# category.

Create the project and in the Solution Explorer right click on the Solution and go to Add, Existing Project…

Find the 0rison.csproj file that you just downloaded and select it and click Open.

Your Solution Explorer should now have 0rison in it. Almost done!

Under your main project , right-click on References and choose Add Reference…

In the Solution, Projects category you should see 0rison. Check the box to the left of it, and then click OK

You should now see 0rison in the list of references in your project

Clone this wiki locally