C#: Encode GodotProjectDir as Base64 to prevent issues with special characters

(cherry picked from commit f949e94991)
This commit is contained in:
Raul Santos 2023-03-03 18:17:17 +01:00 committed by Yuri Sizov
parent a397474bd0
commit c4618bcc1b
4 changed files with 13 additions and 3 deletions

View file

@ -2,6 +2,7 @@
<ItemGroup>
<!-- $(GodotProjectDir) is defined by Godot.NET.Sdk -->
<CompilerVisibleProperty Include="GodotProjectDir" />
<CompilerVisibleProperty Include="GodotProjectDirBase64" />
<CompilerVisibleProperty Include="GodotSourceGenerators" />
<CompilerVisibleProperty Include="IsGodotToolsProject" />
</ItemGroup>