Add fine-grained disabling of SourceGenerators
This allows manual testing and/or alternate source generators to provide functionality without conflict.
This commit is contained in:
parent
0291fcd7b6
commit
8ab3295e57
9 changed files with 14 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<Project>
|
||||
<ItemGroup>
|
||||
<!-- $(GodotProjectDir) is defined by Godot.NET.Sdk -->
|
||||
<CompilerVisibleProperty Include="GodotDisabledSourceGenerators" />
|
||||
<CompilerVisibleProperty Include="GodotProjectDir" />
|
||||
<CompilerVisibleProperty Include="GodotProjectDirBase64" />
|
||||
<CompilerVisibleProperty Include="GodotSourceGenerators" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue