My question requires a different answer than what was provided here: How to compile the finished C# project and then run outside Visual Studio?
I need to deliver my code to another student, have that student "make" or compile the code, and then have them run the executable from command line in Windows passing a command line argument.
The project was developed as a console application in Visual Studio 2013. Is there anything I can do in VS or are there steps I can take?