diff --git a/Program.cs b/Program.cs
index 741680e..ce56587 100644
--- a/Program.cs
+++ b/Program.cs
@@ -7,13 +7,13 @@
using static SweetPotato.ImpersonationToken;
namespace SweetPotato {
- class Program {
+ public class Program {
static void PrintHelp(OptionSet options) {
options.WriteOptionDescriptions(Console.Out);
}
- static void Main(string[] args) {
+ public static void Main(string[] args) {
string clsId = "4991D34B-80A1-4291-83B6-3328366B9097";
ushort port = 6666;
@@ -141,3 +141,4 @@ static void Main(string[] args) {
}
}
}
+
diff --git a/SweetPotato.csproj b/SweetPotato.csproj
index 88bf0e1..941c5f1 100644
--- a/SweetPotato.csproj
+++ b/SweetPotato.csproj
@@ -104,6 +104,9 @@
+
+
+
@@ -111,4 +114,5 @@
-
\ No newline at end of file
+
+