What is an IPR file?
IPR file is a project file created with the Java IDE IntelliJ IDEA. All the information related to project settings such as directory structure, source code files, libraries included in the project, and compiler settings are stored in the IPR files. When a project is opened from within IntelliJ IDEA, the IDE reads the information in the IPR file and loads the corresponding files and settings. IPR files have been replaced by the .IDEA files that contains all the information as Settings Directory.
IPR File Format
IPR files are saved in the universally understandable XML file format that is human readable. It contains all the project related information in tags that are loaded for displaying project related contents.
Since IPR files are stored in XML file format, these can be opened in any text editor such as Notepad, Notepad++, Atom, and Apple TextEdit.