Is it possible, without changing the source, to combine a C # project with a monodeveloper that was written in Visual Studio?

There is an open source project written in Visual Studio for Windows. I need to modify it to fit my needs, I’ll probably run it under Windows, now I’m working on a virtual machine in Windows, but this is not very convenient (there isn’t enough RAM, it hangs often until you restart hard ...) I would like to move the whole project to Monodeveloper to run and develop under Linux. In the project Gui via wpf implemented. There is a lot more then (I did not even understand everything), many third-party libraries and other things ... If anyone is interested in more detail, here is a link to the project

I would like to migrate while maintaining compatibility with windows

  • The main problem is WPF, it is windows only. If you can redo your gui, then the transfer task is simplified. - Vasek

0