Project Properties allow you to manage certain settings on a project by project basis. To access the Project Properties go to File->Properties
Allows you define extra external .NET Assemblies to load into the current App Domain on Project Load.
Used to disable SSL Certificate checking and if True will accept all certificates.
Properties are a Collection of Key/Value pairs that you can add to your Project. These are useful in Dynamic Columns and Project Automation where you want to store configuration values that can be changed easily by the user.
If True (default) causes the Sync to fail on the first error, otherwise the Sync continues.
Sets the Sync Mode of operation to one of the supported sync modes.
If True (default) causes the Compare Engine to ignore case differences in string data.
If True (default) Empty Strings and NULL values are the same.
If True (default) causes the Compare Engine to strip out invalid Xml characters before comparing string data.
Uses the following RegEx expression to remove invalid Xml Characters.
[^\x09\x0A\x0D\x20-\xD7FF\xE000-\xFFFD\x10000-x10FFFF]
If True (default) causes the Compare Engine to ignore any white-space differences in string data.