Update project graph to 2.10 release (from RC1)

YoshiRulz 2025-02-15 06:59:26 +10:00
parent 44593554c5
commit b5f934bc3d
1 changed files with 1 additions and 9 deletions

@ -1,7 +1,7 @@
# Main solution
Graph of `<ProjectReference/>`s, as of 2.10 RC1:
![bizhawk.dot.png](https://github.com/user-attachments/assets/8925b4d5-a1e0-45fd-aa06-c5e08d59ba03)
![bizhawk.dot.png](https://github.com/user-attachments/assets/62ba6488-af99-4652-9c22-c2b6716b3963)
Color | Legend
--:|:--
@ -18,7 +18,6 @@ red | *Framework* via *Standard*&dagger;
For use with Graphviz' `dot`.
<!-- backlink: https://gitlab.com/TASVideos/BizHawk/-/snippets/1886666 -->
```dot
// BizHawk project dependency graph as of 2.10 RC1
digraph G {
@ -80,13 +79,6 @@ digraph G {
"BizHawk.Emulation.Cores" -> "BizHawk.Client.Common";
"BizHawk.Emulation.DiscSystem" -> "BizHawk.Client.DiscoHawk";
"BizHawk.Emulation.DiscSystem" -> "BizHawk.Emulation.Cores";
subgraph redundant { // removed in c22f2ab4f
edge [ color = "#7FFF7F3F"; constraint = false; headport = "s"; ];
"BizHawk.Bizware.Graphics" -> "BizHawk.Bizware.Test";
"BizHawk.Bizware.Graphics" -> "BizHawk.Client.EmuHawk";
"BizHawk.Bizware.Graphics" -> "BizHawk.Tests.Testroms.GB";
"BizHawk.Common" -> "BizHawk.Emulation.Common";
}
}
subgraph netframework_deps {