- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- Diagram content (shape and connector positions) -->
- <edmx:Diagrams>
- <Diagram DiagramId="90229ff7726f497bbf5ce68b198eef27" Name="Diagram1">
- <EntityTypeShape EntityType="B0Model.Dish" Width="1.5" PointX="0.75" PointY="1.125" IsExpanded="true" />
- <EntityTypeShape EntityType="B0Model.DishCompound" Width="1.5" PointX="3" PointY="0.875" IsExpanded="true" />
- <EntityTypeShape EntityType="B0Model.Ingredient" Width="1.5" PointX="0.75" PointY="4.125" IsExpanded="true" />
- <AssociationConnector Association="B0Model.FK_DishCompound_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="B0Model.FK_DishCompound_Ingredient" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|