开发者

compiling a visual studio solution file

开发者 https://www.devze.com 2023-02-05 17:02 出处:网络
I have downloaded a c# project and was told to compile it to make a DLL files !! can u tell me how !!? 开发者_运维百科

I have downloaded a c# project and was told to compile it to make a DLL files !! can u tell me how !!? 开发者_运维百科

I'm using VS2008

thank u


In Visual Studio, you open the project and check the Project Type. If the project type is Class Library, then click Build->Build Solution.

If you are compiling from the Command Line, then I'd recommend this link.


If you use Visual Studio:

Right click Project name (in Solution Explorer), select Properties and in the Output Type combobox select Class Library.

0

精彩评论

暂无评论...
验证码 换一张
取 消