Browse Source

...

synchronous
Volker Birk 5 years ago
parent
commit
a07992825d
  1. 2
      libpEpAdapter/libpEpAdapter.vcxproj
  2. 6
      libpEpAdapter/libpEpAdapter.vcxproj.filters

2
libpEpAdapter/libpEpAdapter.vcxproj

@ -99,6 +99,7 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\"
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Adapter.cc" />
<ClCompile Include="..\callback_dispatcher.cc" />
<ClCompile Include="..\call_with_lock.cc" />
<ClCompile Include="..\passphrase_cache.cc" />
<ClCompile Include="..\slurp.cc" />
@ -107,6 +108,7 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\"
<ItemGroup>
<ClInclude Include="..\Adapter.hh" />
<ClInclude Include="..\Adapter.hxx" />
<ClInclude Include="..\callback_dispatcher.hh" />
<ClInclude Include="..\locked_queue.hh" />
<ClInclude Include="..\passphrase_cache.hh" />
<ClInclude Include="..\passphrase_cache.hxx" />

6
libpEpAdapter/libpEpAdapter.vcxproj.filters

@ -33,6 +33,9 @@
<ClCompile Include="..\passphrase_cache.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\callback_dispatcher.cc">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Adapter.hh">
@ -59,5 +62,8 @@
<ClInclude Include="..\passphrase_cache.hxx">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\callback_dispatcher.hh">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
Loading…
Cancel
Save