class BUILD_INFO
Build specification
GENERATED FILE. Do not edit
note
	description: "Build specification"
	notes: "GENERATED FILE. Do not edit"
	author: "Python module: eiffel_loop.eiffel.build"
	date: "2025-05-04 8:57:58 GMT (Sunday 4th May 2025)"
	revision: "1"
		
		class
	BUILD_INFO
inherit
	EL_BUILD_INFO
create
	make
feature -- Constants
	App_compatibility_flags: STRING = ""
		-- For installed entry in registry key: CurrentVersion\AppCompatFlags\Layers
		-- Under: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT
	Build_number: NATURAL = 369
	Installation_sub_directory: DIR_PATH
		once
			Result := "Eiffel-Loop/test"
		end
	Version_number: NATURAL = 01_06_05
end