Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ide.host.json « .template.config « RazorClassLibrary-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 431a939c4946b0210dd0e37f6aa1e3e54426e69c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "http://json.schemastore.org/vs-2017.3.host",
  "order": 700,
  "icon": "ide/RazorClassLibrary.ico",
  "symbolInfo": [
    {
      "id": "SupportPagesAndViews",
      "isVisible": "true"
    }
  ]
}