I wanted to invest a few hours to create a batch file that creates the base compiling and deployment setup for our Delphi2010 environment on a new computer. My deployment procedure uses msbuild so I think I need the dproj files for this task. These files are not checked into our svn system and are normally created on the fly by the Delphi environment when the project is opened the first time (this is what I want to do in a batch file...).
Any clue how that can be done via the command line? Or is there any tool that is able to do that (I found dprojMaker but the links on google are broken...)