|
54 | 54 | <Reference Include="System.Xml" />
|
55 | 55 | </ItemGroup>
|
56 | 56 | <ItemGroup>
|
57 |
| - <Compile Include="**\*.cs" /> |
| 57 | + <Compile Include="Auditing\Audit.cs" /> |
| 58 | + <Compile Include="Auditing\Auditable.cs" /> |
| 59 | + <Compile Include="Auditing\AuditEvent.cs" /> |
| 60 | + <Compile Include="Configuration\ConnectionConfiguration.cs" /> |
| 61 | + <Compile Include="Configuration\IConnectionConfigurationValues.cs" /> |
| 62 | + <Compile Include="Configuration\RequestConfiguration.cs" /> |
| 63 | + <Compile Include="Configuration\Security\BasicAuthorizationCredentials.cs" /> |
| 64 | + <Compile Include="ConnectionPool\IConnectionPool.cs" /> |
| 65 | + <Compile Include="ConnectionPool\Node.cs" /> |
| 66 | + <Compile Include="ConnectionPool\SingleNodeConnectionPool.cs" /> |
| 67 | + <Compile Include="ConnectionPool\SniffingConnectionPool.cs" /> |
| 68 | + <Compile Include="ConnectionPool\StaticConnectionPool.cs" /> |
| 69 | + <Compile Include="ConnectionPool\StickyConnectionPool.cs" /> |
| 70 | + <Compile Include="Connection\HttpConnection-CoreFx.cs" /> |
| 71 | + <Compile Include="Connection\HttpConnection.cs" /> |
| 72 | + <Compile Include="Connection\HttpMethod.cs" /> |
| 73 | + <Compile Include="Connection\IConnection.cs" /> |
| 74 | + <Compile Include="Connection\InMemoryConnection.cs" /> |
| 75 | + <Compile Include="CrossPlatform\Browsable.cs" /> |
| 76 | + <Compile Include="CrossPlatform\TypeExtensions.cs" /> |
| 77 | + <Compile Include="Domain\Enums.Generated.cs" /> |
| 78 | + <Compile Include="Domain\IHideObjectMembers.cs" /> |
| 79 | + <Compile Include="Domain\IPropertyMapping.cs" /> |
| 80 | + <Compile Include="Domain\RequestParameters\FluentRequestParameters.cs" /> |
| 81 | + <Compile Include="Domain\RequestParameters\IRequestParameters.cs" /> |
| 82 | + <Compile Include="Domain\RequestParameters\RequestParameters.Generated.cs" /> |
| 83 | + <Compile Include="ElasticLowLevelClient.cs" /> |
| 84 | + <Compile Include="ElasticLowLevelClient.Generated.cs" /> |
| 85 | + <Compile Include="Exceptions\ElasticsearchClientException.cs" /> |
| 86 | + <Compile Include="Exceptions\UnexpectedElasticsearchClientException.cs" /> |
| 87 | + <Compile Include="Extensions\ExceptionExtensions.cs" /> |
| 88 | + <Compile Include="Extensions\Extensions.cs" /> |
| 89 | + <Compile Include="Extensions\Fluent.cs" /> |
| 90 | + <Compile Include="Extensions\FormattableString.cs" /> |
| 91 | + <Compile Include="Extensions\NameValueCollectionExtensions.cs" /> |
| 92 | + <Compile Include="GlobalSuppressions.cs" /> |
| 93 | + <Compile Include="IElasticLowLevelClient.cs" /> |
| 94 | + <Compile Include="IElasticLowLevelClient.Generated.cs" /> |
| 95 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 96 | + <Compile Include="Properties\ClsCompliancy.cs" /> |
| 97 | + <Compile Include="Providers\DateTimeProvider.cs" /> |
| 98 | + <Compile Include="Providers\IDateTimeProvider.cs" /> |
| 99 | + <Compile Include="Providers\IMemoryStreamFactory.cs" /> |
| 100 | + <Compile Include="Providers\IRequestPipelineFactory.cs" /> |
| 101 | + <Compile Include="Purify\Purify.cs" /> |
| 102 | + <Compile Include="Responses\DynamicResponse.cs" /> |
| 103 | + <Compile Include="Responses\ElasticsearchDynamicValue.cs" /> |
| 104 | + <Compile Include="Responses\ElasticsearchResponse.cs" /> |
| 105 | + <Compile Include="Responses\IApiCallDetails.cs" /> |
| 106 | + <Compile Include="Responses\IBodyWithApiCallDetails.cs" /> |
| 107 | + <Compile Include="Responses\ServerError.cs" /> |
| 108 | + <Compile Include="Responses\VoidResponse.cs" /> |
| 109 | + <Compile Include="Serialization\ElasticsearchDefaultSerializer.cs" /> |
| 110 | + <Compile Include="Serialization\ElasticsearchNetJsonStrategy.cs" /> |
| 111 | + <Compile Include="Serialization\IElasticsearchSerializer.cs" /> |
| 112 | + <Compile Include="Serialization\IUrlParameter.cs" /> |
| 113 | + <Compile Include="Serialization\SerializationFormatting.cs" /> |
| 114 | + <Compile Include="Serialization\SimpleJson.cs" /> |
| 115 | + <Compile Include="Serialization\UrlFormatProvider.cs" /> |
| 116 | + <Compile Include="Transport\ITransport.cs" /> |
| 117 | + <Compile Include="Transport\Pipeline\IRequestPipeline.cs" /> |
| 118 | + <Compile Include="Transport\Pipeline\PipelineException.cs" /> |
| 119 | + <Compile Include="Transport\Pipeline\PipelineFailure.cs" /> |
| 120 | + <Compile Include="Transport\Pipeline\RequestData.cs" /> |
| 121 | + <Compile Include="Transport\Pipeline\RequestPipeline.cs" /> |
| 122 | + <Compile Include="Transport\Pipeline\ResponseBuilder.cs" /> |
| 123 | + <Compile Include="Transport\PostData.cs" /> |
| 124 | + <Compile Include="Transport\Sniff\SniffResponse.cs" /> |
| 125 | + <Compile Include="Transport\Transport.cs" /> |
58 | 126 | </ItemGroup>
|
59 | 127 | <ItemGroup>
|
60 | 128 | <None Include="paket.references" />
|
|
0 commit comments