RegTest: Port to new host abstractions

This commit is contained in:
Connor McLaughlin
2022-10-11 19:31:19 +10:00
parent c9cba5e220
commit 5498ddfab7
10 changed files with 844 additions and 681 deletions

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="regtest_host_interface.cpp" />
<ClCompile Include="regtest_host.cpp" />
<ClCompile Include="regtest_host_display.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="regtest_host_interface.h" />
<ClInclude Include="regtest_host_display.h" />
</ItemGroup>
</Project>