1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00

C#: Add compat overloads

This commit is contained in:
Raul Santos
2023-06-08 21:18:49 +02:00
parent 217a20a8a0
commit bd65ae633d
4 changed files with 155 additions and 0 deletions

View File

@@ -34,6 +34,10 @@
<Private>false</Private>
</ProjectReference>
</ItemGroup>
<!-- Compat Sources -->
<ItemGroup>
<Compile Include="Compat.cs" />
</ItemGroup>
<!--
We import a props file with auto-generated includes. This works well with Rider.
However, Visual Studio and MonoDevelop won't list them in the solution explorer.