Add JSON dll to bin folder

This commit is contained in:
Robin Neatherway 2013-03-30 22:37:09 +00:00
parent 0da5d3f090
commit fa3a2276a8

View file

@ -5,4 +5,5 @@
("bin"
"lib/fsautocomplete/fsautocomplete.exe"
"lib/fsautocomplete/FSharp.CompilerBinding.dll"
"lib/ndesk-options/NDesk.Options.dll")))
"lib/ndesk-options/NDesk.Options.dll"
"lib/newtonsoft.json/Newtonsoft.Json.dll")))