diff --git a/DataDeath.slnx b/DataDeath.slnx
index 99c8f29..93c61ee 100644
--- a/DataDeath.slnx
+++ b/DataDeath.slnx
@@ -3,7 +3,7 @@
-
+
diff --git a/DataDeath/DataDeath.csproj b/DataDeath/DataDeath.csproj
index 3fd5b54..b2884e3 100644
--- a/DataDeath/DataDeath.csproj
+++ b/DataDeath/DataDeath.csproj
@@ -49,7 +49,7 @@
bin\x64\Release\
- TRACE
+ TRACE;RELEASE
true
pdbonly
x64
diff --git a/DataDeath/Program.cs b/DataDeath/Program.cs
index 02e163d..9a3afd5 100644
--- a/DataDeath/Program.cs
+++ b/DataDeath/Program.cs
@@ -121,8 +121,14 @@ namespace DataDeath
}
}
- //Reboot();
+#if DEBUG
+ Console.WriteLine("Press Enter to exit...");
Console.ReadLine();
+#endif
+
+#if RELEASE
+ Reboot();
+#endif
}
public static void Reboot()