forked from splitio/.net-core-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Split.io.sln
54 lines (54 loc) · 3.45 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
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", "src\Splitio-net-core\Splitio.csproj", "{1764AE35-67FB-455D-B9DB-6914FC9A0783}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio.Redis", "Splitio-net-core.Redis\Splitio.Redis.csproj", "{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio-net-core.TestSupport", "Splitio.TestSupport\Splitio-net-core.TestSupport.csproj", "{FCB20D65-39D6-4D1A-816B-43F9B8931FDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio-net-core-tests", "Splitio-net-core-tests\Splitio-net-core-tests.csproj", "{87059146-5A35-41E5-89F3-F5FDC68059E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitio-net-core.Integration-tests", "Splitio-net-core.Integration-tests\Splitio-net-core.Integration-tests.csproj", "{3ADD3081-F2B1-4FC6-BA40-03CC6B897AEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1764AE35-67FB-455D-B9DB-6914FC9A0783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1764AE35-67FB-455D-B9DB-6914FC9A0783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1764AE35-67FB-455D-B9DB-6914FC9A0783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1764AE35-67FB-455D-B9DB-6914FC9A0783}.Release|Any CPU.Build.0 = Release|Any CPU
{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{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
{87059146-5A35-41E5-89F3-F5FDC68059E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87059146-5A35-41E5-89F3-F5FDC68059E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87059146-5A35-41E5-89F3-F5FDC68059E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87059146-5A35-41E5-89F3-F5FDC68059E9}.Release|Any CPU.Build.0 = Release|Any CPU
{3ADD3081-F2B1-4FC6-BA40-03CC6B897AEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ADD3081-F2B1-4FC6-BA40-03CC6B897AEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ADD3081-F2B1-4FC6-BA40-03CC6B897AEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ADD3081-F2B1-4FC6-BA40-03CC6B897AEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1764AE35-67FB-455D-B9DB-6914FC9A0783} = {79B9E308-3F0F-441F-92B6-18C73B5CA3ED}
{C12DE747-F565-4327-A3BA-6E6B5D5C9BBA} = {79B9E308-3F0F-441F-92B6-18C73B5CA3ED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83DB339B-3FB3-49B4-88E3-3CBB30269A1A}
EndGlobalSection
EndGlobal