[idd] helper: add basic group box around mode config

This commit is contained in:
Quantum
2025-09-23 02:03:41 -04:00
committed by Geoffrey McRae
parent 7a3833782c
commit ab6e2c89d5
6 changed files with 39 additions and 3 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="CGroupBox.cpp" />
<ClCompile Include="CListBox.cpp" />
<ClCompile Include="CNotifyWindow.cpp" />
<ClCompile Include="CPipeClient.cpp" />
@@ -193,6 +194,7 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ItemGroup>
<CLInclude Include="$(SolutionDir)LGCommon\*.h" />
<ClInclude Include="CConfigWindow.h" />
<ClInclude Include="CGroupBox.h" />
<ClInclude Include="CListBox.h" />
<ClInclude Include="CNotifyWindow.h" />
<ClInclude Include="CPipeClient.h" />