Add reference to pEpEngine project in Windows project

(grafted from 31a4f245442863de0d687f749964362244e58b70)
pull/5/head Release_2.1.3
Thomas 2020-11-11 10:04:08 +01:00
parent 5d225295f0
commit c5b1977d42
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y
<ClInclude Include="..\slurp.hh" />
<ClInclude Include="..\status_to_string.hh" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\pEpEngine\build-windows\pEpEngine.vcxproj">
<Project>{146e69f8-e1da-456a-b048-6dd29d9acf6b}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>