Created
November 14, 2025 13:53
-
-
Save disouzam/f9efa4845adc6ff374621bffca76dae1 to your computer and use it in GitHub Desktop.
Checking constants defined in C# project files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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