forked from jeske/SimpleHttpServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleHttpServer.sln
executable file
·50 lines (50 loc) · 2.99 KB
/
SimpleHttpServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServer", "SimpleHttpServer\SimpleHttpServer.csproj", "{9E139539-C272-488A-BFCF-CADDF458DF9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{170DADDD-BDC9-4FAB-A850-E4E2B8DFF24D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServer.Test", "SimpleHttpServer.Test\SimpleHttpServer.Test.csproj", "{A04B89BA-8FB7-44F1-8343-BB51ED1017A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServer.App", "SimpleHttpServer.App\SimpleHttpServer.App.csproj", "{61CCC111-4C28-4768-90D3-9A5D27A480CF}"
ProjectSection(ProjectDependencies) = postProject
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0} = {A04B89BA-8FB7-44F1-8343-BB51ED1017A0}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServer.WebApp", "SimpleHttpServer.WebApp\SimpleHttpServer.WebApp.csproj", "{52C884A2-B53B-4893-9F4F-F91F096D00B0}"
ProjectSection(ProjectDependencies) = postProject
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0} = {A04B89BA-8FB7-44F1-8343-BB51ED1017A0}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E139539-C272-488A-BFCF-CADDF458DF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E139539-C272-488A-BFCF-CADDF458DF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E139539-C272-488A-BFCF-CADDF458DF9D}.Release|Any CPU.ActiveCfg = Release|x86
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0}.Release|Any CPU.Build.0 = Release|Any CPU
{61CCC111-4C28-4768-90D3-9A5D27A480CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61CCC111-4C28-4768-90D3-9A5D27A480CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61CCC111-4C28-4768-90D3-9A5D27A480CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61CCC111-4C28-4768-90D3-9A5D27A480CF}.Release|Any CPU.Build.0 = Release|Any CPU
{52C884A2-B53B-4893-9F4F-F91F096D00B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52C884A2-B53B-4893-9F4F-F91F096D00B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52C884A2-B53B-4893-9F4F-F91F096D00B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52C884A2-B53B-4893-9F4F-F91F096D00B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A04B89BA-8FB7-44F1-8343-BB51ED1017A0} = {170DADDD-BDC9-4FAB-A850-E4E2B8DFF24D}
EndGlobalSection
EndGlobal