A little bug in svn/trunk/agent/wpthook/wpthook.vcxproj

[color=#FF0000]The following[/color] line should be added between line#79 and line#80
79 Default
[color=#FF0000]nspr[/color]
80
Otherwise, when build wpthook.dll in release mode, some compile errors will happen.

For r560 (Google Code Archive - Long-term storage for Google Code Project Hosting.), there is the same issue.
The line#80 should be updated as following,
[color=#FF0000]…\wptdriver\zlib;…\wptdriver\zlib\contrib;…\wptdriver\zlib\contrib\minizip;nspr[/color]