VideoCommon: update vcproj file to set HAS_VULKAN

This commit is contained in:
iwubcode
2020-10-23 16:51:40 -05:00
parent d12380f26b
commit 272717b3f4

View File

@ -15,6 +15,11 @@
<Import Project="$(VSPropsDir)PCHUse.props" /> <Import Project="$(VSPropsDir)PCHUse.props" />
</ImportGroup> </ImportGroup>
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>HAS_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="AbstractFramebuffer.cpp" /> <ClCompile Include="AbstractFramebuffer.cpp" />
<ClCompile Include="AbstractStagingTexture.cpp" /> <ClCompile Include="AbstractStagingTexture.cpp" />