├── BlueScreenOnExit.sln ├── BlueScreenOnExit ├── BlueScreenOnExit.csproj ├── Program.cs └── Properties │ └── AssemblyInfo.cs ├── ProcessProtection ├── ProcessProtection.cs ├── ProcessProtection.projitems └── ProcessProtection.shproj └── README.md /BlueScreenOnExit.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/BlueScreenOnExit.sln -------------------------------------------------------------------------------- /BlueScreenOnExit/BlueScreenOnExit.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/BlueScreenOnExit/BlueScreenOnExit.csproj -------------------------------------------------------------------------------- /BlueScreenOnExit/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/BlueScreenOnExit/Program.cs -------------------------------------------------------------------------------- /BlueScreenOnExit/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/BlueScreenOnExit/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ProcessProtection/ProcessProtection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/ProcessProtection/ProcessProtection.cs -------------------------------------------------------------------------------- /ProcessProtection/ProcessProtection.projitems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/ProcessProtection/ProcessProtection.projitems -------------------------------------------------------------------------------- /ProcessProtection/ProcessProtection.shproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/ProcessProtection/ProcessProtection.shproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/BlueScreenOnExit/HEAD/README.md --------------------------------------------------------------------------------