Changeset aa7707d in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Jul 25, 2020, 8:05:57 PM (4 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master
Children:
681dbe8
Parents:
6bfd91c
Message:

Update the Vulkan SDK version and get the latest code compiling on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r6bfd91c raa7707d  
    7171  <PropertyGroup Label="UserMacros" />
    7272  <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>
    7575  </PropertyGroup>
    7676  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     
    135135    <ClCompile Include="FileStackWalker.cpp" />
    136136    <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" />
    137143    <ClCompile Include="logger.cpp" />
    138144    <ClCompile Include="main-vulkan.cpp" />
     
    151157    <ClInclude Include="graphics-pipeline.hpp" />
    152158    <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" />
    153165    <ClInclude Include="logger.hpp" />
    154166    <ClInclude Include="StackWalker.h" />
Note: See TracChangeset for help on using the changeset viewer.