@@ -3,22 +3,61 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.4.33213.308
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OpenFeature" , "src\OpenFeature\OpenFeature.csproj" , "{07A6E6BD-FB7E-4B3B-9CBE-65AE9D0EB223}"
6
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "." , "." , "{E8916D4F-B97E-42D6-8620-ED410A106F94}"
7
+ Project Section (SolutionItems ) = preProject
8
+ README .md = README .md
9
+ CONTRIBUTING .md = CONTRIBUTING .md
10
+ .editorconfig = .editorconfig
11
+ .gitignore = .gitignore
12
+ .gitmodules = .gitmodules
13
+ .release -please -manifest .json = .release -please -manifest .json
14
+ CHANGELOG .md = CHANGELOG .md
15
+ CODEOWNERS = CODEOWNERS
16
+ global .json = global .json
17
+ LICENSE = LICENSE
18
+ release -please -config .json = release -please -config .json
19
+ renovate .json = renovate .json
20
+ version .txt = version .txt
21
+ EndProject Section
7
22
EndProject
8
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build " , "build " , "{72005F60-C2E8-40BF-AE95-893635134D7D }"
23
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".config " , ".config " , "{9392E03B-4E6B-434C-8553-B859424388B1 }"
9
24
Project Section (SolutionItems ) = preProject
25
+ .config \dotnet -tools .json = .config \dotnet -tools .json
26
+ EndProject Section
27
+ EndProject
28
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".github" , ".github" , "{2B172AA0-A5A6-4D94-BA1F-B79D59B0C2D8}"
29
+ EndProject
30
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "workflows" , "workflows" , "{C4746B8C-FE19-440B-922C-C2377F906FE8}"
31
+ Project Section (SolutionItems ) = preProject
32
+ .github \workflows \ci .yml = .github \workflows \ci .yml
10
33
.github \workflows \code -coverage .yml = .github \workflows \code -coverage .yml
11
34
.github \workflows \codeql -analysis .yml = .github \workflows \codeql -analysis .yml
12
- build \Common .prod .props = build \Common .prod .props
13
- build \Common .props = build \Common .props
14
- build \Common .tests .props = build \Common .tests .props
15
- CONTRIBUTING .md = CONTRIBUTING .md
16
35
.github \workflows \dotnet -format .yml = .github \workflows \dotnet -format .yml
36
+ .github \workflows \e 2 e .yml = .github \workflows \e 2 e .yml
17
37
.github \workflows \lint -pr .yml = .github \workflows \lint -pr .yml
18
- .github \workflows \linux -ci .yml = .github \workflows \linux -ci .yml
19
- README .md = README .md
20
38
.github \workflows \release .yml = .github \workflows \release .yml
21
- .github \workflows \windows -ci .yml = .github \workflows \windows -ci .yml
39
+ EndProject Section
40
+ EndProject
41
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "ISSUE_TEMPLATE" , "ISSUE_TEMPLATE" , "{09BAB3A2-E94C-490A-861C-7D1E11BB7024}"
42
+ Project Section (SolutionItems ) = preProject
43
+ .github \ISSUE _TEMPLATE \bug .yaml = .github \ISSUE _TEMPLATE \bug .yaml
44
+ .github \ISSUE _TEMPLATE \documentation .yaml = .github \ISSUE _TEMPLATE \documentation .yaml
45
+ .github \ISSUE _TEMPLATE \feature .yaml = .github \ISSUE _TEMPLATE \feature .yaml
46
+ EndProject Section
47
+ EndProject
48
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".vscode" , ".vscode" , "{4BB69DB3-9653-4197-9589-37FA6D658CB7}"
49
+ Project Section (SolutionItems ) = preProject
50
+ .vscode \launch .json = .vscode \launch .json
51
+ .vscode \tasks .json = .vscode \tasks .json
52
+ EndProject Section
53
+ EndProject
54
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{72005F60-C2E8-40BF-AE95-893635134D7D}"
55
+ Project Section (SolutionItems ) = preProject
56
+ build \Common .prod .props = build \Common .prod .props
57
+ build \Common .props = build \Common .props
58
+ build \Common .tests .props = build \Common .tests .props
59
+ build \openfeature -icon .png = build \openfeature -icon .png
60
+ build \xunit .runner .json = build \xunit .runner .json
22
61
EndProject Section
23
62
EndProject
24
63
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{C97E9975-E10A-4817-AE2C-4DD69C3C02D4}"
@@ -32,6 +71,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{65FBA159-2
32
71
test \Directory .Build .props = test \Directory .Build .props
33
72
EndProject Section
34
73
EndProject
74
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OpenFeature" , "src\OpenFeature\OpenFeature.csproj" , "{07A6E6BD-FB7E-4B3B-9CBE-65AE9D0EB223}"
75
+ EndProject
35
76
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OpenFeature.Tests" , "test\OpenFeature.Tests\OpenFeature.Tests.csproj" , "{49BB42BA-10A6-4DA3-A7D5-38C968D57837}"
36
77
EndProject
37
78
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OpenFeature.Benchmarks" , "test\OpenFeature.Benchmarks\OpenFeature.Benchmarks.csproj" , "{90E7EAD3-251E-4490-AF78-E758E33518E5}"
@@ -52,6 +93,10 @@ Global
52
93
{49BB42BA-10A6-4DA3-A7D5-38C968D57837} .Debug| Any CPU .Build .0 = Debug| Any CPU
53
94
{49BB42BA-10A6-4DA3-A7D5-38C968D57837} .Release| Any CPU .ActiveCfg = Release| Any CPU
54
95
{49BB42BA-10A6-4DA3-A7D5-38C968D57837} .Release| Any CPU .Build .0 = Release| Any CPU
96
+ {90E7EAD3-251E-4490-AF78-E758E33518E5} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
97
+ {90E7EAD3-251E-4490-AF78-E758E33518E5} .Debug| Any CPU .Build .0 = Debug| Any CPU
98
+ {90E7EAD3-251E-4490-AF78-E758E33518E5} .Release| Any CPU .ActiveCfg = Release| Any CPU
99
+ {90E7EAD3-251E-4490-AF78-E758E33518E5} .Release| Any CPU .Build .0 = Release| Any CPU
55
100
{7398C446-2630-4F8C-9278-4E807720E9E5} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
56
101
{7398C446-2630-4F8C-9278-4E807720E9E5} .Debug| Any CPU .Build .0 = Debug| Any CPU
57
102
{7398C446-2630-4F8C-9278-4E807720E9E5} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -63,7 +108,14 @@ Global
63
108
GlobalSection (NestedProjects ) = preSolution
64
109
{07A6E6BD-FB7E-4B3B-9CBE-65AE9D0EB223} = {C97E9975-E10A-4817-AE2C-4DD69C3C02D4}
65
110
{49BB42BA-10A6-4DA3-A7D5-38C968D57837} = {65FBA159-23E0-4CF9-881B-F78DBFF198E9}
111
+ {90E7EAD3-251E-4490-AF78-E758E33518E5} = {65FBA159-23E0-4CF9-881B-F78DBFF198E9}
66
112
{7398C446-2630-4F8C-9278-4E807720E9E5} = {65FBA159-23E0-4CF9-881B-F78DBFF198E9}
113
+ {C4746B8C-FE19-440B-922C-C2377F906FE8} = {2B172AA0-A5A6-4D94-BA1F-B79D59B0C2D8}
114
+ {09BAB3A2-E94C-490A-861C-7D1E11BB7024} = {2B172AA0-A5A6-4D94-BA1F-B79D59B0C2D8}
115
+ {72005F60-C2E8-40BF-AE95-893635134D7D} = {E8916D4F-B97E-42D6-8620-ED410A106F94}
116
+ {9392E03B-4E6B-434C-8553-B859424388B1} = {E8916D4F-B97E-42D6-8620-ED410A106F94}
117
+ {2B172AA0-A5A6-4D94-BA1F-B79D59B0C2D8} = {E8916D4F-B97E-42D6-8620-ED410A106F94}
118
+ {4BB69DB3-9653-4197-9589-37FA6D658CB7} = {E8916D4F-B97E-42D6-8620-ED410A106F94}
67
119
EndGlobalSection
68
120
GlobalSection (ExtensibilityGlobals ) = postSolution
69
121
SolutionGuid = {41F01B78-FB06-404F-8AD0-6ED6973F948F}
0 commit comments