digraph G { compound="true" rankdir="TB" bgcolor="white" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="deepskyblue4" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "Database" [fillcolor="deepskyblue2"]; "SimplCommerce.Infrastructure" [fillcolor="deepskyblue2"]; "SimplCommerce.WebHost" [fillcolor="deepskyblue2"]; "Modules" [fillcolor="deepskyblue2"]; "SimplCommerce.WebHost" -> "Modules" [label=" 6 ", penwidth="1"]; "SimplCommerce.WebHost" -> "SimplCommerce.Infrastructure" [label=" 4 ", penwidth="1"]; "Modules" -> "SimplCommerce.Infrastructure" [label=" 311 ", penwidth="10"]; }