The easiest way to use Db4oTool is to include it directly into the build process. This will enable you to get a processed assembly immediately after a successful build. If you are using Visual Studio Compact Framework emulator, you will get the processed assembly straight into the emulator.
Use the following steps to enable Db4oTool in Visual Studio project:
[path_to_Db4oTool_folder]/Db4oTools.exe [options] $(TargetPath)
if Db4oTool is included in your project's references, [path_to_Db4oTool_folder]
should be skipped. An example of this is included in the distribution in src/Db4oTool/Db4oTool.Example folder.
Possible usages:
[path_to_Db4oTool_folder]/Db4oTools.exe -nq $(TargetPath)
[path_to_Db4oTool_folder]/Db4oTools.exe -ta $(TargetPath)
[path_to_Db4oTool_folder]/Db4oTools.exe -ta -byname:MyClass $(TargetPath)
[path_to_Db4oTool_folder]/Db4oTools.exe -tp $(TargetPath)