From 028edf2b146b534287b427b07837d555a22dd5c5 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 29 Jul 2026 16:19:37 -0700 Subject: [PATCH] ILE: Restore per-laser Power Enable property Define SHOW_LASER_ENABLE_PROPERTY in both Debug and Release configs so the per-laser-line "-Power Enable" property is registered again. The property was compiled out in e0e33fc9d by gating its creation behind this never-defined macro; all supporting code (OnEnable, LasersState_.Enable_, g_LaserEnable* constants) was left intact. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../IntegratedLaserEngine/IntegratedLaserEngine.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeviceAdapters/IntegratedLaserEngine/IntegratedLaserEngine.vcxproj b/DeviceAdapters/IntegratedLaserEngine/IntegratedLaserEngine.vcxproj index b2fb25807..dc2f7426e 100644 --- a/DeviceAdapters/IntegratedLaserEngine/IntegratedLaserEngine.vcxproj +++ b/DeviceAdapters/IntegratedLaserEngine/IntegratedLaserEngine.vcxproj @@ -66,7 +66,7 @@ Disabled $(MM_3RDPARTYPUBLIC)/boost-versions/boost_1_77_0;$(MM_3RDPARTYPRIVATE)/Andor/ALC/SDK2.5/Include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SHOW_LASER_ENABLE_PROPERTY;%(PreprocessorDefinitions) EnableFastChecks true @@ -85,7 +85,7 @@ $(MM_3RDPARTYPUBLIC)/boost-versions/boost_1_77_0;$(MM_3RDPARTYPRIVATE)/Andor/ALC/SDK2.5/Include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SHOW_LASER_ENABLE_PROPERTY;%(PreprocessorDefinitions) true