@@ -7,13 +7,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructLinq", "src\StructLin
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Build" , "Build" , "{2987C571-432E-4640-8D24-A3F8C9341276}"
99 Project Section (SolutionItems ) = preProject
10+ Build \Common .Benchmark .props = Build \Common .Benchmark .props
1011 Build \Common .props = Build \Common .props
1112 Build \Common .Tests .props = Build \Common .Tests .props
1213 src \Directory .Build .props = src \Directory .Build .props
1314 EndProject Section
1415EndProject
1516Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "StructLinq.Tests" , "src\StructLinq.Tests\StructLinq.Tests.csproj" , "{355C025E-3001-40F0-A456-05C13AF94466}"
1617EndProject
18+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "StructLinq.Benchmark" , "src\StructLinq.Benchmark\StructLinq.Benchmark.csproj" , "{363DB35F-7108-4DE4-AE6C-62950E53D84E}"
19+ EndProject
1720Global
1821 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1922 Debug| Any CPU = Debug| Any CPU
@@ -28,6 +31,10 @@ Global
2831 {355C025E-3001-40F0-A456-05C13AF94466} .Debug| Any CPU .Build .0 = Debug| Any CPU
2932 {355C025E-3001-40F0-A456-05C13AF94466} .Release| Any CPU .ActiveCfg = Release| Any CPU
3033 {355C025E-3001-40F0-A456-05C13AF94466} .Release| Any CPU .Build .0 = Release| Any CPU
34+ {363DB35F-7108-4DE4-AE6C-62950E53D84E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35+ {363DB35F-7108-4DE4-AE6C-62950E53D84E} .Debug| Any CPU .Build .0 = Debug| Any CPU
36+ {363DB35F-7108-4DE4-AE6C-62950E53D84E} .Release| Any CPU .ActiveCfg = Release| Any CPU
37+ {363DB35F-7108-4DE4-AE6C-62950E53D84E} .Release| Any CPU .Build .0 = Release| Any CPU
3138 EndGlobalSection
3239 GlobalSection (SolutionProperties ) = preSolution
3340 HideSolutionNode = FALSE
0 commit comments