-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServerSentEvents.sln
43 lines (43 loc) · 2.64 KB
/
ServerSentEvents.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSentEvents", "src\ServerSentEvents\ServerSentEvents.csproj", "{D0371972-CBF5-4CE3-B291-430F20910B0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSentEvents.Test.Unit", "test\ServerSentEvents.Test.Unit\ServerSentEvents.Test.Unit.csproj", "{9D2CED4A-FAC5-422A-9DC9-71EEDD0CE208}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestServer", "test\TestServer\TestServer.csproj", "{92A6676D-A34F-4A23-A391-07226A4D52AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSentEvents.Test.Performance", "test\ServerSentEvents.Test.Performance\ServerSentEvents.Test.Performance.csproj", "{397E878F-1278-4E91-A868-48EDDF5E78BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0371972-CBF5-4CE3-B291-430F20910B0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0371972-CBF5-4CE3-B291-430F20910B0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0371972-CBF5-4CE3-B291-430F20910B0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0371972-CBF5-4CE3-B291-430F20910B0A}.Release|Any CPU.Build.0 = Release|Any CPU
{9D2CED4A-FAC5-422A-9DC9-71EEDD0CE208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D2CED4A-FAC5-422A-9DC9-71EEDD0CE208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D2CED4A-FAC5-422A-9DC9-71EEDD0CE208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D2CED4A-FAC5-422A-9DC9-71EEDD0CE208}.Release|Any CPU.Build.0 = Release|Any CPU
{92A6676D-A34F-4A23-A391-07226A4D52AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92A6676D-A34F-4A23-A391-07226A4D52AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92A6676D-A34F-4A23-A391-07226A4D52AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92A6676D-A34F-4A23-A391-07226A4D52AA}.Release|Any CPU.Build.0 = Release|Any CPU
{397E878F-1278-4E91-A868-48EDDF5E78BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397E878F-1278-4E91-A868-48EDDF5E78BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397E878F-1278-4E91-A868-48EDDF5E78BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397E878F-1278-4E91-A868-48EDDF5E78BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F32705A9-C14A-414A-9D11-9ED796221854}
EndGlobalSection
EndGlobal