Changeset 301c90a in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Mar 13, 2021, 10:37:06 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- d255d52
- Parents:
- 187b0f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r187b0f5 r301c90a 142 142 <ClCompile Include="FileStackWalker.cpp" /> 143 143 <ClCompile Include="game-gui-sdl.cpp" /> 144 <ClCompile Include="gui\imgui\button-imgui.cpp" /> 145 <ClCompile Include="gui\imgui\ui-wdget.cpp" /> 144 146 <ClCompile Include="IMGUI\imgui.cpp" /> 145 147 <ClCompile Include="IMGUI\imgui_demo.cpp" /> … … 165 167 <ClInclude Include="graphics-pipeline.hpp" /> 166 168 <ClInclude Include="graphics-pipeline_vulkan.hpp" /> 169 <ClInclude Include="gui\imgui\button-imgui.hpp" /> 170 <ClInclude Include="gui\imgui\ui-widget.hpp" /> 167 171 <ClInclude Include="IMGUI\imconfig.h" /> 168 172 <ClInclude Include="IMGUI\imgui.h" />
Note:
See TracChangeset
for help on using the changeset viewer.