-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sharplus.sln
63 lines (63 loc) · 4.2 KB
/
Sharplus.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
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharplus", "Sharplus\Sharplus.csproj", "{72714F7E-4EA8-404F-88A4-4C6579AE924E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharplus.Tests", "Sharplus.Tests\Sharplus.Tests.csproj", "{7E864AB4-F3CA-4DA3-B085-FBA910CC7BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharplus.Architecture", "Sharplus.Architecture\Sharplus.Architecture.csproj", "{194BD6C4-3361-4900-AC62-56F7CED3812E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharplus.WebSockets", "Sharplus.WebSockets\Sharplus.WebSockets.csproj", "{F7E44881-72EF-4250-83CC-F6516F5D4517}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharplus.Droid", "Sharplus.Droid\Sharplus.Droid.csproj", "{1C79BF85-14B6-428F-BBCF-5D68B051C576}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharplus.Droid.Tests", "Sharplus.Droid.Tests\Sharplus.Droid.Tests.csproj", "{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharplus.WebSockets.Tests", "Sharplus.WebSockets.Tests\Sharplus.WebSockets.Tests.csproj", "{8E4A30A7-C8D3-43F3-8239-FFA5F0C821E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72714F7E-4EA8-404F-88A4-4C6579AE924E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72714F7E-4EA8-404F-88A4-4C6579AE924E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72714F7E-4EA8-404F-88A4-4C6579AE924E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72714F7E-4EA8-404F-88A4-4C6579AE924E}.Release|Any CPU.Build.0 = Release|Any CPU
{7E864AB4-F3CA-4DA3-B085-FBA910CC7BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E864AB4-F3CA-4DA3-B085-FBA910CC7BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E864AB4-F3CA-4DA3-B085-FBA910CC7BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E864AB4-F3CA-4DA3-B085-FBA910CC7BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{194BD6C4-3361-4900-AC62-56F7CED3812E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{194BD6C4-3361-4900-AC62-56F7CED3812E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{194BD6C4-3361-4900-AC62-56F7CED3812E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{194BD6C4-3361-4900-AC62-56F7CED3812E}.Release|Any CPU.Build.0 = Release|Any CPU
{F7E44881-72EF-4250-83CC-F6516F5D4517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E44881-72EF-4250-83CC-F6516F5D4517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E44881-72EF-4250-83CC-F6516F5D4517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7E44881-72EF-4250-83CC-F6516F5D4517}.Release|Any CPU.Build.0 = Release|Any CPU
{1C79BF85-14B6-428F-BBCF-5D68B051C576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C79BF85-14B6-428F-BBCF-5D68B051C576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C79BF85-14B6-428F-BBCF-5D68B051C576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C79BF85-14B6-428F-BBCF-5D68B051C576}.Release|Any CPU.Build.0 = Release|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{23854FE5-5C6F-4B9E-9530-D4DCE2871E0C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8E4A30A7-C8D3-43F3-8239-FFA5F0C821E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E4A30A7-C8D3-43F3-8239-FFA5F0C821E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E4A30A7-C8D3-43F3-8239-FFA5F0C821E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E4A30A7-C8D3-43F3-8239-FFA5F0C821E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48F3A457-CD7F-4A95-B24E-179F554DF46B}
EndGlobalSection
EndGlobal