-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfi.sln
116 lines (116 loc) · 8.44 KB
/
confi.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "options", "options", "{3AF457FC-97C1-420E-B77B-6B91222CADE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Options.Playground", "options\playground\Confi.Options.Playground.csproj", "{8EE6D89E-72E4-4015-82ED-287B217D16F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mongo", "mongo", "{78A1B7E0-50DF-410D-9CFF-6F57D121C214}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Mongo.Playground", "mongo\dotnet\playground\Confi.Mongo.Playground.csproj", "{38426D67-4148-468D-BE34-E5FAF3907E11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Mongo", "mongo\dotnet\lib\Confi.Mongo.csproj", "{C2A92D58-9EFB-4287-9666-0C09F66ADAE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "providers", "providers", "{8990299B-79E9-4DC2-9870-70F998F2F1AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.BackgroundStore.Playground", "providers\dotnet\background\playground\Confi.BackgroundStore.Playground.csproj", "{B83F1FED-5600-469D-928E-7402EEB77822}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.CustomProvider.Tests", "providers\dotnet\custom\tests\Confi.CustomProvider.Tests.csproj", "{BC195411-1300-4677-B33C-5C69F1002CD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.BackgroundStore", "providers\dotnet\background\lib\Confi.BackgroundStore.csproj", "{96444844-1CAD-48AB-80B7-BAA85353FA60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Mongo.Tests", "mongo\dotnet\tests\Confi.Mongo.Tests.csproj", "{C5A1840F-6E9F-42EA-880F-73EC68E44A48}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{904D41D5-B167-4402-89A2-DC82C265ADA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "background", "background", "{F57E3DF7-9E03-4661-A8B9-A8FA4C801FA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.BackgrounStore.Tests", "providers\dotnet\background\tests\Confi.BackgrounStore.Tests.csproj", "{4FEC97B2-200D-42F1-B58F-B73E2C388D73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "manager", "manager", "{B4B5F4F1-8A74-4999-8463-7B7B37C746C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Manager.Host", "manager\host\Confi.Manager.Host.csproj", "{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Manager.Protocol", "manager\protocol\Confi.Manager.Protocol.csproj", "{FC277584-B5C0-465C-862C-B2B332A50A1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Manager.Tests", "manager\tests\Confi.Manager.Tests.csproj", "{587D2B60-C12F-4D14-8411-9EF787DD9E27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confi.Manager.Endpoints", "manager\endpoints\Confi.Manager.Endpoints.csproj", "{60D36CA8-3F29-4063-A255-D479D07AE728}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EE6D89E-72E4-4015-82ED-287B217D16F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE6D89E-72E4-4015-82ED-287B217D16F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE6D89E-72E4-4015-82ED-287B217D16F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE6D89E-72E4-4015-82ED-287B217D16F7}.Release|Any CPU.Build.0 = Release|Any CPU
{38426D67-4148-468D-BE34-E5FAF3907E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38426D67-4148-468D-BE34-E5FAF3907E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38426D67-4148-468D-BE34-E5FAF3907E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38426D67-4148-468D-BE34-E5FAF3907E11}.Release|Any CPU.Build.0 = Release|Any CPU
{C2A92D58-9EFB-4287-9666-0C09F66ADAE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A92D58-9EFB-4287-9666-0C09F66ADAE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A92D58-9EFB-4287-9666-0C09F66ADAE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A92D58-9EFB-4287-9666-0C09F66ADAE2}.Release|Any CPU.Build.0 = Release|Any CPU
{B83F1FED-5600-469D-928E-7402EEB77822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B83F1FED-5600-469D-928E-7402EEB77822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B83F1FED-5600-469D-928E-7402EEB77822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B83F1FED-5600-469D-928E-7402EEB77822}.Release|Any CPU.Build.0 = Release|Any CPU
{BC195411-1300-4677-B33C-5C69F1002CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC195411-1300-4677-B33C-5C69F1002CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC195411-1300-4677-B33C-5C69F1002CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC195411-1300-4677-B33C-5C69F1002CD9}.Release|Any CPU.Build.0 = Release|Any CPU
{96444844-1CAD-48AB-80B7-BAA85353FA60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96444844-1CAD-48AB-80B7-BAA85353FA60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96444844-1CAD-48AB-80B7-BAA85353FA60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96444844-1CAD-48AB-80B7-BAA85353FA60}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A1840F-6E9F-42EA-880F-73EC68E44A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A1840F-6E9F-42EA-880F-73EC68E44A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A1840F-6E9F-42EA-880F-73EC68E44A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A1840F-6E9F-42EA-880F-73EC68E44A48}.Release|Any CPU.Build.0 = Release|Any CPU
{4FEC97B2-200D-42F1-B58F-B73E2C388D73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FEC97B2-200D-42F1-B58F-B73E2C388D73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FEC97B2-200D-42F1-B58F-B73E2C388D73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FEC97B2-200D-42F1-B58F-B73E2C388D73}.Release|Any CPU.Build.0 = Release|Any CPU
{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1}.Release|Any CPU.Build.0 = Release|Any CPU
{FC277584-B5C0-465C-862C-B2B332A50A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC277584-B5C0-465C-862C-B2B332A50A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC277584-B5C0-465C-862C-B2B332A50A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC277584-B5C0-465C-862C-B2B332A50A1F}.Release|Any CPU.Build.0 = Release|Any CPU
{587D2B60-C12F-4D14-8411-9EF787DD9E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{587D2B60-C12F-4D14-8411-9EF787DD9E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{587D2B60-C12F-4D14-8411-9EF787DD9E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{587D2B60-C12F-4D14-8411-9EF787DD9E27}.Release|Any CPU.Build.0 = Release|Any CPU
{60D36CA8-3F29-4063-A255-D479D07AE728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60D36CA8-3F29-4063-A255-D479D07AE728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60D36CA8-3F29-4063-A255-D479D07AE728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60D36CA8-3F29-4063-A255-D479D07AE728}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8EE6D89E-72E4-4015-82ED-287B217D16F7} = {3AF457FC-97C1-420E-B77B-6B91222CADE4}
{38426D67-4148-468D-BE34-E5FAF3907E11} = {78A1B7E0-50DF-410D-9CFF-6F57D121C214}
{C2A92D58-9EFB-4287-9666-0C09F66ADAE2} = {78A1B7E0-50DF-410D-9CFF-6F57D121C214}
{BC195411-1300-4677-B33C-5C69F1002CD9} = {8990299B-79E9-4DC2-9870-70F998F2F1AE}
{B83F1FED-5600-469D-928E-7402EEB77822} = {8990299B-79E9-4DC2-9870-70F998F2F1AE}
{96444844-1CAD-48AB-80B7-BAA85353FA60} = {8990299B-79E9-4DC2-9870-70F998F2F1AE}
{C5A1840F-6E9F-42EA-880F-73EC68E44A48} = {78A1B7E0-50DF-410D-9CFF-6F57D121C214}
{904D41D5-B167-4402-89A2-DC82C265ADA2} = {8990299B-79E9-4DC2-9870-70F998F2F1AE}
{F57E3DF7-9E03-4661-A8B9-A8FA4C801FA2} = {904D41D5-B167-4402-89A2-DC82C265ADA2}
{4FEC97B2-200D-42F1-B58F-B73E2C388D73} = {F57E3DF7-9E03-4661-A8B9-A8FA4C801FA2}
{1BA1241F-77C6-4EEB-B5F5-1944BFF4DDF1} = {B4B5F4F1-8A74-4999-8463-7B7B37C746C8}
{FC277584-B5C0-465C-862C-B2B332A50A1F} = {B4B5F4F1-8A74-4999-8463-7B7B37C746C8}
{587D2B60-C12F-4D14-8411-9EF787DD9E27} = {B4B5F4F1-8A74-4999-8463-7B7B37C746C8}
{60D36CA8-3F29-4063-A255-D479D07AE728} = {B4B5F4F1-8A74-4999-8463-7B7B37C746C8}
EndGlobalSection
EndGlobal