Not sure what "preserve" means. Looking at my old code (from 2017) I see:
1) "FirebirdSql.Data.FirebirdClient" listed in Visual Studio -> References.
2) "using FirebirdSql.Data.FirebirdClient" at the top of the code.
3) "fbclient.dll" is in the folder -> ...\bin\Debug\fb\
For a new program, I always did 1) and 2), then copied
"fbclient.dll" to the new program.
4) For my existing program, do I just leave 1) and 2) alone?
5) Copy the new
"fbclient.dll" to the
...\bin\Debug\fb\
folder?
6) Add "engine13.dll" to a ...\bin\Debug\plugins\ folder?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~