Skip to content

Commit

Permalink
#5174: Add new file to VC++ projet
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 6, 2020
1 parent 7fbb58c commit f708ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/msvc/libs.vcxproj
Expand Up @@ -202,6 +202,7 @@
<ClInclude Include="..\..\libs\stream\utils.h" />
<ClInclude Include="..\..\libs\string\case_conv.h" />
<ClInclude Include="..\..\libs\string\convert.h" />
<ClInclude Include="..\..\libs\string\encoding.h" />
<ClInclude Include="..\..\libs\string\join.h" />
<ClInclude Include="..\..\libs\string\predicate.h" />
<ClInclude Include="..\..\libs\string\replace.h" />
Expand Down
3 changes: 3 additions & 0 deletions tools/msvc/libs.vcxproj.filters
Expand Up @@ -181,6 +181,9 @@
<Filter>render</Filter>
</ClInclude>
<ClInclude Include="..\..\libs\KeyValueStore.h" />
<ClInclude Include="..\..\libs\string\encoding.h">
<Filter>string</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="util">
Expand Down

0 comments on commit f708ef7

Please sign in to comment.