@@ -24,71 +24,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2424 .github\workflows\codeql.yml = .github\workflows\codeql.yml
2525 EndProjectSection
2626EndProject
27- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "RedisConfigs" , "RedisConfigs" , "{96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}"
28- Project Section (SolutionItems ) = preProject
29- tests \RedisConfigs \cli -master .cmd = tests \RedisConfigs \cli -master .cmd
30- tests \RedisConfigs \cli -secure .cmd = tests \RedisConfigs \cli -secure .cmd
31- tests \RedisConfigs \cli -slave .cmd = tests \RedisConfigs \cli -slave .cmd
32- tests \RedisConfigs \docker -compose .yml = tests \RedisConfigs \docker -compose .yml
33- tests \RedisConfigs \Dockerfile = tests \RedisConfigs \Dockerfile
34- tests \RedisConfigs \start -all .cmd = tests \RedisConfigs \start -all .cmd
35- tests \RedisConfigs \start -all .sh = tests \RedisConfigs \start -all .sh
36- tests \RedisConfigs \start -basic .cmd = tests \RedisConfigs \start -basic .cmd
37- tests \RedisConfigs \start -basic .sh = tests \RedisConfigs \start -basic .sh
38- tests \RedisConfigs \start -cluster .cmd = tests \RedisConfigs \start -cluster .cmd
39- tests \RedisConfigs \start -sentinel .cmd = tests \RedisConfigs \start -sentinel .cmd
40- tests \RedisConfigs \wsl 2 .md = tests \RedisConfigs \wsl 2 .md
41- EndProject Section
42- EndProject
4327Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis", "src\StackExchange.Redis\StackExchange.Redis.csproj", "{EF84877F-59BE-41BE-9013-E765AF0BB72E}"
4428EndProject
4529Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis.Tests", "tests\StackExchange.Redis.Tests\StackExchange.Redis.Tests.csproj", "{3B8BD8F1-8BFC-4D8C-B4DA-25FFAF3D1DBE}"
4630EndProject
4731Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicTest", "tests\BasicTest\BasicTest.csproj", "{939FA5F7-16AA-4847-812B-6EBC3748A86D}"
4832EndProject
49- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Sentinel" , "Sentinel" , "{36255A0A-89EC-43C8-A642-F4C1ACAEF5BC}"
50- Project Section (SolutionItems ) = preProject
51- tests \RedisConfigs \Sentinel \redis -7010 .conf = tests \RedisConfigs \Sentinel \redis -7010 .conf
52- tests \RedisConfigs \Sentinel \redis -7011 .conf = tests \RedisConfigs \Sentinel \redis -7011 .conf
53- tests \RedisConfigs \Sentinel \sentinel -26379 .conf = tests \RedisConfigs \Sentinel \sentinel -26379 .conf
54- tests \RedisConfigs \Sentinel \sentinel -26380 .conf = tests \RedisConfigs \Sentinel \sentinel -26380 .conf
55- tests \RedisConfigs \Sentinel \sentinel -26381 .conf = tests \RedisConfigs \Sentinel \sentinel -26381 .conf
56- EndProject Section
57- EndProject
58- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Cluster" , "Cluster" , "{A3B4B972-5BD2-4D90-981F-7E51E350E628}"
59- Project Section (SolutionItems ) = preProject
60- tests \RedisConfigs \Cluster \cluster -7000 .conf = tests \RedisConfigs \Cluster \cluster -7000 .conf
61- tests \RedisConfigs \Cluster \cluster -7001 .conf = tests \RedisConfigs \Cluster \cluster -7001 .conf
62- tests \RedisConfigs \Cluster \cluster -7002 .conf = tests \RedisConfigs \Cluster \cluster -7002 .conf
63- tests \RedisConfigs \Cluster \cluster -7003 .conf = tests \RedisConfigs \Cluster \cluster -7003 .conf
64- tests \RedisConfigs \Cluster \cluster -7004 .conf = tests \RedisConfigs \Cluster \cluster -7004 .conf
65- tests \RedisConfigs \Cluster \cluster -7005 .conf = tests \RedisConfigs \Cluster \cluster -7005 .conf
66- tests \RedisConfigs \Cluster \nodes -7000 .conf = tests \RedisConfigs \Cluster \nodes -7000 .conf
67- tests \RedisConfigs \Cluster \nodes -7001 .conf = tests \RedisConfigs \Cluster \nodes -7001 .conf
68- tests \RedisConfigs \Cluster \nodes -7002 .conf = tests \RedisConfigs \Cluster \nodes -7002 .conf
69- tests \RedisConfigs \Cluster \nodes -7003 .conf = tests \RedisConfigs \Cluster \nodes -7003 .conf
70- tests \RedisConfigs \Cluster \nodes -7004 .conf = tests \RedisConfigs \Cluster \nodes -7004 .conf
71- tests \RedisConfigs \Cluster \nodes -7005 .conf = tests \RedisConfigs \Cluster \nodes -7005 .conf
72- EndProject Section
73- EndProject
74- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Basic" , "Basic" , "{38BDEEED-7BEB-4B1F-9CE0-256D63F9C502}"
75- Project Section (SolutionItems ) = preProject
76- tests \RedisConfigs \Basic \primary -6379 .conf = tests \RedisConfigs \Basic \primary -6379 .conf
77- tests \RedisConfigs \Basic \replica -6380 .conf = tests \RedisConfigs \Basic \replica -6380 .conf
78- tests \RedisConfigs \Basic \secure -6381 .conf = tests \RedisConfigs \Basic \secure -6381 .conf
79- tests \RedisConfigs \Basic \tls -ciphers -6384 .conf = tests \RedisConfigs \Basic \tls -ciphers -6384 .conf
80- EndProject Section
81- EndProject
8233Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicTestBaseline", "tests\BasicTestBaseline\BasicTestBaseline.csproj", "{8FDB623D-779B-4A84-BC6B-75106E41D8A4}"
8334EndProject
8435Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "toys\TestConsole\TestConsole.csproj", "{651FDB97-9DE3-4BD9-9A05-827AF8F1A94A}"
8536EndProject
86- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Failover" , "Failover" , "{D082703F-1652-4C35-840D-7D377F6B9979}"
87- Project Section (SolutionItems ) = preProject
88- tests \RedisConfigs \Failover \primary -6382 .conf = tests \RedisConfigs \Failover \primary -6382 .conf
89- tests \RedisConfigs \Failover \replica -6383 .conf = tests \RedisConfigs \Failover \replica -6383 .conf
90- EndProject Section
91- EndProject
9237Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis.Server", "toys\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj", "{8375813E-FBAF-4DA3-A2C7-E4645B39B931}"
9338EndProject
9439Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KestrelRedisServer", "toys\KestrelRedisServer\KestrelRedisServer.csproj", "{3DA1EEED-E9FE-43D9-B293-E000CFCCD91A}"
@@ -110,12 +55,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsoleBaseline", "toys
11055EndProject
11156Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".github", ".github\.github.csproj", "{8FB98E7D-DAE2-4465-BD9A-104000E0A2D4}"
11257EndProject
113- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Docker" , "Docker" , "{A9F81DA3-DA82-423E-A5DD-B11C37548E06}"
114- Project Section (SolutionItems ) = preProject
115- tests \RedisConfigs \Docker \docker -entrypoint .sh = tests \RedisConfigs \Docker \docker -entrypoint .sh
116- tests \RedisConfigs \Docker \supervisord .conf = tests \RedisConfigs \Docker \supervisord .conf
117- EndProject Section
118- EndProject
11958Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "tests\ConsoleTest\ConsoleTest.csproj", "{A0F89B8B-32A3-4C28-8F1B-ADE343F16137}"
12059EndProject
12160Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTestBaseline", "tests\ConsoleTestBaseline\ConsoleTestBaseline.csproj", "{69A0ACF2-DF1F-4F49-B554-F732DCA938A3}"
@@ -134,6 +73,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RESPite.Tests", "tests\RESP
13473EndProject
13574Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpBench", "toys\OpBench\OpBench.csproj", "{43D3CD21-1E7E-4D28-B1BA-B6DAB3E19183}"
13675EndProject
76+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisConfigs", "tests\RedisConfigs\RedisConfigs.csproj", "{CAE96C6D-145B-489B-9DC8-5CFBA4CC5076}"
77+ EndProject
78+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "docker", "tests\RedisConfigs\.docker\docker.csproj", "{8ECDE6D4-37B0-4A54-8E21-B0BB3666378D}"
79+ EndProject
13780Global
13881 GlobalSection(SolutionConfigurationPlatforms) = preSolution
13982 Debug|Any CPU = Debug|Any CPU
@@ -208,32 +151,36 @@ Global
208151 {43D3CD21-1E7E-4D28-B1BA-B6DAB3E19183}.Debug|Any CPU.Build.0 = Debug|Any CPU
209152 {43D3CD21-1E7E-4D28-B1BA-B6DAB3E19183}.Release|Any CPU.ActiveCfg = Release|Any CPU
210153 {43D3CD21-1E7E-4D28-B1BA-B6DAB3E19183}.Release|Any CPU.Build.0 = Release|Any CPU
154+ {CAE96C6D-145B-489B-9DC8-5CFBA4CC5076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
155+ {CAE96C6D-145B-489B-9DC8-5CFBA4CC5076}.Debug|Any CPU.Build.0 = Debug|Any CPU
156+ {CAE96C6D-145B-489B-9DC8-5CFBA4CC5076}.Release|Any CPU.ActiveCfg = Release|Any CPU
157+ {CAE96C6D-145B-489B-9DC8-5CFBA4CC5076}.Release|Any CPU.Build.0 = Release|Any CPU
158+ {8ECDE6D4-37B0-4A54-8E21-B0BB3666378D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
159+ {8ECDE6D4-37B0-4A54-8E21-B0BB3666378D}.Debug|Any CPU.Build.0 = Debug|Any CPU
160+ {8ECDE6D4-37B0-4A54-8E21-B0BB3666378D}.Release|Any CPU.ActiveCfg = Release|Any CPU
161+ {8ECDE6D4-37B0-4A54-8E21-B0BB3666378D}.Release|Any CPU.Build.0 = Release|Any CPU
211162 EndGlobalSection
212163 GlobalSection(SolutionProperties) = preSolution
213164 HideSolutionNode = FALSE
214165 EndGlobalSection
215166 GlobalSection(NestedProjects) = preSolution
216- {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
217167 {EF84877F-59BE-41BE-9013-E765AF0BB72E} = {00CA0876-DA9F-44E8-B0DC-A88716BF347A}
218168 {3B8BD8F1-8BFC-4D8C-B4DA-25FFAF3D1DBE} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
219169 {939FA5F7-16AA-4847-812B-6EBC3748A86D} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
220- {36255A0A-89EC-43C8-A642-F4C1ACAEF5BC} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
221- {A3B4B972-5BD2-4D90-981F-7E51E350E628} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
222- {38BDEEED-7BEB-4B1F-9CE0-256D63F9C502} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
223170 {8FDB623D-779B-4A84-BC6B-75106E41D8A4} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
224171 {651FDB97-9DE3-4BD9-9A05-827AF8F1A94A} = {E25031D3-5C64-430D-B86F-697B66816FD8}
225- {D082703F-1652-4C35-840D-7D377F6B9979} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
226172 {8375813E-FBAF-4DA3-A2C7-E4645B39B931} = {E25031D3-5C64-430D-B86F-697B66816FD8}
227173 {3DA1EEED-E9FE-43D9-B293-E000CFCCD91A} = {E25031D3-5C64-430D-B86F-697B66816FD8}
228174 {D58114AE-4998-4647-AFCA-9353D20495AE} = {E25031D3-5C64-430D-B86F-697B66816FD8}
229- {A9F81DA3-DA82-423E-A5DD-B11C37548E06} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
230175 {A0F89B8B-32A3-4C28-8F1B-ADE343F16137} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
231176 {69A0ACF2-DF1F-4F49-B554-F732DCA938A3} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
232177 {59889284-FFEE-82E7-94CB-3B43E87DA6CF} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
233178 {190742E1-FA50-4E36-A8C4-88AE87654340} = {5FA0958E-6EBD-45F4-808E-3447A293F96F}
234179 {05761CF5-CC46-43A6-814B-6BD2ECC1F0ED} = {00CA0876-DA9F-44E8-B0DC-A88716BF347A}
235180 {CA67D8CA-6CC9-40E2-8CAC-F0B1401BEF7B} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
236181 {43D3CD21-1E7E-4D28-B1BA-B6DAB3E19183} = {E25031D3-5C64-430D-B86F-697B66816FD8}
182+ {CAE96C6D-145B-489B-9DC8-5CFBA4CC5076} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
183+ {8ECDE6D4-37B0-4A54-8E21-B0BB3666378D} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
237184 EndGlobalSection
238185 GlobalSection(ExtensibilityGlobals) = postSolution
239186 SolutionGuid = {193AA352-6748-47C1-A5FC-C9AA6B5F000B}
0 commit comments