Just jointed a new project which they are using VC#2008 to build an application. There are several components and many files under one project now. I was asked to setup a build machine to start dailly build. The frist thing I was told to do is write a batch file to call csc.exe to create an executable manually without the VC#2008 installed.
I am new to C# and I have no idea about the solution. I know the old VC++ can create a makefile for us to do manual build. Does the VC#2008 has similar functionality? Any info and links will be appriciated.
thanks, James