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.
 
Back
Top