Add new XRC headers to the core project too.

Closes #15942.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-02-04 15:59:57 +00:00
parent 9d05d9a009
commit 202678e048
2 changed files with 16 additions and 0 deletions

View File

@@ -1642,6 +1642,8 @@
<ClInclude Include="..\..\include\wx\wxhtml.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_all.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_animatctrl.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_auinotbk.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_auitoolb.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_bannerwindow.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_bmp.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_bmpbt.h" />
@@ -1682,6 +1684,8 @@
<ClInclude Include="..\..\include\wx\xrc\xh_propdlg.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_radbt.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_radbx.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_ribbon.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_richtext.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_scrol.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_scwin.h" />
<ClInclude Include="..\..\include\wx\xrc\xh_sizer.h" />

View File

@@ -2332,6 +2332,12 @@
<ClInclude Include="..\..\include\wx\xrc\xh_animatctrl.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_auinotbk.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_auitoolb.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_bannerwindow.h">
<Filter>Common Headers</Filter>
</ClInclude>
@@ -2452,6 +2458,12 @@
<ClInclude Include="..\..\include\wx\xrc\xh_radbx.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_ribbon.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_richtext.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\xrc\xh_scrol.h">
<Filter>Common Headers</Filter>
</ClInclude>