-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSqlStreamStore.Browser.sln
84 lines (84 loc) · 5.69 KB
/
SqlStreamStore.Browser.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{201619A5-C1FF-43A1-A64A-2C41174A2D23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlStreamStore.Browser", "src\SqlStreamStore.Browser\SqlStreamStore.Browser.csproj", "{95D21E5E-9919-459F-8A0D-1853F8682FAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlStreamStore.Browser.DevServer", "src\SqlStreamStore.Browser.DevServer\SqlStreamStore.Browser.DevServer.csproj", "{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlStreamStore.Browser.Tests", "src\SqlStreamStore.Browser.Tests\SqlStreamStore.Browser.Tests.csproj", "{7FE345A3-A4E3-4160-B364-14D590F3DB31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlStreamStore.Browser.Build", "src\SqlStreamStore.Browser.Build\SqlStreamStore.Browser.Build.csproj", "{D1B454F9-BF5B-4FE3-967D-D0B01527639A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|x64.ActiveCfg = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|x64.Build.0 = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Debug|x86.Build.0 = Debug|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|Any CPU.Build.0 = Release|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|x64.ActiveCfg = Release|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|x64.Build.0 = Release|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|x86.ActiveCfg = Release|Any CPU
{95D21E5E-9919-459F-8A0D-1853F8682FAA}.Release|x86.Build.0 = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|x64.ActiveCfg = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|x64.Build.0 = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|x86.ActiveCfg = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Debug|x86.Build.0 = Debug|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|Any CPU.Build.0 = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|x64.ActiveCfg = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|x64.Build.0 = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|x86.ActiveCfg = Release|Any CPU
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71}.Release|x86.Build.0 = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|x64.ActiveCfg = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|x64.Build.0 = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|x86.ActiveCfg = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Debug|x86.Build.0 = Debug|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|Any CPU.Build.0 = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|x64.ActiveCfg = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|x64.Build.0 = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|x86.ActiveCfg = Release|Any CPU
{7FE345A3-A4E3-4160-B364-14D590F3DB31}.Release|x86.Build.0 = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|x64.ActiveCfg = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|x64.Build.0 = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|x86.ActiveCfg = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Debug|x86.Build.0 = Debug|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|x64.ActiveCfg = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|x64.Build.0 = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|x86.ActiveCfg = Release|Any CPU
{D1B454F9-BF5B-4FE3-967D-D0B01527639A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95D21E5E-9919-459F-8A0D-1853F8682FAA} = {201619A5-C1FF-43A1-A64A-2C41174A2D23}
{3B3A5799-8BE4-4E29-BECA-ECDC925C4E71} = {201619A5-C1FF-43A1-A64A-2C41174A2D23}
{7FE345A3-A4E3-4160-B364-14D590F3DB31} = {201619A5-C1FF-43A1-A64A-2C41174A2D23}
{D1B454F9-BF5B-4FE3-967D-D0B01527639A} = {201619A5-C1FF-43A1-A64A-2C41174A2D23}
EndGlobalSection
EndGlobal