.PROJECT File Extension
Eclipse Project Settings File
Developer | Eclipse |
Popularity |
3.4 | 28 Votes |
What is a PROJECT file?
File created by Eclipse when creating a new project; saved in an XML format and contains the project name, build specifications, and dependencies; used for saving and loading projects into the Eclipse IDE; uses the filename .prefix.
Programs that open or reference PROJECT files
Defold Project Settings File
Developer | Defold Foundation |
Popularity |
3.7 | 3 Votes |
A game.project file is a settings file used by a Defold game engine project. It contains text that specifies how a game is loaded, what dependencies and custom resources the game contains, what type of physics the game uses, and other settings. Defold projects must always contain a game.project file, or they will not open correctly in Defold.
More Information
Defold is a free, cross-platform 2D and 3D game development environment. When a developer creates a new Defold project, the program automatically creates a game.project file that resides in the project's root folder. The game.project file contains metadata about the project, such as its title and version, as well as project-level settings that control how the project is loaded and managed in Defold.
For example, if you wanted to share assets used in one game with another, you could use your game.project file's library → Include Dirs setting to specify what folders you want to share with other projects. Then, those folders (and only those folders) would be available to use as a dependency in another game.project file.
Common PROJECT Filenames
game.project - The name of Defold's PROJECT files. Defold PROJECT files must have this name to function correctly.
How to open a PROJECT file
Typically, you'll want to open your Defold project's game.project file in Defold (cross-platform). To do so, open the project your game.project file is included in and then select the file from Defold's Assets sidebar.
However, because game.project files are text files, you can also open and edit them in any text editor. For example, if you want to edit a project setting that is hidden in Defold, you can do so by opening and editing your game.project file in a text editor.