@@ -20,6 +20,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvHelper.Tests", "tests\Cs
2020EndProject
2121Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "CsvHelper.Website" , "src\CsvHelper.Website\CsvHelper.Website.csproj" , "{3E59CA52-D248-4CBB-BB06-270FA942C4B8}"
2222EndProject
23+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CsvHelper.Benchmarks" , "performance\CsvHelper.Benchmarks\CsvHelper.Benchmarks.csproj" , "{4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B}"
24+ EndProject
2325Global
2426 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2527 Debug| Any CPU = Debug| Any CPU
@@ -94,6 +96,26 @@ Global
9496 {3E59CA52-D248-4CBB-BB06-270FA942C4B8} .Release| x64 .Build .0 = Release| Any CPU
9597 {3E59CA52-D248-4CBB-BB06-270FA942C4B8} .Release| x86 .ActiveCfg = Release| Any CPU
9698 {3E59CA52-D248-4CBB-BB06-270FA942C4B8} .Release| x86 .Build .0 = Release| Any CPU
99+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
100+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| Any CPU .Build .0 = Debug| Any CPU
101+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| ARM .ActiveCfg = Debug| Any CPU
102+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| ARM .Build .0 = Debug| Any CPU
103+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
104+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
105+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| x64 .ActiveCfg = Debug| Any CPU
106+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| x64 .Build .0 = Debug| Any CPU
107+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| x86 .ActiveCfg = Debug| Any CPU
108+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Debug| x86 .Build .0 = Debug| Any CPU
109+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| Any CPU .ActiveCfg = Release| Any CPU
110+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| Any CPU .Build .0 = Release| Any CPU
111+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| ARM .ActiveCfg = Release| Any CPU
112+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| ARM .Build .0 = Release| Any CPU
113+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
114+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| Mixed Platforms .Build .0 = Release| Any CPU
115+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| x64 .ActiveCfg = Release| Any CPU
116+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| x64 .Build .0 = Release| Any CPU
117+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| x86 .ActiveCfg = Release| Any CPU
118+ {4DAB88D4-56B0-C42A-25BB-3E5BBCBB5F1B} .Release| x86 .Build .0 = Release| Any CPU
97119 EndGlobalSection
98120 GlobalSection (SolutionProperties ) = preSolution
99121 HideSolutionNode = FALSE
0 commit comments