Hi,
I am trying to persist the C# carraige return (\r\n) directive in a app settings file. The designer however is escaping the sequence to (\r\n) , a behaviour I don't want.
I have manually modified the default value attritube in the settings.designer file ,but this only works for the life time of the application and then reverts to the escaped sequence.
Is there any way to store the literal in the settings file?