Skip to content

Commit f5c8840

Browse files
committed
updated nest project file
1 parent ac57660 commit f5c8840

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Nest/Nest.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,10 @@
752752
<Compile Include="Ingest\GetPipeline\ElasticClient-GetPipeline.cs" />
753753
<Compile Include="Ingest\GetPipeline\GetPipelineRequest.cs" />
754754
<Compile Include="Ingest\GetPipeline\GetPipelineResponse.cs" />
755+
<Compile Include="Ingest\Processor.cs" />
756+
<Compile Include="Ingest\ProcessorsDescriptor.cs" />
757+
<Compile Include="Ingest\Processors\ConvertProcessor.cs" />
758+
<Compile Include="Ingest\Processors\AppendProcessor.cs" />
755759
<Compile Include="Ingest\SimulatePipeline\ElasticClient-SimulatePipeline.cs" />
756760
<Compile Include="Ingest\SimulatePipeline\SimulatePipelineRequest.cs" />
757761
<Compile Include="Ingest\SimulatePipeline\SimulatePiipelineResponse.cs" />
@@ -1252,6 +1256,7 @@
12521256
<ItemGroup>
12531257
<None Include="paket.references" />
12541258
</ItemGroup>
1259+
<ItemGroup />
12551260
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
12561261
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
12571262
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)