-
Notifications
You must be signed in to change notification settings - Fork 0
/
EngineIOSharp.sln
43 lines (43 loc) · 2.62 KB
/
EngineIOSharp.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 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EngineIOSharp", "EngineIOSharp\EngineIOSharp.csproj", "{2EDE989E-0772-4B20-BF3F-04ED60BE9813}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIOSharp-Example Client", "EngineIOSharp-Example Client\EngineIOSharp-Example Client.csproj", "{AB265FFD-6ABC-4967-A68B-01334EAB8E1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIOSharp-Example Server", "EngineIOSharp-Example Server\EngineIOSharp-Example Server.csproj", "{FC0DEDE0-AB90-4171-BEFB-14C7E09B8A86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EngineIOSharp.Test", "EngineIOSharpTest\EngineIOSharp.Test.csproj", "{EC536FE5-DCA8-48B1-9A26-B10197E267D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EDE989E-0772-4B20-BF3F-04ED60BE9813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EDE989E-0772-4B20-BF3F-04ED60BE9813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EDE989E-0772-4B20-BF3F-04ED60BE9813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EDE989E-0772-4B20-BF3F-04ED60BE9813}.Release|Any CPU.Build.0 = Release|Any CPU
{AB265FFD-6ABC-4967-A68B-01334EAB8E1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB265FFD-6ABC-4967-A68B-01334EAB8E1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB265FFD-6ABC-4967-A68B-01334EAB8E1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB265FFD-6ABC-4967-A68B-01334EAB8E1E}.Release|Any CPU.Build.0 = Release|Any CPU
{FC0DEDE0-AB90-4171-BEFB-14C7E09B8A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC0DEDE0-AB90-4171-BEFB-14C7E09B8A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC0DEDE0-AB90-4171-BEFB-14C7E09B8A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC0DEDE0-AB90-4171-BEFB-14C7E09B8A86}.Release|Any CPU.Build.0 = Release|Any CPU
{EC536FE5-DCA8-48B1-9A26-B10197E267D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC536FE5-DCA8-48B1-9A26-B10197E267D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC536FE5-DCA8-48B1-9A26-B10197E267D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC536FE5-DCA8-48B1-9A26-B10197E267D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F7337D3-0B39-45EA-98BA-2B9C80027D14}
EndGlobalSection
EndGlobal