Data class used for storing parsed response file data.
| Property | Description | 
|---|---|
| Defines | Array of define symbols. | 
| Errors | Error messages that occurred during parsing the response file. | 
| FullPathReferences | Array of absolute path reference to assemblies that should be referenced to the assemblies. | 
| OtherArguments | Additional compiler options written as is in the response file. | 
| Unsafe | Where 'unsafe' code is allowed when compiling scripts. |