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

Fixes incorrect C# File Mappings for VS

Open nickclark2016 opened this issue 3 years ago • 0 comments

What does this PR do?

Closes #1865. Without this, no platforms were ever emitted, which is invalid in VS2022.

How does this PR change Premake's behavior?

Always emits a platform block. This is not tested in VS2019 or earlier.

Anything else we should know?

N/A

Did you check all the boxes?

  • [x] Focus on a single fix or feature; remove any unrelated formatting or code changes
  • [x] Add unit tests showing fix or feature works; all tests pass
  • [x] Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • [x] Follow our coding conventions
  • [x] Minimize the number of commits
  • [x] Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

nickclark2016 avatar Jun 25 '22 23:06 nickclark2016