Godot.SourceGenerators.props 358 B

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