Hi,
I'm working on SD about 6 month ago, it's a great IDE, I like it, congrats for providing us such a good thing :)
Actualy I have some tools I wrote with SD for MS Windows and framework .Net 3.5... I used WinForm for developing my GUI.
I try to make it work with my xubuntu server, which have mono 2.01 paquage running on it. I want to work on my windows XP for coding, and get the sames projects to build to run it as well on MS .NET 3.5 or on Mono 2.0... I figured I could switch the framework target to mono 2.0 as I rode it here:
http://community.sharpdevelop.net/blogs/mattward/archive/2005/10/12/SharpDevelopAndMono.aspx
But I cant find this option, I only have the MS framework... Apparently this option was present into SD 2.X and it was removed from 3.0 (so sad, that was a great functionnality...). Btw I search for a while, and then found a tutorial which explain how to compile addon mono for a use with SD. I do this, then now I can make GTK project, but I still want to make it work with my winform projects, cause I know the winform component and I dont want to learn how to use GTK components or rewrite my applications... I rode that i must modify my .csproj file in order to make it run on linux mono .Net but I still want to compile for MS .Net platform, and the manipulation is still boring to do every time I release a new version...
So finaly my question : Is there any means to switch the target framework with a gui, or a tool, or an addon, in order to build an executable that can be used on mono 2.0 on a linux machine...?
Thanks by advance for help !
Mike
PS : Sorry for my bad english... If I'm not "understandable" tell me, I will try to use other words to explain what is my problem !