Index: VulkanGame.vcxproj
===================================================================
--- VulkanGame.vcxproj	(revision c1d9b2a86d7bd8e21ce3dd15da7a3934a4ec55b9)
+++ VulkanGame.vcxproj	(revision 3de31cf9a2f6b3cc1cc099d6546879b28ff849e3)
@@ -135,4 +135,5 @@
     <ClCompile Include="FileStackWalker.cpp" />
     <ClCompile Include="game-gui-sdl.cpp" />
+    <ClCompile Include="graphics-pipeline_vulkan.cpp" />
     <ClCompile Include="logger.cpp" />
     <ClCompile Include="main-vulkan.cpp" />
@@ -148,4 +149,6 @@
     <ClInclude Include="game-gui-sdl.hpp" />
     <ClInclude Include="game-gui.hpp" />
+    <ClInclude Include="graphics-pipeline.hpp" />
+    <ClInclude Include="graphics-pipeline_vulkan.hpp" />
     <ClInclude Include="logger.hpp" />
     <ClInclude Include="StackWalker.h" />
