JanettOptions - mehdimo/janett GitHub Wiki

janett.options file is .ini like file (java properties with sections)

Current options are:

Section        Key                         Description
-------------- --------------------------- -----------------------------------------------------------------------
Projects       IncludeHelpersInDirectory   in which folder helper classes should be included
Preservation   DiffParameters              which parameters should be passed to diff.exe
Preservation   PatchParameters             which parameters should be passed to patch.exe
Files          DefaultExcludes             which folders / files should be excluded from translation process

in References section we specify namespace / assembly pairs. For example:

NUnit.Framework=nunit.framework

means: if resulting code uses classes from NUnit.Framework namespace, add reference to nunit.framework assembly