00:00
00:00
Newgrounds Background Image Theme

Thrll just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

In a C# solution, how do I add an .EXE project to a solution of DLL project's?

592 Views | 0 Replies
New Topic Respond to this Topic

In a C# solution, how do I add an .EXE project to a solution of DLL project's?


This is using Microsoft Visual Studio Professional


I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So there is the opportunity to use the dll's to display WPF style UI as long as I properly create a new project for the solution. And this is what I am asking. What are the steps involved in creating a new project in the solution that is an executable and loads the DLL's and displays the UI'S?