compile an extern cs file to my project

Jedhi

Well-known member
Joined
Oct 2, 2003
Messages
127
How do I compile an extern cs file together with my project.

Do I have to make a console writing csc file.cs or can I just do it in my library project ?
 
Do you mean at compile time or runtime?
If the former, then you can just add the CS file to your project.
 
Back
Top