Hi, I have to seperate C# projects!
Project 1 and project 2
Project 1 contains form1 and project 2 contains form2. What I did is, I have merged these two projects solution.
And I have created a button in form1, which when clicked opens form2 from project2.
When I compile these I get two .exe, one for form1 and one for form2. How to make it to only one .exe?
Is it possible?