@@ -9,9 +9,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99 global .json = global .json
1010 EndProject Section
1111EndProject
12- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "Parser " , "src\Parser\Parser .xproj" , "{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}"
12+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "NLog.StructuredEvents " , "src\NLog.StructuredEvents\NLog.StructuredEvents .xproj" , "{58438CA4-C827-4E4B-A243-0BFBCD48A2DD}"
1313EndProject
14- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "Parser.Tests" , "test\Parser.Tests\Parser.Tests.xproj" , "{8867FF56-F14D-408C-B126-FE9CF13AE207}"
14+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "NLog.StructuredEvents.Tests" , "test\NLog.StructuredEvents.Tests\NLog.StructuredEvents.Tests.xproj" , "{8867FF56-F14D-408C-B126-FE9CF13AE207}"
15+ EndProject
16+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "Benchmarks" , "test\Benchmarks\Benchmarks.xproj" , "{EC23ABDF-B869-459F-97C5-DD25279567F1}"
1517EndProject
1618Global
1719 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -27,6 +29,10 @@ Global
2729 {8867FF56-F14D-408C-B126-FE9CF13AE207} .Debug| Any CPU .Build .0 = Debug| Any CPU
2830 {8867FF56-F14D-408C-B126-FE9CF13AE207} .Release| Any CPU .ActiveCfg = Release| Any CPU
2931 {8867FF56-F14D-408C-B126-FE9CF13AE207} .Release| Any CPU .Build .0 = Release| Any CPU
32+ {EC23ABDF-B869-459F-97C5-DD25279567F1} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
33+ {EC23ABDF-B869-459F-97C5-DD25279567F1} .Debug| Any CPU .Build .0 = Debug| Any CPU
34+ {EC23ABDF-B869-459F-97C5-DD25279567F1} .Release| Any CPU .ActiveCfg = Release| Any CPU
35+ {EC23ABDF-B869-459F-97C5-DD25279567F1} .Release| Any CPU .Build .0 = Release| Any CPU
3036 EndGlobalSection
3137 GlobalSection (SolutionProperties ) = preSolution
3238 HideSolutionNode = FALSE
0 commit comments