﻿<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="$edmxversion$" xmlns:edmx="$edmxnamespacename$">
  <!-- EF Runtime content -->
  <edmx:Runtime>
    <!-- SSDL content -->
    <edmx:StorageModels>
      <Schema xmlns="$ssdlnamespacename$" Namespace="$namespace$.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2005">
        <EntityContainer Name="$namespace$TargetContainer" >
        </EntityContainer>
      </Schema>
    </edmx:StorageModels>
    <!-- CSDL content -->
    <edmx:ConceptualModels>
      <Schema xmlns="$csdlnamespacename$" xmlns:cg="$cgnamespacename$" xmlns:store="$essgnamespacename$" Namespace="$namespace$" Alias="Self" $annotationnamespace$ $useStrongSpatialTypesAttribute$>
        <EntityContainer Name="$conceptualEntityContainerName$" $lazyloadingattribute$>
        </EntityContainer>
      </Schema>
    </edmx:ConceptualModels>
    <!-- C-S mapping content -->
    <edmx:Mappings>
      <Mapping xmlns="$msdlnamespacename$" Space="C-S">
        <Alias Key="Model" Value="$namespace$" />
        <Alias Key="Target" Value="$namespace$.Store" />
        <EntityContainerMapping CdmEntityContainer="$conceptualEntityContainerName$" StorageEntityContainer="$namespace$TargetContainer">
        </EntityContainerMapping>
      </Mapping>
    </edmx:Mappings>
  </edmx:Runtime>
  <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  <edmx:Designer xmlns="$edmxnamespacename$">
    <edmx:Connection>
      <DesignerInfoPropertySet>
        <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
      </DesignerInfoPropertySet>
    </edmx:Connection>
    <edmx:Options>
      <DesignerInfoPropertySet>
        <DesignerProperty Name="ValidateOnBuild" Value="true" />
        <DesignerProperty Name="EnablePluralization" Value="$enablePluralization$" />
      </DesignerInfoPropertySet>
    </edmx:Options>
    <!-- Diagram content (shape and connector positions) -->
    <edmx:Diagrams>
    </edmx:Diagrams>
  </edmx:Designer>
</edmx:Edmx>
