Reputation: 71
Recently I finished up a couple programs in Visual Studio (2015). I put these programs on a flash drive with the goal of being able to show them off on other computers.
Do I need to keep a copy of Visual Studio on the flash drive in case the computer I'm running it on doesn't have it? And if not how do I get my program to run without the compiler?
Upvotes: 7
Views: 93309
Reputation: 12385
Here are some basic steps to build your application (more info here):
Here is a Visual Studio 2015 screenshot that shows where to find the commands you need:
Upvotes: 18