File tree 2 files changed +34
-2
lines changed
src/Tigernet.Hosting/Configurations
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.4.33205.214
5
5
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
+ Project Section (SolutionItems ) = preProject
12
+ docs \Introduction .md = docs \Introduction .md
13
+ EndProject Section
7
14
EndProject
8
15
Global
9
16
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
20
27
HideSolutionNode = FALSE
21
28
EndGlobalSection
22
29
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 }
24
31
EndGlobalSection
25
32
GlobalSection (ExtensibilityGlobals ) = postSolution
26
33
SolutionGuid = {FB2057EE-77C9-4AD1-8889-D23043D2A6C1}
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments