diff options
Diffstat (limited to 'CruUI/CruUI.vcxproj')
| -rw-r--r-- | CruUI/CruUI.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CruUI/CruUI.vcxproj b/CruUI/CruUI.vcxproj index 78e24f9b..3d15905b 100644 --- a/CruUI/CruUI.vcxproj +++ b/CruUI/CruUI.vcxproj @@ -166,6 +166,7 @@ <ClInclude Include="global_macros.h" /> <ClInclude Include="ui\controls\button.h" /> <ClInclude Include="ui\controls\linear_layout.h" /> + <ClInclude Include="ui\controls\margin_container.h" /> <ClInclude Include="ui\controls\text_block.h" /> <ClInclude Include="ui\controls\toggle_button.h" /> <ClInclude Include="ui\events\ui_event.h" /> @@ -179,6 +180,7 @@ <ClCompile Include="exception.cpp" /> <ClCompile Include="ui\animations\animation.cpp" /> <ClCompile Include="ui\controls\button.cpp" /> + <ClCompile Include="ui\controls\margin_container.cpp" /> <ClCompile Include="ui\layout_base.cpp" /> <ClCompile Include="main.cpp" /> <ClCompile Include="graph\graph.cpp" /> |
