https://github.com/wherewhere/coreappuwp
UWP running on .net core app
https://github.com/wherewhere/coreappuwp
netcoreapp uwp
Last synced: 5 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 2 years ago)
- Default Branch: muxc
- Last Pushed: 2024-03-18T14:11:26.000Z (about 1 year ago)
- Last Synced: 2024-03-19T15:07:36.921Z (about 1 year ago)
- Topics: netcoreapp, uwp
- Language: C#
- Homepage:
- Size: 928 KB
- Stars: 15
- 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")