Hello,
I am facing a problem in creating setup project in C# window applications.
Actually I have made two pojects, one fee managment system and library management system. In library management project i have merged the fees management project, so that i can reuse Student entry and updation forms in library management project. It is working fine. But when i am creating the setup for library management project it adds the EXE file of fees project in library project setup, so when i install it on any computer, it makes EXE files for both library management and fees management.
I want that when i install setup for library management, it must not install exe file of fees management.
Please solve my problem.
Thanks