[idd] helper: add mode edit controls

This commit is contained in:
Quantum
2025-10-04 03:33:53 -04:00
committed by Geoffrey McRae
parent 569619384c
commit 124b4742e0
5 changed files with 70 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ItemGroup>
<ClCompile Include="$(SolutionDir)LGCommon\*.cpp" />
<ClCompile Include="CConfigWindow.cpp" />
<ClCompile Include="CEditWidget.cpp" />
<ClCompile Include="CGroupBox.cpp" />
<ClCompile Include="CListBox.cpp" />
<ClCompile Include="CNotifyWindow.cpp" />
@@ -194,6 +195,7 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ItemGroup>
<CLInclude Include="$(SolutionDir)LGCommon\*.h" />
<ClInclude Include="CConfigWindow.h" />
<ClInclude Include="CEditWidget.h" />
<ClInclude Include="CGroupBox.h" />
<ClInclude Include="CListBox.h" />
<ClInclude Include="CNotifyWindow.h" />