Technology
 

Talk:Delphi File Extensions

From Delphi Programming

[edit] .cfg files

I beg to differ re keeping the .cfg file in source control. This file will automatically be created by the IDE every time it saves the project. So why bother keeping it in source control? --Dummzeuch 15:21, 12 December 2006 (UTC)

The project configuration file contains project configuration settings. If you don't keep it in source control then any changes you made to the configuration will be reset to defaults when the IDE recrreates the file. Eddie 15:38, 12 December 2006 (UTC)
My experience is that the IDE overwrites that file and you lose any manual changes you may have made. I haven't checked that with the latest Delphi versions though, maybe this has changed.--Dummzeuch 12:29, 13 December 2006 (UTC)