Java Parser: process \r\n to \n

I have a .properties file with some '\r\n'. When parser it into Passolo 2016, The '\r\n' are parsed to CR symbols. but after target generation. they are converted to '\n' instead of '\r\n'. How to resolve this issue?