Skip to content

Implement stub .exe support for apps + WinRT components#1895

Merged
Sergio0694 merged 24 commits intostaging/2.3from
user/sergiopedri/stub-exe2
Jan 22, 2025
Merged

Implement stub .exe support for apps + WinRT components#1895
Sergio0694 merged 24 commits intostaging/2.3from
user/sergiopedri/stub-exe2

Conversation

@Sergio0694
Copy link
Member

This PR adds support for generating a stub .exe for an app that's merging WinRT components.
We can split the general "stub .exe" feature into two steps:

  • This PR covers the stub .exe for the application entry point
  • A follow up PR can add support for additional stub .exe-s for custom entry points

This uses a normal binary with standard options.
We can optimize the size to skip CRT in a follow up.

""");

// There's three possible cases for this method:
// There's four possible cases for this method:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a C# exe project to reference the authoring project and set this property to exercise these changes in the build?

@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/stub-exe2 branch from 7647097 to 13ac7d3 Compare January 20, 2025 22:49
@Sergio0694 Sergio0694 merged commit 10a4421 into staging/2.3 Jan 22, 2025
10 checks passed
@Sergio0694 Sergio0694 deleted the user/sergiopedri/stub-exe2 branch January 22, 2025 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants