I am building a console application with visual studio 2013. I'm given two requirements, and I need help with what exactly I need to do with #2.
- Create a console application that does XYZ.
- Solution must have a build script that can compile and test the solution from the command line.
My understanding was that the project file is just a build script. But now I'm confused. Do I need a separate build script to achieve this? Or modify the existing project file? Please help. Thanks in advance.