Target files are files that end in **.Target** and tells RBT how to build the project.
Name = String
The name of the target, this will also be the name for the final executable
Target = String
Will both place and configure the file depending on it's target
ExtraDependencies = [String Array]
An array of dependencies that the target will compile together, these usually will access the .Build file from within them