|
163 | 163 | <Compile Include="Domain\Mapping\Descriptors\SuggestContextMappingDescriptor.cs" />
|
164 | 164 | <Compile Include="Domain\Mapping\IFieldMapping.cs" />
|
165 | 165 | <Compile Include="Domain\Mapping\SpecialFields\ISpecialField.cs" />
|
166 |
| - <Compile Include="Domain\Geometry\CircleGeoShape.cs" /> |
167 |
| - <Compile Include="Domain\Geometry\EnvelopeGeoShape.cs" /> |
168 |
| - <Compile Include="Domain\Geometry\GeoShape.cs" /> |
169 |
| - <Compile Include="Domain\Geometry\LineStringGeoShape.cs" /> |
170 |
| - <Compile Include="Domain\Geometry\MultiLineStringGeoShape.cs" /> |
171 |
| - <Compile Include="Domain\Geometry\MultiPointGeoShape.cs" /> |
172 |
| - <Compile Include="Domain\Geometry\MultiPolygonGeoShape.cs" /> |
173 |
| - <Compile Include="Domain\Geometry\PointGeoShape.cs" /> |
174 |
| - <Compile Include="Domain\Geometry\PolygonGeoShape.cs" /> |
| 166 | + <Compile Include="Domain\Geo\CircleGeoShape.cs" /> |
| 167 | + <Compile Include="Domain\Geo\EnvelopeGeoShape.cs" /> |
| 168 | + <Compile Include="Domain\Geo\GeoShape.cs" /> |
| 169 | + <Compile Include="Domain\Geo\LineStringGeoShape.cs" /> |
| 170 | + <Compile Include="Domain\Geo\MultiLineStringGeoShape.cs" /> |
| 171 | + <Compile Include="Domain\Geo\MultiPointGeoShape.cs" /> |
| 172 | + <Compile Include="Domain\Geo\MultiPolygonGeoShape.cs" /> |
| 173 | + <Compile Include="Domain\Geo\PointGeoShape.cs" /> |
| 174 | + <Compile Include="Domain\Geo\PolygonGeoShape.cs" /> |
175 | 175 | <Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataFilter.cs" />
|
176 | 176 | <Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataFrequencyFilter.cs" />
|
177 | 177 | <Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataMapping.cs" />
|
|
561 | 561 | <Compile Include="Extensions\TypeExtensions.cs" />
|
562 | 562 | <Compile Include="RawDispatch.generated.cs" />
|
563 | 563 | <Compile Include="RawDispatch.cs" />
|
564 |
| - <Compile Include="Domain\Geometry\IndexedGeoShape.cs" /> |
| 564 | + <Compile Include="Domain\Geo\IndexedGeoShape.cs" /> |
565 | 565 | <Compile Include="Domain\Mapping\Descriptors\CompletionMappingDescriptor.cs" />
|
566 | 566 | <Compile Include="Domain\Mapping\Types\CompletionMapping.cs" />
|
567 | 567 | <Compile Include="Domain\Responses\RootVersionInfoResponse.cs" />
|
|
0 commit comments