NoGUI: Rename DRMHostInterface to VTYHostInterface

This commit is contained in:
Connor McLaughlin
2021-02-14 01:19:44 +10:00
parent d4143399eb
commit f5d7fec914
6 changed files with 37 additions and 37 deletions

View File

@@ -68,7 +68,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="drm_host_interface.cpp">
<ClCompile Include="vty_host_interface.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">true</ExcludedFromBuild>
@@ -89,7 +89,7 @@
<ClCompile Include="win32_host_interface.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="drm_host_interface.h">
<ClInclude Include="vty_host_interface.h">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">true</ExcludedFromBuild>