Note: Working with projects is available to registered users only.
Antechinus allows you to create projects comprising several source files, and to add source files to or remove files from existing projects.
Antechinus will create FirstProject.mak, which contains the project settings, and FirstProject.cs file containing a simple class. All the files belonging to your project will be listed in the Project Tree pane, and you can open them by double-clicking on them.
Console.WriteLine("My first Project");
For projects Antechinus uses the NMake utility to invoke the C# compiler, and calls the compiler directly for single files. If you wish to compile individual files into applications you need to close the project first.