From 3af8bd071eb6e99c9b3de90f5aaa939d18cda4f3 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 25 Aug 2019 15:49:51 +0200 Subject: Set C# 7 as LangVersion for GodotTools and Godot API projects This will make it harder for someone to accidentally commit code that requires a newer version. --- .../GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj | 1 + modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj | 1 + .../GodotTools/GodotTools.IdeConnection/GodotTools.IdeConnection.csproj | 1 + .../GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj | 1 + modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj | 1 + modules/mono/glue/Managed/Managed.csproj | 1 + 6 files changed, 6 insertions(+) diff --git a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj index f3ac353c0f..dcfdd83831 100644 --- a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj @@ -11,6 +11,7 @@ GodotTools.BuildLogger v4.5 512 + 7 AnyCPU diff --git a/modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj b/modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj index f36b40f87c..24c7cb1573 100644 --- a/modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj @@ -8,6 +8,7 @@ GodotTools.Core GodotTools.Core v4.5 + 7 true diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/GodotTools.IdeConnection.csproj b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/GodotTools.IdeConnection.csproj index 84c08251ab..94e525715b 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/GodotTools.IdeConnection.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/GodotTools.IdeConnection.csproj @@ -11,6 +11,7 @@ GodotTools.IdeConnection v4.5 512 + 7 AnyCPU diff --git a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj index 08b8ba3946..c745fe321b 100644 --- a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj +++ b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj @@ -9,6 +9,7 @@ GodotTools.ProjectEditor v4.5 obj + 7 true diff --git a/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj b/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj index e2d576caef..3c57900873 100644 --- a/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj +++ b/modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj @@ -10,6 +10,7 @@ v4.5 $(SolutionDir)/../../../../ Debug + 7 true diff --git a/modules/mono/glue/Managed/Managed.csproj b/modules/mono/glue/Managed/Managed.csproj index ad55fe9539..c8eca71199 100644 --- a/modules/mono/glue/Managed/Managed.csproj +++ b/modules/mono/glue/Managed/Managed.csproj @@ -8,6 +8,7 @@ Managed Managed v4.5 + 7 true -- cgit v1.2.3