Add missing wxString-related source files.
This commit is contained in:
parent
c6f240577d
commit
d9f3fa6457
|
@ -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" />
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue