Skip to content

Instantly share code, notes, and snippets.

@disouzam
Created November 14, 2025 13:53
Show Gist options
  • Select an option

  • Save disouzam/f9efa4845adc6ff374621bffca76dae1 to your computer and use it in GitHub Desktop.

Select an option

Save disouzam/f9efa4845adc6ff374621bffca76dae1 to your computer and use it in GitHub Desktop.
Checking constants defined in C# project files
<Target Name="Debug check" BeforeTargets="Build">
<Exec Command="echo $(DefineConstants)" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment