In C ++ projects, it is possible to set a custom build step for files. Is there any similar functionality in C # projects? I could not find anything.
One idea would be to create a second project (makefile or C ++) and move the files there.
source
share