|
220 | 220 | <Compile Include="Cat\CatThreadPool\CatThreadPoolUrlTests.cs" /> |
221 | 221 | <Compile Include="ClientConcepts\ConnectionPooling\Dispose\ResponseBuilderDisposeTests.cs" /> |
222 | 222 | <Compile Include="ClientConcepts\ConnectionPooling\Sniffing\AddressParsing.doc.cs" /> |
| 223 | + <Compile Include="ClientConcepts\Connection\CustomConnections.cs" /> |
223 | 224 | <Compile Include="Cluster\TaskManagement\GetTask\GetTaskApiTests.cs" /> |
224 | 225 | <Compile Include="Cluster\TaskManagement\GetTask\GetTaskUrlTests.cs" /> |
225 | 226 | <Compile Include="CodeStandards\Responses.doc.cs" /> |
|
238 | 239 | <Compile Include="Framework\EndpointTests\TestState\AsyncLazy.cs" /> |
239 | 240 | <Compile Include="Framework\EndpointTests\Clusters\IntrusiveOperationCluster.cs" /> |
240 | 241 | <Compile Include="Framework\EndpointTests\Clusters\WritableCluster.cs" /> |
| 242 | + <Compile Include="Framework\EndpointTests\TestState\ClientMethod.cs" /> |
241 | 243 | <Compile Include="Framework\Extensions\ReadOnlyDictionaryAssertions.cs" /> |
242 | 244 | <Compile Include="Framework\Extensions\ShouldExtensions.cs" /> |
243 | 245 | <Compile Include="Framework\ManagedElasticsearch\FileSystem\INodeFileSystem.cs" /> |
| 246 | + <Compile Include="Framework\ManagedElasticsearch\Process\ElasticsearchConsoleOut.cs" /> |
244 | 247 | <Compile Include="Framework\MockData\GeoIp.cs" /> |
245 | 248 | <Compile Include="Framework\SerializationTests\DictionarySerializationTests.cs" /> |
246 | 249 | <Compile Include="Framework\VirtualClustering\Audit\Auditor.cs" /> |
|
493 | 496 | <Compile Include=".\QueryDsl\Geo\Shape\MultiPoint\GeoMultiPointUsageTests.cs" /> |
494 | 497 | <Compile Include=".\QueryDsl\Geo\Shape\Point\GeoPointUsageTests.cs" /> |
495 | 498 | <Compile Include=".\QueryDsl\Geo\Shape\Polygon\GeoPolygonUsageTests.cs" /> |
| 499 | + <Compile Include="QueryDsl\ConditionlessWhen.cs" /> |
496 | 500 | <Compile Include="QueryDsl\Geo\Shape\GeoShapeQueryUsageTestsBase.cs" /> |
497 | 501 | <Compile Include=".\QueryDsl\Joining\HasChild\HasChildQueryUsageTests.cs" /> |
498 | 502 | <Compile Include=".\QueryDsl\Joining\HasParent\HasParentQueryUsageTests.cs" /> |
|
615 | 619 | <Compile Include="Document\Multiple\UpdateByQuery\UpdateByQueryApiTests.cs" /> |
616 | 620 | <Compile Include="Document\Multiple\UpdateByQuery\UpdateByQueryUrlTests.cs" /> |
617 | 621 | <Compile Include="Framework\EndpointTests\TestState\CallUniqueValues.cs" /> |
618 | | - <Compile Include="Framework\EndpointTests\TestState\ClientMethod.cs" /> |
619 | | - <Compile Include="Framework\ManagedElasticsearch\Process\ElasticsearchConsoleOut.cs" /> |
620 | | - <Compile Include="QueryDsl\ConditionlessWhen.cs" /> |
621 | 622 | <Compile Include="QueryDsl\Joining\ParentId\ParentIdUsageTests.cs" /> |
622 | 623 | <Compile Include="QueryDsl\MatchNoneQueryUsageTests.cs" /> |
623 | 624 | <Compile Include="QueryDsl\NotConditionlessWhen.cs" /> |
624 | 625 | <Compile Include="QueryDsl\Specialized\Percolate\PercolateQueryUsageTests.cs" /> |
| 626 | + <Compile Include="Reproduce\ConnectionReuseAndBalancing.cs" /> |
625 | 627 | <Compile Include="Reproduce\DateSerialization.cs" /> |
626 | 628 | <Compile Include="Reproduce\GithubIssue2152.cs" /> |
627 | 629 | <Compile Include="Reproduce\GithubIssue2306.cs" /> |
|
753 | 755 | <Content Include="ClientConcepts\LowLevel\pipeline.xml" /> |
754 | 756 | <Content Include="QueryDsl\BoolDsl\hadouken-indentation.jpg" /> |
755 | 757 | </ItemGroup> |
756 | | - <ItemGroup> |
757 | | - <Folder Include="ClientConcepts\Connection\" /> |
758 | | - </ItemGroup> |
| 758 | + <ItemGroup /> |
759 | 759 | <Import Project="..\outputpath.props" /> |
760 | 760 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
761 | 761 | <Choose> |
|
0 commit comments