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

Current options are:

SectionKeyDescription
ProjectsIncludeHelpersInDirectoryin which folder helper classes? should be included
PreservationDiffParameterswhich parameters should be passed to diff.exe
PreservationPatchParameterswhich parameters should be passed to patch.exe
FilesDefaultExcludeswhich 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