mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
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:
@@ -32,7 +32,7 @@ These folders typically sit **next to each other** in a developer workspace (see
|
||||
|
||||
| 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 — optional mirrors | `gregCore/plugins/greg.Plugin.*` (und ältere `FFM.Plugin.*`-Spiegel je nach Branch) |
|
||||
| Mod sources (`FMF.*`) | `gregMod.<Name>/` |
|
||||
|
||||
Reference in New Issue
Block a user