Index: VulkanGame.vcxproj
===================================================================
--- VulkanGame.vcxproj	(revision c1d9b2a86d7bd8e21ce3dd15da7a3934a4ec55b9)
+++ VulkanGame.vcxproj	(revision 7d2b0b939e693b4a2e2af92be31aacc7500f7ada)
@@ -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" />
