-
Notifications
You must be signed in to change notification settings - Fork 30
/
Butterfly.Server.sln
56 lines (56 loc) · 3.52 KB
/
Butterfly.Server.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABFE981E-65DD-4764-952A-DE4F2D055AEA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Example.RealtimeStreamingChart", "Butterfly.Example.RealtimeStreamingChart\Butterfly.Example.RealtimeStreamingChart.csproj", "{9EE371DF-481C-4403-8EB4-D2F49490A9BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Example.Contacts", "Butterfly.Example.Contacts\Butterfly.Example.Contacts.csproj", "{310C3A3A-D765-464B-83BF-9DD4E819C935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Example.Todos", "Butterfly.Example.Todos\Butterfly.Example.Todos.csproj", "{BF007E41-CCBB-42DD-8756-5D008FE43000}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Example.Echo", "Butterfly.Example.Echo\Butterfly.Example.Echo.csproj", "{CB1C8839-62F7-404C-98DE-9D86EA41BBCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Example.DbEvents", "Butterfly.Example.DbEvents\Butterfly.Example.DbEvents.csproj", "{32564A87-5505-4292-BBC6-68402B8F8762}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EE371DF-481C-4403-8EB4-D2F49490A9BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EE371DF-481C-4403-8EB4-D2F49490A9BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EE371DF-481C-4403-8EB4-D2F49490A9BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EE371DF-481C-4403-8EB4-D2F49490A9BA}.Release|Any CPU.Build.0 = Release|Any CPU
{310C3A3A-D765-464B-83BF-9DD4E819C935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{310C3A3A-D765-464B-83BF-9DD4E819C935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{310C3A3A-D765-464B-83BF-9DD4E819C935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{310C3A3A-D765-464B-83BF-9DD4E819C935}.Release|Any CPU.Build.0 = Release|Any CPU
{BF007E41-CCBB-42DD-8756-5D008FE43000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF007E41-CCBB-42DD-8756-5D008FE43000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF007E41-CCBB-42DD-8756-5D008FE43000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF007E41-CCBB-42DD-8756-5D008FE43000}.Release|Any CPU.Build.0 = Release|Any CPU
{CB1C8839-62F7-404C-98DE-9D86EA41BBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB1C8839-62F7-404C-98DE-9D86EA41BBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB1C8839-62F7-404C-98DE-9D86EA41BBCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB1C8839-62F7-404C-98DE-9D86EA41BBCF}.Release|Any CPU.Build.0 = Release|Any CPU
{32564A87-5505-4292-BBC6-68402B8F8762}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32564A87-5505-4292-BBC6-68402B8F8762}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32564A87-5505-4292-BBC6-68402B8F8762}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32564A87-5505-4292-BBC6-68402B8F8762}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_BuildVersioningStyle = None.None.None.Increment
BuildVersion_StartDate = 2000/1/1
SolutionGuid = {7B71B2A6-37E0-45B9-9FE3-48A7CA5E2237}
EndGlobalSection
EndGlobal