I am working on a game engine right now. I am planning to use WPF as our UI for our level editor. I am trying to create a solution file with multiple projects in it. I have managed to create 2 projects ("shared library", "WindowsApp").
Is there any sample premake5 lua script out there how add/create a WPF projects to my sln?
Edited: Sorry I forgot to mention about premake. How to create wpf project with premake.