mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
This allows manual testing and/or alternate source generators to provide functionality without conflict.
10 lines
430 B
XML
10 lines
430 B
XML
<Project>
|
|
<ItemGroup>
|
|
<!-- $(GodotProjectDir) is defined by Godot.NET.Sdk -->
|
|
<CompilerVisibleProperty Include="GodotDisabledSourceGenerators" />
|
|
<CompilerVisibleProperty Include="GodotProjectDir" />
|
|
<CompilerVisibleProperty Include="GodotProjectDirBase64" />
|
|
<CompilerVisibleProperty Include="GodotSourceGenerators" />
|
|
<CompilerVisibleProperty Include="IsGodotToolsProject" />
|
|
</ItemGroup>
|
|
</Project>
|