2.4.4. Configurations, Settings (C#)

2.4.4.1. Code Generation and Warnings
2.4.4.1.1. Compile Target

Select what type of program the project should be compiled to: Exe, WinExe, or Library

2.4.4.1.2. Define Symbols

Extra compiler command-line directives i.e. /DEBUG

2.4.4.1.3. Main class

The starting Class for the application.

2.4.4.1.4. Win32Icon

A path and file link to the Project's icon for a Win32 application.

2.4.4.1.5. Generate overflow checks

2.4.4.1.6. Allow 'unsafe' code

2.4.4.1.7. Treat warnings as errors

2.4.4.1.8. Enable optimizations

2.4.4.1.9. Emit debugging information

2.4.4.1.10. Generate xml documentation

2.4.4.1.11. Warning level

2.4.4.2. Output
2.4.4.2.1. Assembly name

The name for the assembly

2.4.4.2.2. Output path

Directory to compile the Project to.