I'm pretty new to the world of programming and I started with Delphi XE7 a couple of months ago, it turns out that now I want to upload my project to Github so that a friend can see it and in turn edit it and such.
What do I have to upload specifically to Github so that it can be opened and compiled without problems?
I think I should upload .dproj, .pas, .dfm, .fmx files. I am right?
PS: The project is a Multidevice Application
The standard tips files for delphi projects are as follows:
These are the ones that come to mind now, maybe I left some.
You should upload all files that ARE NOT COMPILED and you can skip the ones that are temporary options. According to the list above you should upload the following:
pas dfm fmx dpr dproj res dpk bpg groupproj bdsproj dcr xml deployproj ico icns
Update : In addition to those related to Delphi, if you have used other external files in your project (such as image files that you load from disk, local Database files,...) you must also add them.