I don't think this is a running project, I'm testing it on Visual Studio 2017 and at line 37, in "Nethereum.TestRPCRunner ->TestRPCEmbeddedRunner.cs" file it throws an error.
Error : "The system cannot find the file specified"
When I change the fileName property to point to the .tmp file (where we are saving .js file data), it says "The specified executable is not a valid application for this OS platform.". It sounds to me that "node" is a command which we are supposed to use and .tmp file name with arguments are the options we should pass, please confirm.
Note: I'm from c# background and new to ETHEREUM. Instead of trying things with node.js and stuff I would prefer to use c#/.net to learn ethereum dapp application implementation.