diff --git a/src/minibox.core/Application.cs b/src/minibox.core/Application.cs new file mode 100644 index 0000000..8c7f7a2 --- /dev/null +++ b/src/minibox.core/Application.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace minibox.core +{ + class Application + { + static void PrintHello (string[] args) + { + Console.WriteLine("Hello"); + Console.ReadKey(); + } + } +} diff --git a/src/minibox.core/minibox.core.csproj b/src/minibox.core/minibox.core.csproj index 0edae34..229b055 100644 --- a/src/minibox.core/minibox.core.csproj +++ b/src/minibox.core/minibox.core.csproj @@ -1,4 +1,4 @@ - + @@ -26,12 +26,15 @@ AnyCPU pdbonly - true + true bin\Release\ TRACE prompt 4 + + + - + \ No newline at end of file