Project output

  • Thread starter Thread starter Davis
  • Start date Start date
D

Davis

Hi, I've used the wizard to create a PPC 03 exe but now decided
i want the project to be a dll. How do you set what the target type
is dll or exe?
 
You didn't say whether you are using VS.NET 2003 or VS.NET 2005.

VS.NET 2003.
Right click project, choose properties, under Common Properties\General set
the Output type to Class Library.

VS.NET 2005.
Right click project, choose properties, under Application set the Output
type to Class Library.

Simon.
 
Hi, many thanks

Simon Hart said:
You didn't say whether you are using VS.NET 2003 or VS.NET 2005.

VS.NET 2003.
Right click project, choose properties, under Common Properties\General
set the Output type to Class Library.

VS.NET 2005.
Right click project, choose properties, under Application set the Output
type to Class Library.

Simon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top