Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
1.44/5 (3 votes)
See more:
Hi,

I have a solution with 2 projects, I need a dll file of the second project.
Both projects are console application projects
I have searched in google but I couldn't find the solution.
Please let me know how to create a dll file for second project.
Posted
Comments
Richard C Bishop 29-Mar-13 12:15pm    
There is no information you provided that anyone could even offer any sort of help to.

Each project will get created as a dll or an exe. If you need dll specifically you'll need to move your code into a Class Library Project.
 
Share this answer
 
Hi,

Open your second project, go to Properties -> Application and change the Output type into "Class Library".

Hope this helps.
 
Share this answer
 
Comments
sri4dotnet 29-Mar-13 12:25pm    
Thank you. that solves my problem
Thomas Daniels 29-Mar-13 12:27pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900