8ab3295e57
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>
|