Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

File metadata and controls

10 lines (7 loc) · 314 Bytes

UseExternalMSBuild

Use external MSBuild Script for Delphi XE7

Usage: UseMsBuildDelphi.py fullPathToProject.dproj

This will edit the dproj and add/modify these tags:

  • DCC_RemoteDebug to true
  • DCC_UseMSBuildExternally to true

This is based on the article: https://support.embarcadero.com/article/44279