I guess You want to open a Delphi project file from a program (let me ask why ?) !?
Since dpr files are linked to Delphi You just have to call
ShellExecute(0, nil, 'c:\xyz\test.dpr', '', nil, SW_SHOWNORMAL);
hope this it what you wanted.
Regards
Roderich