diff options
author | George Hazan <ghazan@miranda.im> | 2020-10-24 16:55:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-10-24 16:55:46 +0300 |
commit | e733ae39773abeb2c9bce9cb3e25812564506e6b (patch) | |
tree | 1b66d1d3f68b21ab7331bdac0112cf1d3fa85958 /src/mir_core/mir_core.vcxproj | |
parent | 3506ad40b99f33066288494bd49768cdebf9d78c (diff) |
CCtrlTreeOpts class moved to mir_core, to be reused later
Diffstat (limited to 'src/mir_core/mir_core.vcxproj')
-rw-r--r-- | src/mir_core/mir_core.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_core/mir_core.vcxproj b/src/mir_core/mir_core.vcxproj index cc9b147d49..642c3291d8 100644 --- a/src/mir_core/mir_core.vcxproj +++ b/src/mir_core/mir_core.vcxproj @@ -58,6 +58,7 @@ <ClCompile Include="src\CCtrlPages.cpp" />
<ClCompile Include="src\CCtrlRichEdit.cpp" />
<ClCompile Include="src\CCtrlSpin.cpp" />
+ <ClCompile Include="src\CCtrlTreeOpts.cpp" />
<ClCompile Include="src\CCtrlTreeView.cpp" />
<ClCompile Include="src\CDbLink.cpp" />
<ClCompile Include="src\CDlgBase.cpp" />
|