Changeset 20e4c2b in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Mar 9, 2021, 2:59:40 AM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 187b0f5
- Parents:
- 40eb092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r40eb092 r20e4c2b 142 142 <ClCompile Include="FileStackWalker.cpp" /> 143 143 <ClCompile Include="game-gui-sdl.cpp" /> 144 <ClCompile Include="gui\button.cpp" />145 <ClCompile Include="gui\game-screen.cpp" />146 <ClCompile Include="gui\main-screen.cpp" />147 <ClCompile Include="gui\panel.cpp" />148 <ClCompile Include="gui\screen.cpp" />149 <ClCompile Include="gui\ui-element.cpp" />150 144 <ClCompile Include="IMGUI\imgui.cpp" /> 151 145 <ClCompile Include="IMGUI\imgui_demo.cpp" /> … … 171 165 <ClInclude Include="graphics-pipeline.hpp" /> 172 166 <ClInclude Include="graphics-pipeline_vulkan.hpp" /> 173 <ClInclude Include="gui\button.hpp" />174 <ClInclude Include="gui\game-screen.hpp" />175 <ClInclude Include="gui\main-screen.hpp" />176 <ClInclude Include="gui\panel.hpp" />177 <ClInclude Include="gui\screen.hpp" />178 <ClInclude Include="gui\ui-element.hpp" />179 <ClInclude Include="gui\ui-value.hpp" />180 167 <ClInclude Include="IMGUI\imconfig.h" /> 181 168 <ClInclude Include="IMGUI\imgui.h" />
Note:
See TracChangeset
for help on using the changeset viewer.