From 1fc4ff3f39c3e8592c38e5422a361eb981a5c5b8 Mon Sep 17 00:00:00 2001 From: Misaki Date: Tue, 2 Dec 2025 11:02:31 +0900 Subject: [PATCH] Add ArcEntities project --- Ghost.ArcEntities/Class1.cs | 6 ++++++ Ghost.ArcEntities/Ghost.ArcEntities.csproj | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 Ghost.ArcEntities/Class1.cs create mode 100644 Ghost.ArcEntities/Ghost.ArcEntities.csproj diff --git a/Ghost.ArcEntities/Class1.cs b/Ghost.ArcEntities/Class1.cs new file mode 100644 index 0000000..65bb0a8 --- /dev/null +++ b/Ghost.ArcEntities/Class1.cs @@ -0,0 +1,6 @@ +namespace Ghost.ArcEntities; + +public class Class1 +{ + +} diff --git a/Ghost.ArcEntities/Ghost.ArcEntities.csproj b/Ghost.ArcEntities/Ghost.ArcEntities.csproj new file mode 100644 index 0000000..b760144 --- /dev/null +++ b/Ghost.ArcEntities/Ghost.ArcEntities.csproj @@ -0,0 +1,9 @@ + + + + net10.0 + enable + enable + + +