* load ZipFile
makes it possible to directly load apk files
* use LoadFile for recursive zip opening
* set System.IO.Compression version
* keep identical format in AssetStudio.csproj
* try/catch the loading of each zip entry
* remove extra new line in FileReader.cs
* apply requested changes