16 lines
1007 B
XML
16 lines
1007 B
XML
<?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="da0c6095014e4dcdba4918743ea7998d" Name="Diagram1">
|
|
<EntityTypeShape EntityType="boilerplateModel.Client" Width="1.5" PointX="0.75" PointY="0.75" />
|
|
<EntityTypeShape EntityType="boilerplateModel.Item" Width="1.5" PointX="2.75" PointY="0.75" />
|
|
<EntityTypeShape EntityType="boilerplateModel.News" Width="1.5" PointX="8.75" PointY="0.75" />
|
|
<EntityTypeShape EntityType="boilerplateModel.Setting" Width="1.5" PointX="6.75" PointY="0.75" />
|
|
<EntityTypeShape EntityType="boilerplateModel.User" Width="1.5" PointX="4.75" PointY="0.75" />
|
|
</Diagram>
|
|
</edmx:Diagrams>
|
|
</edmx:Designer>
|
|
</edmx:Edmx> |