-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSplitio.OpenFeature.Provider.sln
More file actions
79 lines (79 loc) · 4.76 KB
/
Splitio.OpenFeature.Provider.sln
File metadata and controls
79 lines (79 loc) · 4.76 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36603.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitio.OpenFeature.Provider", "Splitio.OpenFeature.Provider\Splitio.OpenFeature.Provider.csproj", "{09AC3885-FBF1-469A-A900-C14CE57D9DE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProviderTests", "ProviderTests\ProviderTests.csproj", "{29BD56B4-6F46-4110-BEBF-28134DDD3620}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9134287D-F99B-48B5-AB7F-F4E372BEAF67}"
ProjectSection(SolutionItems) = preProject
CHANGES.txt = CHANGES.txt
CONTRIBUTORS-GUIDE.md = CONTRIBUTORS-GUIDE.md
LICENSE = LICENSE
Splitio.OpenFeature.Provider\README.md = Splitio.OpenFeature.Provider\README.md
Splitio.OpenFeature.Provider.sln = Splitio.OpenFeature.Provider.sln
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{1D587995-D2B1-D47C-23B4-E8E972FA15E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SplitOpenFeature.Example", "example\SplitOpenFeature.Example\SplitOpenFeature.Example.csproj", "{943EC0FB-2E7F-44AE-A115-31E0E5172331}"
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(ProjectConfigurationPlatforms) = postSolution
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|x64.ActiveCfg = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|x64.Build.0 = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|x86.ActiveCfg = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Debug|x86.Build.0 = Debug|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|Any CPU.Build.0 = Release|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|x64.ActiveCfg = Release|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|x64.Build.0 = Release|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|x86.ActiveCfg = Release|Any CPU
{09AC3885-FBF1-469A-A900-C14CE57D9DE1}.Release|x86.Build.0 = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|x64.ActiveCfg = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|x64.Build.0 = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|x86.ActiveCfg = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Debug|x86.Build.0 = Debug|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|Any CPU.Build.0 = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|x64.ActiveCfg = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|x64.Build.0 = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|x86.ActiveCfg = Release|Any CPU
{29BD56B4-6F46-4110-BEBF-28134DDD3620}.Release|x86.Build.0 = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|x64.ActiveCfg = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|x64.Build.0 = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|x86.ActiveCfg = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Debug|x86.Build.0 = Debug|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|Any CPU.Build.0 = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|x64.ActiveCfg = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|x64.Build.0 = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|x86.ActiveCfg = Release|Any CPU
{943EC0FB-2E7F-44AE-A115-31E0E5172331}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{943EC0FB-2E7F-44AE-A115-31E0E5172331} = {1D587995-D2B1-D47C-23B4-E8E972FA15E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73FCC280-97C9-4130-8B80-50D9E9C3604F}
EndGlobalSection
EndGlobal