mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 07:30:43 -05:00
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"AppSettings": {
|
|
"Debug": false,
|
|
"SilentMode": true
|
|
},
|
|
"Remapper": {
|
|
"AssemblyPath": "",
|
|
"OutputPath": "",
|
|
"MappingPath": "",
|
|
"UseProjectMappings": false,
|
|
"MappingSettings": {
|
|
"RenameFields": true,
|
|
"RenameProperties": true,
|
|
"Publicize": true,
|
|
"Unseal": true
|
|
},
|
|
"TokensToMatch": [
|
|
"Class",
|
|
"GClass",
|
|
"GStruct",
|
|
"GControl",
|
|
"ValueStruct",
|
|
"Interface",
|
|
"GInterface"
|
|
]
|
|
}
|
|
} |