﻿<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
	<!-- EF Runtime content -->
	<edmx:Runtime>
		<!-- SSDL content -->
		<edmx:StorageModels>
			<Schema Namespace="%DB_NAME%Model.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2000" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
				<EntityContainer Name="%DB_NAME%ModelStoreContainer">
				</EntityContainer>
			</Schema>
		</edmx:StorageModels>
		<!-- CSDL content -->
		<edmx:ConceptualModels>
			<Schema Namespace="%DB_NAME%Model" Alias="Self" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
				<EntityContainer Name="%DB_NAME%Entities" a:TypeAccess="Public" xmlns:a="http://schemas.microsoft.com/ado/2006/04/codegeneration" b:LazyLoadingEnabled="true" xmlns:b="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
				</EntityContainer>
			</Schema>
		</edmx:ConceptualModels>
		<!-- C-S mapping content -->
		<edmx:Mappings>
			<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2008/09/mapping/cs">
				<EntityContainerMapping StorageEntityContainer="%DB_NAME%ModelStoreContainer" CdmEntityContainer="%DB_NAME%Entities">
				</EntityContainerMapping>
			</Mapping>
		</edmx:Mappings>
	</edmx:Runtime>
	<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
	<edmx:Designer>
		<edmx:Connection>
			<DesignerInfoPropertySet xmlns="http://schemas.microsoft.com/ado/2008/10/edmx">
				<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
			</DesignerInfoPropertySet>
		</edmx:Connection>
		<edmx:Options>
			<DesignerInfoPropertySet xmlns="http://schemas.microsoft.com/ado/2008/10/edmx">
				<DesignerProperty Name="ValidateOnBuild" Value="true" />
				<DesignerProperty Name="EnablePluralization" Value="True" />
				<DesignerProperty Name="IncludeForeignKeysInModel" Value="True" />
			</DesignerInfoPropertySet>
		</edmx:Options>
		<!-- Diagram content (shape and connector positions) -->
		<edmx:Diagrams>
		</edmx:Diagrams>
	</edmx:Designer>
</edmx:Edmx>

