@@ -11,6 +11,9 @@ EndProject
1111Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Playground" , "src\Playground\Playground.csproj" , "{8F2EA767-8746-4816-B6EE-342BCB8F1AAB}"
1212EndProject
1313Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{362B2776-4B29-46AB-B237-56776B5372B6}"
14+ Project Section (SolutionItems ) = preProject
15+ tests \Directory .Build .props = tests \Directory .Build .props
16+ EndProject Section
1417EndProject
1518Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Tests.Core" , "tests\Tests.Core\Tests.Core.csproj" , "{70225C3F-393A-40F5-A778-8FF71A38C4C0}"
1619EndProject
@@ -58,6 +61,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elastic.Clients.Elasticsear
5861EndProject
5962Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Elastic.Clients.Elasticsearch.Serverless" , "src\Elastic.Clients.Elasticsearch.Serverless\Elastic.Clients.Elasticsearch.Serverless.csproj" , "{49D7F5A7-AA32-492B-B957-0E3325861F55}"
6063EndProject
64+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Tests" , "tests\Tests\Tests.csproj" , "{6FD804B2-CE80-41CB-A411-2023F34C18FE}"
65+ EndProject
6166Global
6267 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
6368 Debug| Any CPU = Debug| Any CPU
@@ -112,6 +117,10 @@ Global
112117 {49D7F5A7-AA32-492B-B957-0E3325861F55} .Debug| Any CPU .Build .0 = Debug| Any CPU
113118 {49D7F5A7-AA32-492B-B957-0E3325861F55} .Release| Any CPU .ActiveCfg = Release| Any CPU
114119 {49D7F5A7-AA32-492B-B957-0E3325861F55} .Release| Any CPU .Build .0 = Release| Any CPU
120+ {6FD804B2-CE80-41CB-A411-2023F34C18FE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
121+ {6FD804B2-CE80-41CB-A411-2023F34C18FE} .Debug| Any CPU .Build .0 = Debug| Any CPU
122+ {6FD804B2-CE80-41CB-A411-2023F34C18FE} .Release| Any CPU .ActiveCfg = Release| Any CPU
123+ {6FD804B2-CE80-41CB-A411-2023F34C18FE} .Release| Any CPU .Build .0 = Release| Any CPU
115124 EndGlobalSection
116125 GlobalSection (SolutionProperties ) = preSolution
117126 HideSolutionNode = FALSE
@@ -129,6 +138,7 @@ Global
129138 {F6162603-D134-4121-8106-2BA4DAD7350B} = {362B2776-4B29-46AB-B237-56776B5372B6}
130139 {8C9275D9-29CE-4A20-8FD5-6B26C6CAAADB} = {D455EC79-E1E0-4509-B297-0DA3AED8DFF7}
131140 {49D7F5A7-AA32-492B-B957-0E3325861F55} = {D455EC79-E1E0-4509-B297-0DA3AED8DFF7}
141+ {6FD804B2-CE80-41CB-A411-2023F34C18FE} = {362B2776-4B29-46AB-B237-56776B5372B6}
132142 EndGlobalSection
133143 GlobalSection (ExtensibilityGlobals ) = postSolution
134144 SolutionGuid = {CE74F821-B001-4C69-A58D-CF81F8B0B632}
0 commit comments