https://github.com/wherewhere/coreappuwp
UWP running on .NET Core App
https://github.com/wherewhere/coreappuwp
dotnet netcoreapp uwp
Last synced: 11 months ago
JSON representation
UWP running on .NET Core App
- Host: GitHub
- URL: https://github.com/wherewhere/coreappuwp
- Owner: wherewhere
- License: mit
- Created: 2022-10-25T09:52:28.000Z (over 3 years ago)
- Default Branch: muxc
- Last Pushed: 2025-07-20T06:08:38.000Z (11 months ago)
- Last Synced: 2025-07-20T08:23:25.749Z (11 months ago)
- Topics: dotnet, netcoreapp, uwp
- Language: C#
- Homepage:
- Size: 1.13 MB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreAppUWP
UWP running on .NET Core App
[](https://github.com/wherewhere/CoreAppUWP/blob/master/LICENSE "LICENSE")
[](https://github.com/wherewhere/CoreAppUWP/issues "Issues")
[](https://github.com/wherewhere/CoreAppUWP/stargazers "Stargazers")
## Dictionary
- [CoreAppUWP](#coreappuwp)
- [Dictionary](#dictionary)
- [Unlock WAS](#unlock-was)
- [Contributors](#contributors)
- [Credits](#credits)
## Unlock WAS
Import the registry file [EnableUWPWindow.reg](./EnableUWPWindow.reg) to unlock the Windows App SDK for CoreWindow.
## Contributors
[](https://github.com/wherewhere/CoreAppUWP/graphs/contributors "Contributors")
## Credits
- [@Aminator](https://github.com/Aminator "Amin Delavar") created the first [UWP on .NET Core App](https://github.com/Aminator/UwpWithoutVisualStudio "UwpWithoutVisualStudio")
- [@gus33000](https://github.com/gus33000 "Gustave Monce") created [CS/WinRT for UWP](https://github.com/gus33000/CsUWP "CsUWP")
- [@dongle-the-gadget](https://github.com/dongle-the-gadget "Dongle") created [Windows.SDK.NET.Ref for UWP](https://github.com/dongle-the-gadget/CsWinRTProjectionForWindows "CsWinRTProjectionForWindows")
- [@ahmed605](https://github.com/ahmed605 "Ahmed Walid") created [XAML build tool for UWP](https://www.nuget.org/packages/WindowsXaml.ModernDotNet.BuildTools "WindowsXaml.ModernDotNet.BuildTools")
- [@driver1998](https://github.com/driver1998 "初生之鸟") found the way to run [Windows App SDK on UWP](https://github.com/driver1998/HookCoreAppWinUI "HookCoreAppWinUI")