Hi, I would like to know if there is a better way to add a new project reference to the llblGen generated project ?
Right now I changed the file vsnet2005ProjectFile.template to include this :
...
<Reference Include="System.Configuration">
<Name>System.Configuration</Name>
</Reference>
....
So in an other template I can use the system.configuration.Manager...
tx