Removes SqlCE from template
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
"longName": "use-https-redirect",
|
||||
"shortName": ""
|
||||
},
|
||||
"UseSqlCe": {
|
||||
"longName": "SqlCe",
|
||||
"shortName": "ce"
|
||||
},
|
||||
"SkipRestore": {
|
||||
"longName": "no-restore",
|
||||
"shortName": ""
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"id": "UseHttpsRedirect",
|
||||
"isVisible": "true"
|
||||
},
|
||||
{
|
||||
"id": "UseSqlCe",
|
||||
"isVisible": "true"
|
||||
},
|
||||
{
|
||||
"id": "SkipRestore",
|
||||
"isVisible": "true"
|
||||
|
||||
@@ -49,13 +49,6 @@
|
||||
"datatype": "bool",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"UseSqlCe": {
|
||||
"displayName": "Add dependencies to use SQL CE database provider",
|
||||
"description": "Adds the required dependencies to use SQL Compact Edition as database provider (Windows only).",
|
||||
"type": "parameter",
|
||||
"datatype": "bool",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"SkipRestore": {
|
||||
"displayName": "Skip restore",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
|
||||
Reference in New Issue
Block a user