I am working on a project that requires me to build a .dll file in .NET framework 4.x I know this would be super easy if I were to use Visial Studio. But I have set my mind on using VS Code as my IDE. In theory Visual Studio "only" automates the creation of all sorts of metadata and references. So I figured it should be possible to do these things manually. Correct? Can anybody direct me to where I can find how to do that?
I am working on Windows 10.