aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Common
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:18:47 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:18:47 +0300
commit6fedb4158836e6bf8d0e6190bc8fd36f188ac60d (patch)
tree008b43c7b07b5a76430d163b0bf30f9b50726aa5 /ExamTemplate/Common
parent628307b05165bb8c1faf82f3e9ab0c0053832e48 (diff)
downloadit-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.tar
it-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.tar.gz
it-kariera-exam-template-6fedb4158836e6bf8d0e6190bc8fd36f188ac60d.zip
Added gitignore and initial project generation
Diffstat (limited to 'ExamTemplate/Common')
-rw-r--r--ExamTemplate/Common/Class1.cs8
-rw-r--r--ExamTemplate/Common/Common.csproj7
2 files changed, 15 insertions, 0 deletions
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 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>