sil
sil copied to clipboard
Doesn't run on specific machine
Non-standard location yes - or at least I don't use the MS default. All my projects hang off: C:\Users\griff\Documents\AA Backed Up\My Projects Which just helps with automated backups. However, the VS "Options"..."Project and Solutions"..."General"..."Projects location" is set to this so it is as "default" as I can make it. Within that, I let VS handle most of the folders, so they are built to the appropriate "bin\debug" and "bin\release" folders.
I just loaded VS for the first time since the PC was turned on and created a new console project: using System; using System.Collections.Generic; using System.Linq; using System.Text;
namespace ConsoleApplication1 { class Program { static void Main(string[] args) { for (int i = 0; i < 10; i++) { Console.WriteLine(i); } } } } Built it, ran it, then right clicked on "Main" and selected "Disassemble" It's now 6 minutes 52 seconds and the orange dots are still spinning