|
151 | 151 | <Compile Include="Indices\ExistsTests.cs" /> |
152 | 152 | <Compile Include="Indices\StatsTests.cs" /> |
153 | 153 | <Compile Include="Core\AsyncTests.cs" /> |
154 | | - <Compile Include="Integration\Filter\AndOrNotFilterTests.cs" /> |
155 | | - <Compile Include="Integration\Filter\ScriptFilterTests.cs" /> |
156 | | - <Compile Include="Integration\Filter\MissingExistsFilterTests.cs" /> |
157 | | - <Compile Include="Integration\Filter\PrefixFilterTests.cs" /> |
158 | | - <Compile Include="Integration\Filter\RangeFilterTests.cs" /> |
159 | | - <Compile Include="Integration\Query\BoolQueryResults.cs" /> |
160 | | - <Compile Include="Integration\Query\TermToString.cs" /> |
| 154 | + <Compile Include="Search\Filter\AndOrNotFilterTests.cs" /> |
| 155 | + <Compile Include="Search\Filter\ScriptFilterTests.cs" /> |
| 156 | + <Compile Include="Search\Filter\MissingExistsFilterTests.cs" /> |
| 157 | + <Compile Include="Search\Filter\PrefixFilterTests.cs" /> |
| 158 | + <Compile Include="Search\Filter\RangeFilterTests.cs" /> |
| 159 | + <Compile Include="Search\Query\BoolQueryResults.cs" /> |
| 160 | + <Compile Include="Search\Query\TermToString.cs" /> |
161 | 161 | <Compile Include="Core\UpdateTests.cs" /> |
162 | | - <Compile Include="Integration\Filter\BoolFilterTests.cs" /> |
163 | | - <Compile Include="Integration\HighlightTests.cs" /> |
164 | | - <Compile Include="Integration\Query\TermQueryDynamic.cs" /> |
| 162 | + <Compile Include="Search\Filter\BoolFilterTests.cs" /> |
| 163 | + <Compile Include="Search\HighlightTests.cs" /> |
| 164 | + <Compile Include="Search\Query\TermQueryDynamic.cs" /> |
165 | 165 | <Compile Include="RawCalls\HasUsefultServerExceptionTests.cs" /> |
166 | 166 | <Compile Include="RawCalls\DynamicNullTests.cs" /> |
167 | 167 | <Compile Include="Mapping\NotAnalyzedTest.cs" /> |
|
253 | 253 | <LastGenOutput>Test.Designer.cs</LastGenOutput> |
254 | 254 | </None> |
255 | 255 | </ItemGroup> |
256 | | - <ItemGroup> |
257 | | - <Folder Include="LowLevel\" /> |
258 | | - </ItemGroup> |
| 256 | + <ItemGroup /> |
259 | 257 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
260 | 258 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
261 | 259 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments