https://github.com/smalls1652/deskhelper
A Windows application to quickly get info about a computer.
https://github.com/smalls1652/deskhelper
Last synced: 6 months ago
JSON representation
A Windows application to quickly get info about a computer.
- Host: GitHub
- URL: https://github.com/smalls1652/deskhelper
- Owner: Smalls1652
- License: mit
- Created: 2022-04-06T23:34:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T12:00:59.000Z (over 1 year ago)
- Last Synced: 2025-04-04T13:12:49.926Z (7 months ago)
- Language: C#
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeskHelper
A Windows (MAUI and WPF) application to quickly get info about a device by utilizing Blazor Hybrid.
> ⚠️ **Note**
>
> This is a work-in-progress project and isn't guaranteed to be finished.## 🗺️ Project layout
### `DeskHelper.Maui.Blazor`
A .NET MAUI WinUI3/macOS Catalyst application utilizing Blazor Hybrid.
### `DeskHelper.Wpf`
A WPF application utilizing Blazor Hybrid.
### `DeskHelper.Blazor`
The core Blazor pages/components that are used in the MAUI and WPF applications. This is separated from the MAUI and WPF projects, so that the same underlying Blazor code works for both of them.
### `DeskHelper.Lib`
A class library that contains models for getting information about the computer.
## 🏗️ Building
> ⚠️ **Note**
>
> As of May 12th, 2022, [Visual Studio 2022 17.3 preview](https://visualstudio.microsoft.com/vs/preview/) with these two workloads installed:
>
> * **.NET desktop development**
> * _Needed for WPF_
> * **Mobile development with .NET**
> * _Needed for MAUI_**This section will be filled out later.**
## 🤝 License
This project is licensed under the [MIT License](./LICENSE).