diff options
| -rw-r--r-- | zenhttp/zenhttp.vcxproj | 1 | ||||
| -rw-r--r-- | zenhttp/zenhttp.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/zenhttp/zenhttp.vcxproj b/zenhttp/zenhttp.vcxproj index 722944b21..3536d1929 100644 --- a/zenhttp/zenhttp.vcxproj +++ b/zenhttp/zenhttp.vcxproj @@ -107,6 +107,7 @@ <ClInclude Include="httpsys.h" /> <ClInclude Include="httpuws.h" /> <ClInclude Include="include\zenhttp\httpclient.h" /> + <ClInclude Include="include\zenhttp\httpcommon.h" /> <ClInclude Include="include\zenhttp\httpserver.h" /> <ClInclude Include="include\zenhttp\zenhttp.h" /> <ClInclude Include="iothreadpool.h" /> diff --git a/zenhttp/zenhttp.vcxproj.filters b/zenhttp/zenhttp.vcxproj.filters index c05a8304e..da292c18f 100644 --- a/zenhttp/zenhttp.vcxproj.filters +++ b/zenhttp/zenhttp.vcxproj.filters @@ -18,6 +18,7 @@ <ClInclude Include="httpnull.h" /> <ClInclude Include="httpuws.h" /> <ClInclude Include="httpshared.h" /> + <ClInclude Include="include\zenhttp\httpcommon.h" /> </ItemGroup> <ItemGroup> <None Include="xmake.lua" /> |