Changeset aa7707d in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Jul 25, 2020, 8:05:57 PM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 681dbe8
- Parents:
- 6bfd91c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r6bfd91c raa7707d 71 71 <PropertyGroup Label="UserMacros" /> 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 <IncludePath>include;D:\VulkanSDK\1. 1.108.0\Include;$(IncludePath)</IncludePath>74 <LibraryPath>lib;D:\VulkanSDK\1. 1.108.0\Lib;$(LibraryPath)</LibraryPath>73 <IncludePath>include;D:\VulkanSDK\1.2.135.0\Include;$(IncludePath)</IncludePath> 74 <LibraryPath>lib;D:\VulkanSDK\1.2.135.0\Lib;$(LibraryPath)</LibraryPath> 75 75 </PropertyGroup> 76 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> … … 135 135 <ClCompile Include="FileStackWalker.cpp" /> 136 136 <ClCompile Include="game-gui-sdl.cpp" /> 137 <ClCompile Include="gui\button.cpp" /> 138 <ClCompile Include="gui\game-screen.cpp" /> 139 <ClCompile Include="gui\main-screen.cpp" /> 140 <ClCompile Include="gui\panel.cpp" /> 141 <ClCompile Include="gui\screen.cpp" /> 142 <ClCompile Include="gui\ui-element.cpp" /> 137 143 <ClCompile Include="logger.cpp" /> 138 144 <ClCompile Include="main-vulkan.cpp" /> … … 151 157 <ClInclude Include="graphics-pipeline.hpp" /> 152 158 <ClInclude Include="graphics-pipeline_vulkan.hpp" /> 159 <ClInclude Include="gui\button.hpp" /> 160 <ClInclude Include="gui\game-screen.hpp" /> 161 <ClInclude Include="gui\main-screen.hpp" /> 162 <ClInclude Include="gui\panel.hpp" /> 163 <ClInclude Include="gui\screen.hpp" /> 164 <ClInclude Include="gui\ui-element.hpp" /> 153 165 <ClInclude Include="logger.hpp" /> 154 166 <ClInclude Include="StackWalker.h" />
Note:
See TracChangeset
for help on using the changeset viewer.