I think I have a big problem.
I have a two projects solution.
First one is UI project.
Second one in an Algorithms Service.
I need to generate (or overwrite) a class (fileUI.cs) in UI part just before compiling it.
The main idea is that when you edit a class in de Services part (fileSA.cs) and you build the solution just a moment before the class in the UI part (fileUI.cs) is updated with Services part class information (fileSA.cs), and then, compiled.
I think its similar what VS does with the .designer.cs of every form(user control…)
I dont know if its possible…
Thanks a lot
You need T4 Template Here