I wrote a program using VS 2016 and had to send it to someone who is running VS 2013. Since I was using some syntax available to 2016, they couldn't build/run it. I went through and changed the syntax, but want to ensure I caught everything.
Is there a way for me to build the solution with a 2013 configuration so that I can make sure it builds properly before sending it again?