@@ -13,13 +13,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
13
13
Directory .Build .props = Directory .Build .props
14
14
Directory .Build .targets = Directory .Build .targets
15
15
Directory .Packages .props = Directory .Packages .props
16
+ tests \RedisConfigs \docker -compose .yml = tests \RedisConfigs \docker -compose .yml
16
17
global .json = global .json
17
18
NuGet .Config = NuGet .Config
18
19
README .md = README .md
19
20
docs \ReleaseNotes .md = docs \ReleaseNotes .md
20
21
Shared .ruleset = Shared .ruleset
21
22
version .json = version .json
22
- tests \RedisConfigs \docker -compose .yml = tests \RedisConfigs \docker -compose .yml
23
23
EndProject Section
24
24
EndProject
25
25
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "RedisConfigs" , "RedisConfigs" , "{96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}"
@@ -120,6 +120,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTestBaseline", "test
120
120
EndProject
121
121
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "docs" , "docs\docs.csproj" , "{1DC43E76-5372-4C7F-A433-0602273E87FC}"
122
122
EndProject
123
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "StackExchange.Redis.Benchmarks" , "tests\StackExchange.Redis.Benchmarks\StackExchange.Redis.Benchmarks.csproj" , "{59889284-FFEE-82E7-94CB-3B43E87DA6CF}"
124
+ EndProject
123
125
Global
124
126
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
125
127
Debug| Any CPU = Debug| Any CPU
@@ -174,6 +176,10 @@ Global
174
176
{1DC43E76-5372-4C7F-A433-0602273E87FC} .Debug| Any CPU .Build .0 = Debug| Any CPU
175
177
{1DC43E76-5372-4C7F-A433-0602273E87FC} .Release| Any CPU .ActiveCfg = Release| Any CPU
176
178
{1DC43E76-5372-4C7F-A433-0602273E87FC} .Release| Any CPU .Build .0 = Release| Any CPU
179
+ {59889284-FFEE-82E7-94CB-3B43E87DA6CF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
180
+ {59889284-FFEE-82E7-94CB-3B43E87DA6CF} .Debug| Any CPU .Build .0 = Debug| Any CPU
181
+ {59889284-FFEE-82E7-94CB-3B43E87DA6CF} .Release| Any CPU .ActiveCfg = Release| Any CPU
182
+ {59889284-FFEE-82E7-94CB-3B43E87DA6CF} .Release| Any CPU .Build .0 = Release| Any CPU
177
183
EndGlobalSection
178
184
GlobalSection (SolutionProperties ) = preSolution
179
185
HideSolutionNode = FALSE
@@ -195,6 +201,7 @@ Global
195
201
{A9F81DA3-DA82-423E-A5DD-B11C37548E06} = {96E891CD-2ED7-4293-A7AB-4C6F5D8D2B05}
196
202
{A0F89B8B-32A3-4C28-8F1B-ADE343F16137} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
197
203
{69A0ACF2-DF1F-4F49-B554-F732DCA938A3} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
204
+ {59889284-FFEE-82E7-94CB-3B43E87DA6CF} = {73A5C363-CA1F-44C4-9A9B-EF791A76BA6A}
198
205
EndGlobalSection
199
206
GlobalSection (ExtensibilityGlobals ) = postSolution
200
207
SolutionGuid = {193AA352-6748-47C1-A5FC-C9AA6B5F000B}
0 commit comments