generated from splitio/.net-core-client
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Split.io.sln
80 lines (80 loc) · 5.56 KB
/
Split.io.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{79B9E308-3F0F-441F-92B6-18C73B5CA3ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.TestSupport", "tests\Splitio.TestSupport\Splitio.TestSupport.csproj", "{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio-tests", "tests\Splitio-tests\Splitio-tests.csproj", "{32840F07-126C-4E99-8F82-D9BCA646C355}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.Integration-tests", "tests\Splitio.Integration-tests\Splitio.Integration-tests.csproj", "{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.Redis", "Splitio.Redis\Splitio.Redis.csproj", "{BD7CCDE8-225B-4AAE-A47D-F202714D9608}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio", "src\Splitio\Splitio.csproj", "{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.Tests.Common", "tests\Splitio.Tests.Common\Splitio.Tests.Common.csproj", "{1303D5B7-0661-4B8E-A8C3-C5136027C10C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.Integration-redis-tests", "tests\Splitio.Integration-redis-tests\Splitio.Integration-redis-tests.csproj", "{F525AF94-B3D7-4296-9F14-92DE2671D18A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitio.Integration-events-tests", "tests\Splitio.Integration-events-tests\Splitio.Integration-events-tests.csproj", "{8E99A750-87FC-49BF-B998-5C5C8539FC52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{32840F07-126C-4E99-8F82-D9BCA646C355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32840F07-126C-4E99-8F82-D9BCA646C355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32840F07-126C-4E99-8F82-D9BCA646C355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32840F07-126C-4E99-8F82-D9BCA646C355}.Release|Any CPU.Build.0 = Release|Any CPU
{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C}.Release|Any CPU.Build.0 = Release|Any CPU
{BD7CCDE8-225B-4AAE-A47D-F202714D9608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD7CCDE8-225B-4AAE-A47D-F202714D9608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD7CCDE8-225B-4AAE-A47D-F202714D9608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD7CCDE8-225B-4AAE-A47D-F202714D9608}.Release|Any CPU.Build.0 = Release|Any CPU
{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8}.Release|Any CPU.Build.0 = Release|Any CPU
{1303D5B7-0661-4B8E-A8C3-C5136027C10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1303D5B7-0661-4B8E-A8C3-C5136027C10C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1303D5B7-0661-4B8E-A8C3-C5136027C10C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1303D5B7-0661-4B8E-A8C3-C5136027C10C}.Release|Any CPU.Build.0 = Release|Any CPU
{F525AF94-B3D7-4296-9F14-92DE2671D18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F525AF94-B3D7-4296-9F14-92DE2671D18A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F525AF94-B3D7-4296-9F14-92DE2671D18A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F525AF94-B3D7-4296-9F14-92DE2671D18A}.Release|Any CPU.Build.0 = Release|Any CPU
{8E99A750-87FC-49BF-B998-5C5C8539FC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E99A750-87FC-49BF-B998-5C5C8539FC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E99A750-87FC-49BF-B998-5C5C8539FC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E99A750-87FC-49BF-B998-5C5C8539FC52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FCB20D65-39D6-4D1A-816B-43F9B8931FDC} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
{32840F07-126C-4E99-8F82-D9BCA646C355} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
{ED6ACB62-18B2-4A4E-9AFB-BD30AE5A9C6C} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
{BD7CCDE8-225B-4AAE-A47D-F202714D9608} = {79B9E308-3F0F-441F-92B6-18C73B5CA3ED}
{EA4C2A75-88E9-4A66-AC15-EBB5CB3718E8} = {79B9E308-3F0F-441F-92B6-18C73B5CA3ED}
{1303D5B7-0661-4B8E-A8C3-C5136027C10C} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
{F525AF94-B3D7-4296-9F14-92DE2671D18A} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
{8E99A750-87FC-49BF-B998-5C5C8539FC52} = {A0383A7D-2DD4-4ED7-9610-CF7BF61FD654}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83DB339B-3FB3-49B4-88E3-3CBB30269A1A}
EndGlobalSection
EndGlobal