-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Feature description
Organize the folder structure for better project management.
Why is this feature important?
No response
Additional context
Folder structure:
src
├─ apps
│ ├─ Rebound.About
│ ├─ Rebound.Cleanup
│ ├─ Rebound.Keyboard
│ └─ ...
│
├─ core
│ ├─ forge
│ │ └─ Rebound.Forge
│ ├─ libs
│ │ └─ Rebound.SourceGenerator
│ └─ shared
│ └─ Rebound.Core
│
├─ platforms
│ ├─ Rebound.ManagementConsole
│ └─ Rebound.Shell
│
└─ system
├─ Rebound.App
└─ Rebound.ServiceHost
eng
├─ distribution
│ ├─ standalone
│ │ ├─ Rebound.Installer
│ │ ├─ Rebound.Uninstaller
│ │ └─ Rebound.Updater
│ │
│ └─ store
│ └─ Rebound.Package
│
├─ lib
│ └─ Rebound.Installation
│
└─ scripts
Metadata
Metadata
Assignees
Labels
✨ EnhancementNew feature or request.New feature or request.