-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheStreamChat.sln
42 lines (42 loc) · 2.25 KB
/
eStreamChat.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eStreamChat", "eStreamChat\eStreamChat.csproj", "{B9C688B3-684E-4B32-A3D1-907411FFC7BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eStreamChat.Interfaces", "eStreamChat.Interfaces\eStreamChat.Interfaces.csproj", "{1CC1BDD6-C0CF-4D68-A37F-09C7EA866F48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eStreamChat.SampleProviders", "eStreamChat.SampleProviders\eStreamChat.SampleProviders.csproj", "{873690D8-A080-46CE-B77F-58CAB590A09A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4EB14646-3DD3-491F-BCAF-D7DFB78B2024}"
ProjectSection(SolutionItems) = preProject
COPYING = COPYING
LICENSE = LICENSE
README = README
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9C688B3-684E-4B32-A3D1-907411FFC7BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9C688B3-684E-4B32-A3D1-907411FFC7BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9C688B3-684E-4B32-A3D1-907411FFC7BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9C688B3-684E-4B32-A3D1-907411FFC7BA}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC1BDD6-C0CF-4D68-A37F-09C7EA866F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC1BDD6-C0CF-4D68-A37F-09C7EA866F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC1BDD6-C0CF-4D68-A37F-09C7EA866F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC1BDD6-C0CF-4D68-A37F-09C7EA866F48}.Release|Any CPU.Build.0 = Release|Any CPU
{873690D8-A080-46CE-B77F-58CAB590A09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{873690D8-A080-46CE-B77F-58CAB590A09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{873690D8-A080-46CE-B77F-58CAB590A09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{873690D8-A080-46CE-B77F-58CAB590A09A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal