Changeset 7d2b0b9 in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Oct 3, 2019, 3:44:55 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 3de31cf
- Parents:
- 4d84c72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r4d84c72 r7d2b0b9 135 135 <ClCompile Include="FileStackWalker.cpp" /> 136 136 <ClCompile Include="game-gui-sdl.cpp" /> 137 <ClCompile Include="graphics-pipeline_vulkan.cpp" /> 137 138 <ClCompile Include="logger.cpp" /> 138 139 <ClCompile Include="main-vulkan.cpp" /> … … 148 149 <ClInclude Include="game-gui-sdl.hpp" /> 149 150 <ClInclude Include="game-gui.hpp" /> 151 <ClInclude Include="graphics-pipeline.hpp" /> 152 <ClInclude Include="graphics-pipeline_vulkan.hpp" /> 150 153 <ClInclude Include="logger.hpp" /> 151 154 <ClInclude Include="StackWalker.h" />
Note:
See TracChangeset
for help on using the changeset viewer.