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
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