Hi, thanks for posting.
This is the same list of settings as provided in the NCrunch configuration window, though they are specified using their IDs rather than the full names. To get the ID of any particular configuration setting, just set the setting in your NCrunch client, then have a look at the configuration file to see how it's specified.
For example, inside the NCrunch .ncrunchsolution config file you might see something like:
Code:
<SolutionConfiguration>
<Settings>
<InferProjectReferencesUsingAssemblyNames>True</InferProjectReferencesUsingAssemblyNames>
</Settings>
</SolutionConfiguration>
The config setting above would be provided to the console tool using '-InferProjectReferencesUsingAssemblyNames true'.