From 3ce09246d10a267bf00ae8bf37068ec458c69287 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sat, 9 May 2020 20:45:43 +0200 Subject: C#: Rewrite GodotTools messaging protocol --- .../GodotTools.IdeMessaging.csproj | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj (limited to 'modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj') diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj new file mode 100644 index 0000000000..67815959a6 --- /dev/null +++ b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj @@ -0,0 +1,24 @@ + + + {92600954-25F0-4291-8E11-1FEE9FC4BE20} + netstandard2.0 + 7.2 + GodotTools.IdeMessaging + 1.1.0 + $(Version) + Godot Engine contributors + + godot + https://github.com/godotengine/godot/tree/master/modules/mono/editor/GodotTools/GodotTools.IdeMessaging + MIT + +This library enables communication with the Godot Engine editor (the version with .NET support). +It's intended for use in IDEs/editors plugins for a better experience working with Godot C# projects. + +A client using this library is only compatible with servers of the same major version and of a lower or equal minor version. + + + + + + -- cgit v1.2.3