forked from Hsn723/anime-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameDB.edps
58 lines (58 loc) · 4.05 KB
/
GameDB.edps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<EntityDeveloper Version="5.0.66.0">
<ModelSettings xmlns:ed="http://devart.com/schemas/EntityDeveloper/1.0" AppConnectionStringName="GameDataContextConnectionString" ConnectionStringInAppConfig="True" TargetFramework="Net45">
<Generation />
<DatabaseFirstNamingRules>
<EntitySet PluralizationName="Unchanged" />
<Class UseSchemaAsPrefix="False" PluralizeCollectionNavigationPropertyName="False" RemoveUnderscores="False" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
<Property RemoveUnderscores="False" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
</DatabaseFirstNamingRules>
<ModelFirst StorageSynchronizationEnabled="True" TargetSchema="main">
<TargetServer Server="SQLite" ServerVersion="3.7" />
<ModelFirstNamingRules>
<Table RemoveUnderscores="False" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
<Column RemoveUnderscores="False" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
</ModelFirstNamingRules>
</ModelFirst>
<Diagrams>
<Diagram Name="Diagram1" DefaultDiagram="True" />
</Diagrams>
<Templates>
<Template Name="LinqConnect" Description="Use this LinqConnect template to generate a strongly-typed DataContext class and persistence-aware classes." Enabled="True" File=".\GameDB.LinqConnect.tmpl">
<ed:Property Name="ValidationFramework" Type="EntityDeveloper.TemplateEngine.ValidationFramework, EntityDeveloper.Common, Version=5.0.66.0, Culture=neutral, PublicKeyToken=09af7300eec23701">
<ValidationFramework>None</ValidationFramework>
</ed:Property>
<ed:Property Name="ValidationErrorMessages" Type="EntityDeveloper.TemplateEngine.ValidationErrorMessages, EntityDeveloper.Common, Version=5.0.66.0, Culture=neutral, PublicKeyToken=09af7300eec23701">
<ValidationErrorMessages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
</ed:Property>
<ed:Property Name="FilePerClass" Type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<boolean>false</boolean>
</ed:Property>
<ed:Property Name="HeaderTimestampVersionControlTag" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<string d6p1:nil="true" xmlns:d6p1="http://www.w3.org/2001/XMLSchema-instance" />
</ed:Property>
<ed:Property Name="EntitiesOutput" Type="EntityDeveloper.TemplateEngine.OutputInfo, EntityDeveloper.Common, Version=5.0.66.0, Culture=neutral, PublicKeyToken=09af7300eec23701">
<OutputInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Project />
<ProjectFolder />
<DestinationFolder />
</OutputInfo>
</ed:Property>
<ed:Property Name="ContextOutput" Type="EntityDeveloper.TemplateEngine.OutputInfo, EntityDeveloper.Common, Version=5.0.66.0, Culture=neutral, PublicKeyToken=09af7300eec23701">
<OutputInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Project />
<ProjectFolder />
<DestinationFolder />
</OutputInfo>
</ed:Property>
<ed:Property Name="GeneratePartialClass" Type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<boolean>false</boolean>
</ed:Property>
<ed:Property Name="ImplementCloneable" Type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<boolean>false</boolean>
</ed:Property>
</Template>
</Templates>
<AttributeAssemblies />
</ModelSettings>
</EntityDeveloper>