summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
diff options
context:
space:
mode:
authorFelix Bytow <drako@drako.guru>2024-09-04 17:10:25 +0200
committerFelix Bytow <drako@drako.guru>2024-09-05 10:04:24 +0200
commite9762b3eafb9ef1e2483cdbb924d93fa16a43ad3 (patch)
treef9c580f07e230dd7a88e8d4e7bc4a43acc326fcb /modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
parentb6223c0df0300ba2db17b5742c349f13c33f8884 (diff)
downloadredot-engine-e9762b3eafb9ef1e2483cdbb924d93fa16a43ad3.tar.gz
C# Assemblies can now be built with deprecated=no
Diffstat (limited to 'modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj')
-rw-r--r--modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
index 65b4824f94..715c1a4d51 100644
--- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
+++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
@@ -36,7 +36,7 @@
</ProjectReference>
</ItemGroup>
<!-- Compat Sources -->
- <ItemGroup>
+ <ItemGroup Condition=" '$(GodotNoDeprecated)' == '' ">
<Compile Include="Compat.cs" />
</ItemGroup>
<!--