Add simple Linux, Win32 daemons

This commit is contained in:
chertov 2014-04-20 05:54:34 +04:00
parent e6e11590c8
commit 0b210ee99d
7 changed files with 315 additions and 183 deletions

View file

@ -13,6 +13,9 @@
<ItemGroup>
<ClCompile Include="..\AddressBook.cpp" />
<ClCompile Include="..\base64.cpp" />
<ClCompile Include="..\Daemon.cpp" />
<ClCompile Include="..\DaemonLinux.cpp" />
<ClCompile Include="..\DaemonWin32.cpp" />
<ClCompile Include="..\Garlic.cpp" />
<ClCompile Include="..\HTTPProxy.cpp" />
<ClCompile Include="..\HTTPServer.cpp" />
@ -43,6 +46,7 @@
<ClInclude Include="..\AddressBook.h" />
<ClInclude Include="..\base64.h" />
<ClInclude Include="..\CryptoConst.h" />
<ClInclude Include="..\Daemon.h" />
<ClInclude Include="..\ElGamal.h" />
<ClInclude Include="..\Garlic.h" />
<ClInclude Include="..\HTTPProxy.h" />