How to use TFS 2008 with Delphi 7 via MSBuild -
has had luck using msbuild delphi 7 part of tfs 2008 (microsoft team foundation server 2008) integration? curious if possible, , if is, necessary set up.
thanks!
update: aware later versions of delphi use msbuild, appear right upgrading isn't option.
to use msbuild delphi 7, must first produce representative .dproj file bearing correct xml markup (as seen in later versions of delphi). if construct them properly, msbuild recognize them, , (as directed in xml markup) place appropriate calls delphi 7 compiler. it's simple enough, takes lot of effort manually produce .dproj markup!
edit: this guy offers apparently-functional automated solution problem, available on request!
Comments
Post a Comment