How do I set up a wpf projects for visual studio? (premake5) -
i working on game engine right now. planning use wpf our ui our level editor. trying create solution file multiple projects in it. have managed create 2 projects ("shared library", "windowsapp").
is there sample premake5 lua script out there how add/create wpf projects sln?
edited: sorry forgot mention premake. how create wpf project premake.
just create blank solution , add new projects it. in "new project" window can filter out wpf template projects typing "wpf" in upper-right search box.
more info:
https://msdn.microsoft.com/en-us/library/ms752299(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/bb546958(v=vs.110).aspx