From 453fb82d3448c8c19d9b0adf8e950a0c12e03363 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 5 Jul 2025 17:12:16 +0200 Subject: [PATCH] Add empty Data class library. --- IR.Data/Class1.cs | 6 ++++++ IR.Data/IR.Data.csproj | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 IR.Data/Class1.cs create mode 100644 IR.Data/IR.Data.csproj diff --git a/IR.Data/Class1.cs b/IR.Data/Class1.cs new file mode 100644 index 0000000..6eb0a35 --- /dev/null +++ b/IR.Data/Class1.cs @@ -0,0 +1,6 @@ +namespace IR.Data; + +public class Class1 +{ + +} diff --git a/IR.Data/IR.Data.csproj b/IR.Data/IR.Data.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/IR.Data/IR.Data.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + +