I don´t think so, but you can create Configurations other than Debug and
Release and in each configuration define some conditional compilation
constants such as TEST_FEATURE1=True. Then, in your source code you can use
those conditional compilation constants (#If TEST_FEATURE1 Then) to
enable/disable features.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
>I would like my Add-in to add properties to the build configuration
>(Project Menu -> Properties -> Configuration Properties) so that I can
>create build configurations that selectively run features of my Add-in. I
>can only find information about how to create Tools -> Options property
>pages. Does anyone know if what I want to do is possible?
Stephen Hewlett - 05 Sep 2005 22:46 GMT
Thank you, that's a better way to do it anyway.
>I don´t think so, but you can create Configurations other than Debug and
>Release and in each configuration define some conditional compilation
[quoted text clipped - 6 lines]
>>can only find information about how to create Tools -> Options property
>>pages. Does anyone know if what I want to do is possible?