I am looking for a list of all file types that can be associated to a Delphi project (all versions of Delphi), more specifically all file types that should be under source control.
This site doesn't mention Delphi 2009 so I'm not sure if there may be new file types.
Is there maybe such a list directly from Codegear?
Putting all the answers together, here is a list:
Files -> Source Control
- .bdsgroup - Project Group
- .bdsproj - Project
- .bpg - Project Group
- .cfg - Project Configuration
- .dfm - Delphi Form
- .dof - Project Options
- .dpk - Package
- .dpr - Project
- .dproj - Project
- .pas - Pascal File
- .res - Resource File
- .todo - IDE Todo
I am not sure about these: Should they be included?
- .dem
- .dro
- .local
Maybe there is anything still missing?