project settings and extensibility

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

any you may know in vs2005 (possibly early versions) that you can click on
the propertys folder in the solution explorer then click on the settings tab
and add a setting for your project/application.

What i would like to know is there some way of getting at this from the
Extensibility interface?

i.e. something like
EnvDTE.Project activeProject = GetActiveProject();
activeProject.Settings <--- is this possible somehow?


Backgound: I've written a studio addin that increments the build number of
..net projects automatically when the project is compiled. I would like to use
the project settings file to remember if this "AutoIncrement" feature is on
or off.
Hey i can always remember it somewhere else but i would like to use the
settings if this is possible.

thanks in advance
brian keating
 

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