I am trying to build Ironruby for VS 2008 but the project files require VS 2010 and .net 4.0. Unfortunately I cannot use that as we are building a windows Compact Embedded 7 app which uses VS 2008/.net 3.5.
From what I understand the mono implementation just requires .net 2.0 (which would be sufficient for us). But I do not want to use Mono, so how do I go about to build against .net 3.5 instead?