This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
HttpServer.sln
34 lines (34 loc) · 1.85 KB
/
HttpServer.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpServer", "HttpServer\HttpServer.csproj", "{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpServer_Test", "HttpServer_Test\HttpServer_Test.csproj", "{C3CC0769-9814-4896-8599-9EB0B807E785}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Release|Any CPU.Build.0 = Release|Any CPU
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Test|Any CPU.ActiveCfg = Test|Any CPU
{455E7D70-1C85-4D7F-9F01-DC801B8B8C34}.Test|Any CPU.Build.0 = Test|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Release|Any CPU.Build.0 = Release|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Test|Any CPU.Build.0 = Debug|Any CPU
{C3CC0769-9814-4896-8599-9EB0B807E785}.Test|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = HttpServer\HttpServer.csproj
EndGlobalSection
EndGlobal