As Cableguy wrote, you add your code saved as a text file.
The text file will be copied to the application folder.
Unlike the dll files there is no need to distribute the code with your compiled application as it will be compiled (to the same EXE file).
It is also useful for large projects, to allow you to separate the code into several files.