From 6fedb4158836e6bf8d0e6190bc8fd36f188ac60d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 18:18:47 +0300 Subject: Added gitignore and initial project generation --- ExamTemplate/Common/Class1.cs | 8 ++++++++ ExamTemplate/Common/Common.csproj | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 ExamTemplate/Common/Class1.cs create mode 100644 ExamTemplate/Common/Common.csproj (limited to 'ExamTemplate/Common') diff --git a/ExamTemplate/Common/Class1.cs b/ExamTemplate/Common/Class1.cs new file mode 100644 index 0000000..8cae90e --- /dev/null +++ b/ExamTemplate/Common/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace Common +{ + public class Class1 + { + } +} diff --git a/ExamTemplate/Common/Common.csproj b/ExamTemplate/Common/Common.csproj new file mode 100644 index 0000000..72764a6 --- /dev/null +++ b/ExamTemplate/Common/Common.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + -- cgit v1.2.3