I need to take some resources from SOURCE.PRI file, modify certain values, then create TARGET.PRI file, which has the exact same content as SOURCE.PRI, except the modified values mentioned above.
There are a couple of PRI file extensions, I am referring to the compiled resource files used by Windows Store apps (more info).
I am assuming that, since .PRI files are already compiled, there is no way to read them, character by character, with simple text parser.
Therefore, I am looking for a way to compile and decompile the .PRI file.
Did anyone find a way to do this?
makepri.exe dump
– GoinesMakePri.exe dump /if C:\MyApp\resources.pri
– Valenciavalenciennes