Updated nssm.dsp with missing dependencies.
authorIain Patterson <me@iain.cx>
Thu, 31 Oct 2013 14:28:43 +0000 (14:28 +0000)
committerIain Patterson <me@iain.cx>
Thu, 31 Oct 2013 14:32:46 +0000 (14:32 +0000)
commitf6cbc7a59312a00b30f5469b34a783859492d125
tree4797e377d9e7d19aa3dbce7dd82e69e499bc0a6e
parentdc414f5c8eb8a534e759fe5326c2026f9e9f71a7
Updated nssm.dsp with missing dependencies.

Opening nssm.dsp in Visual Studio 2010 and accepting conversion to the
latest project format produced a project which would not build because
io.cpp, io.h, process.cpp, process.h and shlwapi.lib had not been added
to nssm.dsp.

They were present in nssm.vcproj from Visual Studio 2008 and it was
possible to load that project and convert to a format which worked.

Thanks Guy Brousseau.
nssm.dsp