-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
81 changed files
with
960 additions
and
1,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,4 @@ ModelManifest.xml | |
# Rider | ||
.idea | ||
|
||
profile.arm.json | ||
|
||
# BlazorWasm | ||
profile.arm.json |
49 changes: 49 additions & 0 deletions
49
src/Templates/BlazorEmpty/Bit.BlazorEmpty/.template.config/dotnetcli.host.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/dotnetcli.host", | ||
"symbolInfo": { | ||
"skipRestore": { | ||
"longName": "no-restore", | ||
"shortName": "" | ||
}, | ||
"InteractivityPlatform": { | ||
"longName": "interactivity", | ||
"shortName": "int" | ||
}, | ||
"AllInteractive": { | ||
"longName": "all-interactive" | ||
}, | ||
"InteractivityLocation": { | ||
"isHidden": true | ||
}, | ||
"Framework": { | ||
"longName": "framework" | ||
}, | ||
"kestrelHttpPort": { | ||
"isHidden": true | ||
}, | ||
"kestrelHttpsPort": { | ||
"isHidden": true | ||
}, | ||
"iisHttpPort": { | ||
"isHidden": true | ||
}, | ||
"iisHttpsPort": { | ||
"isHidden": true | ||
}, | ||
"ExcludeLaunchSettings": { | ||
"longName": "exclude-launch-settings", | ||
"shortName": "" | ||
}, | ||
"NoHttps": { | ||
"longName": "no-https", | ||
"shortName": "" | ||
}, | ||
"UseProgramMain": { | ||
"longName": "use-program-main", | ||
"shortName": "" | ||
} | ||
}, | ||
"usageExamples": [ | ||
"-int auto" | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
src/Templates/BlazorEmpty/Bit.BlazorEmpty/.template.config/ide.host.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/ide.host", | ||
"order": 610, | ||
"icon": "ide/icon.ico", | ||
"disableHttpsSymbol": "NoHttps", | ||
"symbolInfo": [ | ||
{ | ||
"id": "InteractivityPlatform", | ||
"isVisible": true, | ||
"persistenceScope": "templateGroup" | ||
}, | ||
{ | ||
"id": "InteractivityLocation", | ||
"isVisible": true, | ||
"persistenceScope": "templateGroup" | ||
}, | ||
{ | ||
"id": "UseProgramMain", | ||
"isVisible": true, | ||
"persistenceScope": "shared", | ||
"persistenceScopeName": "bit platform" | ||
} | ||
] | ||
} |
Binary file added
BIN
+5.35 KB
src/Templates/BlazorEmpty/Bit.BlazorEmpty/.template.config/ide/icon.ico
Binary file not shown.
Oops, something went wrong.