diff --git a/.gitignore b/.gitignore index e69de29..9235e91 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin +/obj +/.vs \ No newline at end of file diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..ded8a72 --- /dev/null +++ b/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGid +{ + internal class Class1 + { + } +} diff --git a/ConsoleForGid.csproj b/ConsoleForGid.csproj index 92802e8..decdce0 100644 --- a/ConsoleForGid.csproj +++ b/ConsoleForGid.csproj @@ -43,6 +43,7 @@ +