I was interested in the idea of writing cross platform C# app. What I found is that putting the common functionality is a shared project, and then every GUI platform in its own project. In my example I used WPF for windows GUI and GTK# for linux. Works kinda nice.
https://github.com/sebnil/CrossPlatformCsharpExperiment
Lämna ett svar