-
Notifications
You must be signed in to change notification settings - Fork 34
/
Serenity.CodeGenerator.config
32 lines (32 loc) · 1.16 KB
/
Serenity.CodeGenerator.config
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
{
"RootNamespace": "SerExtra",
"Connections": [
{
"Key": "Default",
"ConnectionString": "Data Source=(LocalDb)\\MSSqlLocalDB; Initial Catalog=SerExtra_Default_v1; Integrated Security=True",
"ProviderName": "System.Data.SqlClient",
"Tables": []
},
{
"Key": "Northwind",
"ConnectionString": "Data Source=(LocalDb)\\MSSqlLocalDB; Initial Catalog=SerExtra_Northwind_v1; Integrated Security=True",
"ProviderName": "System.Data.SqlClient",
"Tables": []
}
],
"KDiff3Path": "C:\\Program Files (x86)\\KDiff3\\kdiff3.exe",
"TFSIntegration": false,
"WebProjectFile": "..\\..\\..\\SerExtra\\SerExtra.Web\\SerExtra.Web.csproj",
"BaseRowClasses": [],
"RemoveForeignFields": [],
"CustomTemplates": "..\\..\\..\\SerExtra\\SerExtra.Web\Modules\\_Ext\\CodeGeneratorTemplates",
"CustomGenerate": {
"GridEditor": "{2}\\{0}GridEditor.ts",
"EditorDialog": "{2}\\{0}EditorDialog.ts"
},
"CustomSettings": {},
"GenerateRow": true,
"GenerateService": true,
"GenerateUI": true,
"GenerateCustom": true
}