Any way to add my C# project as a reference in IronPython / IronRuby?
- by Jason
I know how to reference an existing .dll to IronPython, but is there any way to add my project as a reference like I can between Visual Studio projects?
Or is it best practice to create a separate class library?