forked from natemcmaster/dotnet-serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotnet-serve.sln
51 lines (51 loc) · 2.51 KB
/
dotnet-serve.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C769ED8F-FD49-48BF-AE78-1F6ABCEAD42B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-serve", "src\dotnet-serve\dotnet-serve.csproj", "{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BABEE13-E148-472E-955A-1592CF8FC87E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2266ACA2-C30A-43CC-8C29-55D8EFA74BA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-serve.Tests", "test\dotnet-serve.Tests\dotnet-serve.Tests.csproj", "{4F5C8689-CAC3-4301-A48B-132E195C5EFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{4F5C8689-CAC3-4301-A48B-132E195C5EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F5C8689-CAC3-4301-A48B-132E195C5EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F5C8689-CAC3-4301-A48B-132E195C5EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F5C8689-CAC3-4301-A48B-132E195C5EFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D} = {C769ED8F-FD49-48BF-AE78-1F6ABCEAD42B}
{4F5C8689-CAC3-4301-A48B-132E195C5EFB} = {2266ACA2-C30A-43CC-8C29-55D8EFA74BA1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E6AF21B-9CC7-414F-8D8F-E12676569DB4}
EndGlobalSection
EndGlobal