Changeset 7bf5433 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Sep 12, 2019, 5:23:28 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d2f607c
Parents:
27c40ce
Message:

Create a new OpenGLGame project for a refactor of the original OpenGL game to make copying its logic over to the Vulkan implementation easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r27c40ce r7bf5433  
    7171  <PropertyGroup Label="UserMacros" />
    7272  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    73     <IncludePath>include;$(IncludePath)</IncludePath>
     73    <IncludePath>include;D:\VulkanSDK\1.1.108.0\Include;$(IncludePath)</IncludePath>
    7474    <LibraryPath>lib;D:\VulkanSDK\1.1.108.0\Lib;$(LibraryPath)</LibraryPath>
    7575  </PropertyGroup>
     
    8282      <LanguageStandard>stdcpp17</LanguageStandard>
    8383      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    84       <AdditionalIncludeDirectories>D:\VulkanSDK\1.1.108.0\Include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     84      <AdditionalIncludeDirectories>
     85      </AdditionalIncludeDirectories>
    8586    </ClCompile>
    8687    <Link>
     
    139140  </ItemGroup>
    140141  <ItemGroup>
     142    <ClInclude Include="compiler.hpp" />
    141143    <ClInclude Include="consts.hpp" />
    142144    <ClInclude Include="crash-logger.hpp" />
Note: See TracChangeset for help on using the changeset viewer.