C#C
C#2y ago
abdesamed

Common Library GUI & CLI clients

Hi,
I'm starting projects that have several separate sub projects; Server, Windows Client, CLI Client, Flutter Client. I want the the Windows and the CLI clients to share the common logic. the way I saw it done is to create a common class library project within the same solution as the GUI and CLI projects. however I don't want to change the current structure of separate folder for each project. how can I solve this
Was this page helpful?