How do I make a C# DLL?
Use the/target:library
compiler option.
In Visual Studio,
- open the Project File's property page;
- open CommonProperties -> General -> Output Type;
- change the output type to class library;
- build the application to create a .dll file.
No comments :
Post a Comment