Skip to content

Commit

Permalink
Fix the Host Proxy DLL reference in ServerLib
Browse files Browse the repository at this point in the history
Fixes #9128
  • Loading branch information
DHowett committed Feb 12, 2021
1 parent 13e058d commit ed5b3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/lib/server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<ClInclude Include="..\WinNTControl.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\host\dll\Host.DLL.vcxproj">
<ProjectReference Include="..\..\host\proxy\Host.Proxy.vcxproj">
<Project>{e437b604-3e98-4f40-a927-e173e818ea4b}</Project>
</ProjectReference>
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(IntDir)..\Host.ProxyDll;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(IntDir)..\OpenConsoleProxy;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<!-- Careful reordering these. Some default props (contained in these files) are order sensitive. -->
Expand Down

0 comments on commit ed5b3d6

Please sign in to comment.