Godot.SourceGenerators.props 430 B

12345678910
  1. <Project>
  2. <ItemGroup>
  3. <!-- $(GodotProjectDir) is defined by Godot.NET.Sdk -->
  4. <CompilerVisibleProperty Include="GodotDisabledSourceGenerators" />
  5. <CompilerVisibleProperty Include="GodotProjectDir" />
  6. <CompilerVisibleProperty Include="GodotProjectDirBase64" />
  7. <CompilerVisibleProperty Include="GodotSourceGenerators" />
  8. <CompilerVisibleProperty Include="IsGodotToolsProject" />
  9. </ItemGroup>
  10. </Project>