From 7d7c0de90703798a4490ca12be67f3be50861c52 Mon Sep 17 00:00:00 2001 From: cneicy Date: Wed, 26 Aug 2026 07:37:02 +0800 Subject: [PATCH] fix(tools): track standalone dotnet projects --- .gitignore | 1 + .../ShrinkEventBus.Core.csproj | 17 +++++++++++++++++ .../ShrinkEventBus.Generator.csproj | 14 ++++++++++++++ .../ShrinkEventBus.Smoke.csproj | 15 +++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 Tools~/DotNet/ShrinkEventBus.Core/ShrinkEventBus.Core.csproj create mode 100644 Tools~/DotNet/ShrinkEventBus.Generator/ShrinkEventBus.Generator.csproj create mode 100644 Tools~/DotNet/ShrinkEventBus.Smoke/ShrinkEventBus.Smoke.csproj diff --git a/.gitignore b/.gitignore index e907c27..012bbf3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ ExportedObj/ .consulo/ *.csproj +!Tools~/DotNet/**/*.csproj *.unityproj *.sln *.suo diff --git a/Tools~/DotNet/ShrinkEventBus.Core/ShrinkEventBus.Core.csproj b/Tools~/DotNet/ShrinkEventBus.Core/ShrinkEventBus.Core.csproj new file mode 100644 index 0000000..a8da8b0 --- /dev/null +++ b/Tools~/DotNet/ShrinkEventBus.Core/ShrinkEventBus.Core.csproj @@ -0,0 +1,17 @@ + + + netstandard2.1 + 9.0 + enable + false + ShrinkEventBus.Core + ShrinkEventBus + + + + + + + + + diff --git a/Tools~/DotNet/ShrinkEventBus.Generator/ShrinkEventBus.Generator.csproj b/Tools~/DotNet/ShrinkEventBus.Generator/ShrinkEventBus.Generator.csproj new file mode 100644 index 0000000..547254b --- /dev/null +++ b/Tools~/DotNet/ShrinkEventBus.Generator/ShrinkEventBus.Generator.csproj @@ -0,0 +1,14 @@ + + + netstandard2.0 + 9.0 + enable + true + true + false + + + + + + diff --git a/Tools~/DotNet/ShrinkEventBus.Smoke/ShrinkEventBus.Smoke.csproj b/Tools~/DotNet/ShrinkEventBus.Smoke/ShrinkEventBus.Smoke.csproj new file mode 100644 index 0000000..5f0a33d --- /dev/null +++ b/Tools~/DotNet/ShrinkEventBus.Smoke/ShrinkEventBus.Smoke.csproj @@ -0,0 +1,15 @@ + + + Exe + net8.0 + 9.0 + enable + + + + + + +