What I need is that: I have a c# code and I want to build it in order to create a .bat file on desktop. So when I run this .bat file from desktop, it should execute the c# code.
Is there a way to change the settings or properties of c# project before compiling in order to create a .bat file that should run this c# code?