Program A: Outputs a C # function and paste the function into a file (e.g. Classifier.cs) in another C # project. These steps are already implemented.
I am wondering if there is a way to programmatically build and compile a C # project of a project inside project A. Therefore, I can click a button in project A, it will automatically add a new function to project B, build, compile project B. And finally, start a new project B .
Thank.
source
share