Reputation:
I want to write a library to practice my programming in general. So what I've been doing is to create a console app so that I can see its output but how do i turn this into a dll? Do note im running linux and using monodevelop. I cant seem to find anything online. Thanks!
Upvotes: 0
Views: 132
Reputation: 74209
Open the Project Options:
Project Options
-> Build
-> General
Under Code Generation
, change the Compile Target
to Library
Upvotes: 1