libzmq/builds/msvc/vs2008
Luca Boccassi 8ecfee475c Problem: missing files from VS2008 solution
Solution: generate list of sources and headers with:

 ls -1 src/*cpp | sort | sed 's|src/\(.*\)|      <File RelativePath="..\\..\\..\\..\\src\\\1" />|g'
 ls -1 src/*hpp | sort | sed 's|src/\(.*\)|      <File RelativePath="..\\..\\..\\..\\src\\\1" />|g'

and add them.
2017-08-18 12:45:12 +01:00
..
inproc_lat Fix for perf/platform.hpp not being cleaned up by distclean 2014-05-31 13:51:41 +01:00
inproc_thr Fix for perf/platform.hpp not being cleaned up by distclean 2014-05-31 13:51:41 +01:00
libzmq Problem: missing files from VS2008 solution 2017-08-18 12:45:12 +01:00
local_lat Rationalize and update Visual Studio projects and packaging. 2014-04-06 02:39:15 -07:00
local_thr Fix for perf/platform.hpp not being cleaned up by distclean 2014-05-31 13:51:41 +01:00
remote_lat Rationalize and update Visual Studio projects and packaging. 2014-04-06 02:39:15 -07:00
remote_thr Fix for perf/platform.hpp not being cleaned up by distclean 2014-05-31 13:51:41 +01:00
libzmq.sln Rationalize and update Visual Studio projects and packaging. 2014-04-06 02:39:15 -07:00