Index: VulkanGame.vcxproj
===================================================================
--- VulkanGame.vcxproj	(revision 7bf5433f5c6c2730d8e43381bfb0d0741b7fb34a)
+++ VulkanGame.vcxproj	(revision 92cbc6a21fe6c557e72317a223bfe79122fbb375)
@@ -135,4 +135,5 @@
     <ClCompile Include="FileStackWalker.cpp" />
     <ClCompile Include="game-gui-sdl.cpp" />
+    <ClCompile Include="logger.cpp" />
     <ClCompile Include="main-vulkan.cpp" />
     <ClCompile Include="StackWalker.cpp" />
@@ -146,4 +147,5 @@
     <ClInclude Include="game-gui-sdl.hpp" />
     <ClInclude Include="game-gui.hpp" />
+    <ClInclude Include="logger.hpp" />
     <ClInclude Include="StackWalker.h" />
     <ClInclude Include="vulkan-game.hpp" />
