VS2008 VB project - Changing application type automatically adds references

Posted by Stijn on Super User See other posts from Super User or by Stijn
Published on 2010-04-02T09:04:38Z Indexed on 2010/04/02 9:13 UTC
Read the original article Hit count: 399

Visual Basic

Create a new project with the Empty Project template (Visual Basic -> Windows)

Go to the project properties, and change the Application type by choosing something else or reselecting Windows Forms Application.

When reselecting, Visual Studio will automatically add references to System.Deployment, System.Drawing and System.Windows.Forms

C#

Create a new project with the Empty Project template (Visual C# -> Windows)

Go to the project properties, and change the Application type to any of the choices. Visual studio will not add references.

Question

Is there a way to change this behaviour for Visual Basic?

© Super User or respective owner

VS2008 VB project - Changing application type automatically adds references

Posted by Stijn on Stack Overflow See other posts from Stack Overflow or by Stijn
Published on 2010-04-02T09:04:38Z Indexed on 2010/04/02 21:53 UTC
Read the original article Hit count: 399

Visual Basic

Create a new project with the Empty Project template (Visual Basic -> Windows)

Go to the project properties, and change the Application type by choosing something else or reselecting Windows Forms Application.

When reselecting, Visual Studio will automatically add references to System.Deployment, System.Drawing and System.Windows.Forms

C#

Create a new project with the Empty Project template (Visual C# -> Windows)

Go to the project properties, and change the Application type to any of the choices. Visual studio will not add references.

Question

Is there a way to change this behaviour for Visual Basic?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about references