diff options
| author | Stefan Boberg <[email protected]> | 2021-09-08 19:14:29 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-08 19:14:29 +0200 |
| commit | c9e578678d1bd90f9b15a31e6859905c4d805f0f (patch) | |
| tree | 05119458d93b1632f2995734a3d675212d5a69ce | |
| parent | Mesh should not default to on (diff) | |
| download | zen-c9e578678d1bd90f9b15a31e6859905c4d805f0f.tar.xz zen-c9e578678d1bd90f9b15a31e6859905c4d805f0f.zip | |
Logging vcxproj changes
| -rw-r--r-- | zencore/zencore.vcxproj | 1 | ||||
| -rw-r--r-- | zencore/zencore.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/zencore/zencore.vcxproj b/zencore/zencore.vcxproj index 6da8794b3..bf35f8f5a 100644 --- a/zencore/zencore.vcxproj +++ b/zencore/zencore.vcxproj @@ -167,6 +167,7 @@ <ClCompile Include="httpserver.cpp" /> <ClCompile Include="iohash.cpp" /> <ClCompile Include="iothreadpool.cpp" /> + <ClCompile Include="logging.cpp" /> <ClCompile Include="md5.cpp" /> <ClCompile Include="memory.cpp" /> <ClCompile Include="refcount.cpp" /> diff --git a/zencore/zencore.vcxproj.filters b/zencore/zencore.vcxproj.filters index 8b105fc31..b1b1b9359 100644 --- a/zencore/zencore.vcxproj.filters +++ b/zencore/zencore.vcxproj.filters @@ -76,6 +76,7 @@ <ClCompile Include="compress.cpp" /> <ClCompile Include="compositebuffer.cpp" /> <ClCompile Include="crc32.cpp" /> + <ClCompile Include="logging.cpp" /> </ItemGroup> <ItemGroup> <Filter Include="CAS"> |