diff options
| author | Stefan Boberg <[email protected]> | 2021-09-13 21:43:52 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-13 21:43:52 +0200 |
| commit | 48b3387851b120b8445c935c4d056c7dbabb812e (patch) | |
| tree | 330b87eafe37c8822fc633458a121809c20ca28f /zenhttp | |
| parent | Introduced FormatPackageMessageBuffer() returning a ComositeBuffer (diff) | |
| download | zen-48b3387851b120b8445c935c4d056c7dbabb812e.tar.xz zen-48b3387851b120b8445c935c4d056c7dbabb812e.zip | |
vcxproj change for adding httpcommon.h
Diffstat (limited to 'zenhttp')
| -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" /> |