Is there a way that I can compile an application outside of visual studios from another c# application?
I have an application the requires a unique id coded into a device, I want that build coded for just that device, so instead of me having to change the hardcored ID, build, place on device. I would like to write another application that pulls the devices ID, modifies the needed .cs files then builds the project in release and copied it to the device.
Can this be done?
Also I do have post build code that runs if that matters in the process.