Update MSBuild wxHTML project to match the old MSVC one

The MSBuild project was not updated in c5d29608b1
so do it now, using upmake.

See #16923.
This commit is contained in:
Vadim Zeitlin
2015-10-03 00:54:01 +02:00
parent ebd33579fd
commit a3fc5c5400
2 changed files with 4 additions and 0 deletions

View File

@@ -482,6 +482,7 @@
<ClCompile Include="..\..\src\html\m_tables.cpp" />
<ClCompile Include="..\..\src\html\styleparams.cpp" />
<ClCompile Include="..\..\src\html\winpars.cpp" />
<ClCompile Include="..\..\src\html\chm.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\src\msw\version.rc">

View File

@@ -33,6 +33,9 @@
<ClCompile Include="..\..\src\generic\htmllbox.cpp">
<Filter>Generic Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\html\chm.cpp">
<Filter>wxHTML Sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\html\helpctrl.cpp">
<Filter>wxHTML Sources</Filter>
</ClCompile>