class Rake::Delphi::RAD2007VersionInfo
Public Instance Methods
_ext()
click to toggle source
# File lib/rake/delphi/projectinfo.rb, line 81 def _ext return 'dproj' end
get_versioninfo_tag(content)
click to toggle source
# File lib/rake/delphi/projectinfo.rb, line 85 def get_versioninfo_tag(content) # .dproj file has more nesting levels return content['ProjectExtensions']['BorlandProject']['BorlandProject'] if content end