Move wxPropertyGrid internal stuff to the separate private header
This commit is contained in:
parent
623591823d
commit
3142e028b2
19 changed files with 225 additions and 215 deletions
|
|
@ -503,6 +503,7 @@
|
|||
<ClInclude Include="..\..\include\wx\propgrid\propgridiface.h" />
|
||||
<ClInclude Include="..\..\include\wx\propgrid\propgridpagestate.h" />
|
||||
<ClInclude Include="..\..\include\wx\propgrid\props.h" />
|
||||
<ClInclude Include="..\..\include\wx\propgrid\private.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
|||
|
|
@ -83,6 +83,9 @@
|
|||
<ClInclude Include="..\..\include\wx\propgrid\props.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\propgrid\private.h">
|
||||
<Filter>Common Headers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="..\..\include\wx\msw\setup.h">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue