Add missing wxString-related source files.

This commit is contained in:
Julio C. Rocha 2015-11-11 23:20:57 -08:00
parent c6f240577d
commit d9f3fa6457
2 changed files with 8 additions and 0 deletions

View File

@ -129,6 +129,8 @@
<ClCompile Include="src\common\strconv.cpp" /> <ClCompile Include="src\common\strconv.cpp" />
<ClCompile Include="src\common\stream.cpp" /> <ClCompile Include="src\common\stream.cpp" />
<ClCompile Include="src\common\string.cpp" /> <ClCompile Include="src\common\string.cpp" />
<ClCompile Include="src\common\stringimpl.cpp" />
<ClCompile Include="src\common\stringops.cpp" />
<ClCompile Include="src\common\strvararg.cpp" /> <ClCompile Include="src\common\strvararg.cpp" />
<ClCompile Include="src\common\sysopt.cpp" /> <ClCompile Include="src\common\sysopt.cpp" />
<ClCompile Include="src\common\tarstrm.cpp" /> <ClCompile Include="src\common\tarstrm.cpp" />

View File

@ -333,6 +333,12 @@
<ClCompile Include="src\common\threadinfo.cpp"> <ClCompile Include="src\common\threadinfo.cpp">
<Filter>Common Sources</Filter> <Filter>Common Sources</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="src\common\stringimpl.cpp">
<Filter>Common Sources</Filter>
</ClCompile>
<ClCompile Include="src\common\stringops.cpp">
<Filter>Common Sources</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="src\msw\version.rc"> <ResourceCompile Include="src\msw\version.rc">