mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
10 lines
201 B
TOML
10 lines
201 B
TOML
namespace = "Devolutions.IronRdp"
|
|
native_lib = "DevolutionsIronRdp"
|
|
|
|
[exceptions]
|
|
trim_suffix = "Error"
|
|
error_message_method = "ToDisplay"
|
|
|
|
[properties]
|
|
setters_prefix = "set_"
|
|
getters_prefix = "get_"
|