Link to home
Start Free TrialLog in
Avatar of kostany
kostany

asked on

Project Properties in Visual Studio .NET

I would like to add a namespace to my Windows Application project such that it is available to all modules. I understand that I should go to Project Properties>Common Properties>Imports and add the namespace. The trouble is that "Imports" is not listed under Common Properties. All that I find listed there are Startup Project, Project Dependencies, Debug Source Files and Debug Symbol Files.

In books on VB.NET I have seen many other options listed under Common Properties as well. How do I get a more complete list of Common Properties? I am using Visual Studio .NET 2003.
ASKER CERTIFIED SOLUTION
Avatar of mjwills
mjwills

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kostany
kostany

ASKER

Right you are. I feel a little foolish but I'm glad to have the problem solved. Thanks.