R
Robert Blackwell
I want to be able to compile/debug from within VS. Currently, I'm just
making a bunch of little console apps from book examples and so I've been
typing them out, and compiling/running from the cmd prompt. I know it sounds
kind of lazy but it would be nice to just be able to push F5 or ctrl+F5 and
have it do it for me.
I tried making a new solution, and then I placed all my files within the
solution folder, but none of the files appeared in the solution explorer.
Also none of these files will call from any others. And I noticed that if I
made a new solution, made a file compiled it works just fine, but then, when
I make a new file and try compiling it comes up with errors because all my
files use static void Main() is there a way to just compile one file instead
of the whole solution or am I just stuck to doing it the way I have been?
Thanks
making a bunch of little console apps from book examples and so I've been
typing them out, and compiling/running from the cmd prompt. I know it sounds
kind of lazy but it would be nice to just be able to push F5 or ctrl+F5 and
have it do it for me.
I tried making a new solution, and then I placed all my files within the
solution folder, but none of the files appeared in the solution explorer.
Also none of these files will call from any others. And I noticed that if I
made a new solution, made a file compiled it works just fine, but then, when
I make a new file and try compiling it comes up with errors because all my
files use static void Main() is there a way to just compile one file instead
of the whole solution or am I just stuck to doing it the way I have been?
Thanks