Skip to content

Commit a7703dd

Browse files
committed
Config.json file added
1 parent 64f7208 commit a7703dd

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

Tigernet.sln

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33205.214
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tigernet.Hosting", "src\Tigernet.Hosting\Tigernet.Hosting.csproj", "{EBE16CB2-AE1E-439E-A72E-303069684BDF}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tigernet.Hosting", "src\Tigernet.Hosting\Tigernet.Hosting.csproj", "{EBE16CB2-AE1E-439E-A72E-303069684BDF}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7EDEAE10-8413-4C0F-8E8A-D062F81CC415}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3734CF8A-8C0A-4E62-A0E0-2E965136A11C}"
11+
ProjectSection(SolutionItems) = preProject
12+
docs\Introduction.md = docs\Introduction.md
13+
EndProjectSection
714
EndProject
815
Global
916
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -20,7 +27,7 @@ Global
2027
HideSolutionNode = FALSE
2128
EndGlobalSection
2229
GlobalSection(NestedProjects) = preSolution
23-
{EBE16CB2-AE1E-439E-A72E-303069684BDF} = {47E82885-6921-4513-9B04-2D936E4EA533}
30+
{EBE16CB2-AE1E-439E-A72E-303069684BDF} = {7EDEAE10-8413-4C0F-8E8A-D062F81CC415}
2431
EndGlobalSection
2532
GlobalSection(ExtensibilityGlobals) = postSolution
2633
SolutionGuid = {FB2057EE-77C9-4AD1-8889-D23043D2A6C1}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"hosting": {
3+
"public": "dist",
4+
"url": "https://localhost:5000",
5+
"port": 5000
6+
},
7+
"application": {
8+
"name": "My App",
9+
"description": "My App Description"
10+
},
11+
"runtime": {
12+
"framework": {
13+
"version": "0.0.1"
14+
},
15+
"execution": {
16+
"environment": "development",
17+
"commands": {
18+
"start": "tnet run",
19+
"build": "tnet build",
20+
"test": "tnet test"
21+
}
22+
},
23+
24+
}
25+
}

0 commit comments

Comments
 (0)