forked from natemcmaster/dotnet-serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-serve.sln
48 lines (48 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
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
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.ps1 = build.ps1
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
dotnet-serve.sln.licenseheader = dotnet-serve.sln.licenseheader
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
version.props = version.props
EndProjectSection
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03156D3A-5F48-4F6B-8DAB-3ACED9241F1D} = {C769ED8F-FD49-48BF-AE78-1F6ABCEAD42B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E6AF21B-9CC7-414F-8D8F-E12676569DB4}
EndGlobalSection
EndGlobal