Entry point

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
C

csharpula csharp

Hello,
I am trying to add few projects but i want that only one of the projects
will have an entry point.
How can I do it?
 
Hi,

One should be the executable and the others should be configured as
libraries. Add references to the libraries from the executable, and in the
executable add the Main method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top