Changeset 681dbe8 in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Nov 14, 2020, 4:16:07 PM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 57d43d0
- Parents:
- aa7707d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
raa7707d r681dbe8 71 71 <PropertyGroup Label="UserMacros" /> 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 <IncludePath>include;D:\VulkanSDK\1.2.135.0\Include;$(IncludePath)</IncludePath> 74 <LibraryPath>lib;D:\VulkanSDK\1.2.135.0\Lib;$(LibraryPath)</LibraryPath> 73 <IncludePath>include;$(VULKAN_SDK)/Include;$(VULKAN_SDK)/Third-Party/Include;$(IncludePath)</IncludePath> 74 <LibraryPath>lib;$(VULKAN_SDK)\Lib;$(LibraryPath)</LibraryPath> 75 </PropertyGroup> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 77 <IncludePath>include;$(VULKAN_SDK)/Include;$(VULKAN_SDK)/Third-Party/Include;$(IncludePath)</IncludePath> 78 <LibraryPath>lib;$(VULKAN_SDK)/Lib;$(LibraryPath)</LibraryPath> 75 79 </PropertyGroup> 76 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> … … 124 128 <SDLCheck>true</SDLCheck> 125 129 <ConformanceMode>true</ConformanceMode> 130 <LanguageStandard>stdcpp17</LanguageStandard> 131 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> 126 132 </ClCompile> 127 133 <Link> … … 129 135 <EnableCOMDATFolding>true</EnableCOMDATFolding> 130 136 <OptimizeReferences>true</OptimizeReferences> 137 <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies> 131 138 </Link> 132 139 </ItemDefinitionGroup>
Note:
See TracChangeset
for help on using the changeset viewer.