Add reference to pEpEngine project in Windows project

pull/1/head
Thomas 2020-11-11 10:04:08 +01:00
parent 5b279f0074
commit 29de05185c
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>