This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
RedHttpServer.sln
58 lines (58 loc) · 3.57 KB
/
RedHttpServer.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
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedHttpServer", "src\RedHttpServer\RedHttpServer.csproj", "{141EA45B-9148-4F09-A48B-17083BB96DB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleServer", "src\ExampleServer\ExampleServer.csproj", "{F63814F5-2D27-410B-95BD-01D0D286D6B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "src\Test\Test.csproj", "{C17662C3-07D5-46AD-8E18-209E713EE1E9}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpTest", "src\FSharpTest\FSharpTest.fsproj", "{76F39769-1626-4658-A96F-533BEF078909}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedHttpServer.Tests", "src\RedHttpServer.Tests\RedHttpServer.Tests.csproj", "{C3595961-7D8A-4E46-96FF-E6F470550988}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{141EA45B-9148-4F09-A48B-17083BB96DB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{141EA45B-9148-4F09-A48B-17083BB96DB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{141EA45B-9148-4F09-A48B-17083BB96DB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{141EA45B-9148-4F09-A48B-17083BB96DB8}.Release|Any CPU.Build.0 = Release|Any CPU
{F63814F5-2D27-410B-95BD-01D0D286D6B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F63814F5-2D27-410B-95BD-01D0D286D6B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F63814F5-2D27-410B-95BD-01D0D286D6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F63814F5-2D27-410B-95BD-01D0D286D6B3}.Release|Any CPU.Build.0 = Release|Any CPU
{C17662C3-07D5-46AD-8E18-209E713EE1E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C17662C3-07D5-46AD-8E18-209E713EE1E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C17662C3-07D5-46AD-8E18-209E713EE1E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C17662C3-07D5-46AD-8E18-209E713EE1E9}.Release|Any CPU.Build.0 = Release|Any CPU
{76F39769-1626-4658-A96F-533BEF078909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F39769-1626-4658-A96F-533BEF078909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F39769-1626-4658-A96F-533BEF078909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F39769-1626-4658-A96F-533BEF078909}.Release|Any CPU.Build.0 = Release|Any CPU
{C3595961-7D8A-4E46-96FF-E6F470550988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3595961-7D8A-4E46-96FF-E6F470550988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3595961-7D8A-4E46-96FF-E6F470550988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3595961-7D8A-4E46-96FF-E6F470550988}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{141EA45B-9148-4F09-A48B-17083BB96DB8} = {D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}
{F63814F5-2D27-410B-95BD-01D0D286D6B3} = {D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}
{C17662C3-07D5-46AD-8E18-209E713EE1E9} = {D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}
{76F39769-1626-4658-A96F-533BEF078909} = {D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}
{C3595961-7D8A-4E46-96FF-E6F470550988} = {D9A21FF4-1C0B-45B1-8442-D89F53C67E2B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE192755-FA6B-4D74-86F1-2BD817ABD3BD}
EndGlobalSection
EndGlobal