Create MSBuild custom task to modify C# files before compilation
I'm integrating C# into a game engine, and need the user written C# properties to fetch the value in memory from C++. I could use Mono.Cecil to weave the instructions, but it's very cumbersome