the zip file does not contain it but in my pc it exists.
i used export as zip for you and it does not contain but in reality it exists and still not work :/
Don't ignore the warnings. They told you that you haven't added the file to files tab. The solution is to click on the Sync button.
About the list issue. See the values with the debugger:
You can see that there is an encoding issue.
Either change the encoding to UTF8 or use TextReader to read the file with the correct encoding. Tip: use Notepad++ to edit the file and change the encoding.