[PR #10208] Fix compilation with VS16.10 and later #27951

Open
opened 2026-01-31 09:25:21 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10208

State: closed
Merged: Yes


Summary of the Pull Request

VS16.10 and later contain two regressions:

  • Marking the use of pshpack*.h in system headers with C4103
  • The newly included, builtin AssemblyReference.xaml is missing the AssemblyReferences project capability

PR Checklist

  • I work here

Validation Steps Performed

Built the project with VS16.10 and VS17.0.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10208 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request VS16.10 and later contain two regressions: * Marking the use of `pshpack*.h` in system headers with C4103 * The newly included, builtin `AssemblyReference.xaml` is missing the `AssemblyReferences` project capability ## PR Checklist * [x] I work here ## Validation Steps Performed Built the project with VS16.10 and VS17.0.
claunia added the pull-request label 2026-01-31 09:25:21 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27951