diff --git a/.gitignore b/.gitignore index c701f3a..cf2e876 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ /[Aa]ssets/Plugins/Editor/JetBrains* # Jetbrains Rider personal-layer settings *.DotSettings.user +!DotNet~/*.csproj +!DotNet~/**/*.csproj /DotNet~/**/[Bb]in/ /DotNet~/**/[Oo]bj/ /Godot~/**/[Bb]in/ @@ -116,3 +118,5 @@ InitTestScene*.unity* /Tools~/**/[Oo]bj/ *.user *.DotSettings.user +!DotNet~/*.csproj +!DotNet~/**/*.csproj diff --git a/DotNet~/ShrinkSDK.EventBus.csproj b/DotNet~/ShrinkSDK.EventBus.csproj new file mode 100644 index 0000000..3f61641 --- /dev/null +++ b/DotNet~/ShrinkSDK.EventBus.csproj @@ -0,0 +1,19 @@ + + + netstandard2.1 + false + ShrinkEventBus.Runtime + ShrinkEventBus + ShrinkSDK.EventBus + 2.1.0 + ShrinkSDK typed event bus runtime. + false + + + + + + + +