jpimbert / VBAToolKit

Toolkit for quality development with Excel VBA
150 stars 46 forks source link

VBAToolKit reference is not activated in new projects #8

Closed jpimbert closed 9 years ago

jpimbert commented 11 years ago

Incomplete Fix of Issue#5

To take into account at creation and recreation of projects (except for VBAToolKit itself)

To fix in the same time as the project recreation enhancement

lucas-v commented 10 years ago

What is there to fix exactly ?

jpimbert commented 10 years ago

Nothing. Normally taken into account in the xmlConfiguration branch. I have to check.

jpimbert commented 10 years ago

VBAToolKit must be referenced only in DEV configuration. Currently, the DEV configuration is named _DEV. A possible enhancement is to add a boolean property "forDevelopment" to each configuration, and set the VBAToolKit reference accordingly. This behavior must be implemented :

jpimbert commented 9 years ago

Not sured when it was fixed, now it's the case.