mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-03 05:06:50 +00:00
8ab3295e57
This allows manual testing and/or alternate source generators to provide functionality without conflict.
11 lines
430 B
XML
11 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>
|