-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathShopularity.abpsln
More file actions
90 lines (90 loc) · 2.34 KB
/
Shopularity.abpsln
File metadata and controls
90 lines (90 loc) · 2.34 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"id": "b3f11893-ff84-48b1-b4de-3e8a401024ee",
"template": "app-nolayers",
"versions": {
"AbpFramework": "9.3.2",
"AbpStudio": "1.2.2",
"TargetDotnetFramework": "net9.0",
"AbpCommercial": "9.3.2",
"LeptonX": "4.3.2"
},
"modules": {
"Shopularity": {
"path": "Shopularity.abpmdl",
"folder": "main"
},
"Shopularity.Payment": {
"path": "modules/shopularity.payment/Shopularity.Payment.abpmdl",
"folder": "modules"
},
"Shopularity.Ordering": {
"path": "modules/shopularity.ordering/Shopularity.Ordering.abpmdl",
"folder": "modules"
},
"Shopularity.Catalog": {
"path": "modules/shopularity.catalog/Shopularity.Catalog.abpmdl",
"folder": "modules"
},
"Shopularity.Basket": {
"path": "modules/shopularity.basket/Shopularity.Basket.abpmdl",
"folder": "modules"
}
},
"runProfiles": {
"Default": {
"path": "etc/run-profiles/Default.abprun.json"
}
},
"options": {
"httpRequests": {
"ignoredUrls": []
}
},
"creatingStudioConfiguration": {
"template": "app-nolayers",
"createdAbpStudioVersion": "1.1.2",
"multiTenancy": "true",
"runInstallLibs": "true",
"useLocalReferences": "false",
"uiFramework": "blazor-webapp",
"databaseProvider": "ef",
"runDbMigrator": "true",
"databaseManagementSystem": "sqlserver",
"createInitialMigration": "true",
"theme": "leptonx-lite",
"themeStyle": "",
"themeMenuPlacement": "",
"publicWebsite": "",
"socialLogin": "false",
"selectedLanguages": [
"English",
"English (United Kingdom)",
"Chinese (Simplified)",
"Spanish",
"Arabic",
"Hindi ",
"Portuguese (Brazil)",
"French",
"Russian",
"German (Germany)",
"Turkish",
"Italian",
"Czech",
"Hungarian",
"Romanian (Romania)",
"Swedish",
"Finnish",
"Slovak",
"Icelandic",
"Chinese (Traditional)"
],
"defaultLanguage": "English",
"createCommand": "abp new Shopularity -t app-nolayers --ui-framework blazor-webapp --mobile --database-provider ef --database-management-system sqlserver --theme leptonx-lite --no-tests --without-cms-kit --dont-run-bundling --use-open-source-template"
},
"folders": {
"items": {
"main": {},
"modules": {}
}
}
}