Update project graph to 2.10 release (from RC1)
parent
44593554c5
commit
b5f934bc3d
|
@ -1,7 +1,7 @@
|
||||||
# Main solution
|
# Main solution
|
||||||
|
|
||||||
Graph of `<ProjectReference/>`s, as of 2.10 RC1:
|
Graph of `<ProjectReference/>`s, as of 2.10 RC1:
|
||||||

|

|
||||||
|
|
||||||
Color | Legend
|
Color | Legend
|
||||||
--:|:--
|
--:|:--
|
||||||
|
@ -18,7 +18,6 @@ red | *Framework* via *Standard*†
|
||||||
|
|
||||||
For use with Graphviz' `dot`.
|
For use with Graphviz' `dot`.
|
||||||
|
|
||||||
<!-- backlink: https://gitlab.com/TASVideos/BizHawk/-/snippets/1886666 -->
|
|
||||||
```dot
|
```dot
|
||||||
// BizHawk project dependency graph as of 2.10 RC1
|
// BizHawk project dependency graph as of 2.10 RC1
|
||||||
digraph G {
|
digraph G {
|
||||||
|
@ -80,13 +79,6 @@ digraph G {
|
||||||
"BizHawk.Emulation.Cores" -> "BizHawk.Client.Common";
|
"BizHawk.Emulation.Cores" -> "BizHawk.Client.Common";
|
||||||
"BizHawk.Emulation.DiscSystem" -> "BizHawk.Client.DiscoHawk";
|
"BizHawk.Emulation.DiscSystem" -> "BizHawk.Client.DiscoHawk";
|
||||||
"BizHawk.Emulation.DiscSystem" -> "BizHawk.Emulation.Cores";
|
"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 {
|
subgraph netframework_deps {
|
||||||
|
|
Loading…
Reference in New Issue