If you just want to compile the code and generate the dll, see cdhowie's answer.
If you want to have a complete project file at the end, you can create a csproj file through XML or Text output that points to the code (and other) files you want to include, then run the msbuild myproject.csproj command. "
Open the .csproj file for the project that you have with notepad, the structure is not complicated.
TToni source share