Index: OpenGLGame.vcxproj
===================================================================
--- OpenGLGame.vcxproj	(revision 7bf5433f5c6c2730d8e43381bfb0d0741b7fb34a)
+++ OpenGLGame.vcxproj	(revision c1d9b2a86d7bd8e21ce3dd15da7a3934a4ec55b9)
@@ -23,4 +23,5 @@
     <ClCompile Include="FileStackWalker.cpp" />
     <ClCompile Include="game-gui-glfw.cpp" />
+    <ClCompile Include="logger.cpp" />
     <ClCompile Include="main-opengl.cpp" />
     <ClCompile Include="opengl-game.cpp" />
@@ -34,4 +35,5 @@
     <ClInclude Include="game-gui-glfw.hpp" />
     <ClInclude Include="game-gui.hpp" />
+    <ClInclude Include="logger.hpp" />
     <ClInclude Include="opengl-game.hpp" />
     <ClInclude Include="StackWalker.h" />
@@ -99,5 +101,5 @@
       <ConformanceMode>true</ConformanceMode>
       <LanguageStandard>stdcpp17</LanguageStandard>
-      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     </ClCompile>
     <Link>
