Building Dedicated Server Target Files

In the middle of setting up a automated build server and I ran into an issue when trying to build dedicated servers for blueprint only projects. I basically needed to be able to auto-generate the *Server.Target.cs file for the project if its missing.

I wrote an over engineered and bloated Node.js tool to solve this for me. It takes a project name and project path inputs and auto-writes a *Server.Target.cs where it needs to be if it doesn't exist.

If you're the one other person who might need this, it is on Github.