major: Native AOT projects and solution #767
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Ahead-Of-Time (AOT) build configuration for the Screenbox application, targeting Windows platforms with .NET 9.0 and UWP compatibility. The main changes include the addition of new solution and project files for AOT builds, as well as the setup of platform-specific build and deployment settings.
AOT Build System Setup:
Screenbox.AOT.slnxthat defines platform configurations (x86, x64, arm64) and includes both the core and application AOT projects.Screenbox/Screenbox.AOT.csprojfor the main application, configured for AOT publishing, multi-platform support, and UWP features. It references the new core project and includes relevant NuGet packages for UWP development, dependency injection, analytics, crash reporting, and media playback.Screenbox.Core/Screenbox.Core.AOT.csprojas a new core library project, targeting .NET 9.0 with UWP compatibility and AOT support, and including essential dependencies for diagnostics, MVVM, serialization, error tracking, and media tag reading.removed WinUI and LibVlcSharp in Core