docs(repo-inventory): improve clarity in framework project references

Updated the documentation in `repo-inventory.md` to enhance clarity by simplifying the description of the framework `.csproj` file location. This change aims to provide a more straightforward reference for contributors regarding project structure.
This commit is contained in:
Marvin
2026-04-10 15:01:06 +02:00
parent 6e2cdac1dd
commit 539254db8c

View File

@@ -32,7 +32,7 @@ These folders typically sit **next to each other** in a developer workspace (see
| Concern | Where to look | | Concern | Where to look |
|---------|----------------| |---------|----------------|
| Framework `.csproj` | `gregCore/framework/FrikaMF.csproj` (see `gregCore/FrikaMF.sln`; a root `gregCore/FrikaMF.csproj` may exist for alternate layouts) | | Framework `.csproj` | `gregCore/framework/FrikaMF.csproj` (solution: `gregCore/FrikaMF.sln`) |
| Plugins (`FFM.Plugin.*`) — authoring | `gregExt.<Name>/` (e.g. `gregExt.AssetExporter/`) | | Plugins (`FFM.Plugin.*`) — authoring | `gregExt.<Name>/` (e.g. `gregExt.AssetExporter/`) |
| Plugins — optional mirrors | `gregCore/plugins/greg.Plugin.*` (und ältere `FFM.Plugin.*`-Spiegel je nach Branch) | | Plugins — optional mirrors | `gregCore/plugins/greg.Plugin.*` (und ältere `FFM.Plugin.*`-Spiegel je nach Branch) |
| Mod sources (`FMF.*`) | `gregMod.<Name>/` | | Mod sources (`FMF.*`) | `gregMod.<Name>/` |