premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Properly filter .NET build events for configuration

Open mendsley opened this issue 1 month ago • 6 comments

closes #2214

What does this PR do?

This change properly generates per-configuration conditions for build events with .NET projects rather than pulling build events from the project's "first" configuration

How does this PR change Premake's behavior?

Allows configuration filters to work as expected with .NET project generation

mendsley avatar May 28 '24 17:05 mendsley