diff options
Diffstat (limited to 'zenhttp/zenhttp.vcxproj')
| -rw-r--r-- | zenhttp/zenhttp.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenhttp/zenhttp.vcxproj b/zenhttp/zenhttp.vcxproj index 34c83326e..722944b21 100644 --- a/zenhttp/zenhttp.vcxproj +++ b/zenhttp/zenhttp.vcxproj @@ -96,12 +96,14 @@ <ClCompile Include="httpclient.cpp" /> <ClCompile Include="httpnull.cpp" /> <ClCompile Include="httpserver.cpp" /> + <ClCompile Include="httpshared.cpp" /> <ClCompile Include="httpsys.cpp" /> <ClCompile Include="httpuws.cpp" /> <ClCompile Include="iothreadpool.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="httpnull.h" /> + <ClInclude Include="httpshared.h" /> <ClInclude Include="httpsys.h" /> <ClInclude Include="httpuws.h" /> <ClInclude Include="include\zenhttp\httpclient.h" /> |