From cb40d284abe1c8b6229ac2440492271036e3e2ea Mon Sep 17 00:00:00 2001 From: victor perez ngounou Date: Sun, 25 Sep 2022 19:10:07 +0200 Subject: [PATCH] Create Stub Lib --- Sources/BowlingStub/BowlingStub.csproj | 9 +++++++++ Sources/BowlingStub/StubPartie.cs | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 Sources/BowlingStub/BowlingStub.csproj create mode 100644 Sources/BowlingStub/StubPartie.cs diff --git a/Sources/BowlingStub/BowlingStub.csproj b/Sources/BowlingStub/BowlingStub.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Sources/BowlingStub/BowlingStub.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Sources/BowlingStub/StubPartie.cs b/Sources/BowlingStub/StubPartie.cs new file mode 100644 index 0000000..228b370 --- /dev/null +++ b/Sources/BowlingStub/StubPartie.cs @@ -0,0 +1,8 @@ +namespace BowlingStub +{ + public class StubPartie + { + + + } +} \ No newline at end of file