summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.props
blob: 56c51159d086263fc061896d3152fb3642599ed6 (plain)
1
2
3
4
5
6
7
8
9
10
<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>