|
312 | 312 | <Compile Include="Editors\ImagesController.cs" />
|
313 | 313 | <Compile Include="Editors\TemplateController.cs" />
|
314 | 314 | <Compile Include="Editors\TuningController.cs" />
|
315 |
| - <Compile Include="GridTemplateExtensions.cs" /> |
316 |
| - <Compile Include="Editors\TemplateQuery\ContentTypeModel.cs" /> |
317 |
| - <Compile Include="Editors\TemplateQuery\PropertyModel.cs" /> |
318 |
| - <Compile Include="Editors\TemplateQuery\SourceModel.cs" /> |
319 |
| - <Compile Include="Editors\TemplateQuery\TemplateQueryResult.cs" /> |
320 |
| - <Compile Include="Editors\TemplateQuery\SortExpression.cs" /> |
321 |
| - <Compile Include="Editors\TemplateQuery\Operathor.cs" /> |
322 |
| - <Compile Include="Editors\TemplateQuery\OperathorTerm.cs" /> |
323 |
| - <Compile Include="Editors\TemplateQuery\QueryCondition.cs" /> |
324 |
| - <Compile Include="Editors\TemplateQuery\QueryModel.cs" /> |
325 |
| - <Compile Include="Editors\TemplateQuery\QueryResultModel.cs" /> |
326 |
| - <Compile Include="Editors\TemplateQuery\TemplateQueryController.cs" /> |
| 315 | + <Compile Include="GridTemplateExtensions.cs" /> |
| 316 | + <Compile Include="Models\TemplateQuery\ContentTypeModel.cs" /> |
| 317 | + <Compile Include="Models\TemplateQuery\PropertyModel.cs" /> |
| 318 | + <Compile Include="Models\TemplateQuery\SourceModel.cs" /> |
| 319 | + <Compile Include="Models\TemplateQuery\TemplateQueryResult.cs" /> |
| 320 | + <Compile Include="Models\TemplateQuery\SortExpression.cs" /> |
| 321 | + <Compile Include="Models\TemplateQuery\Operathor.cs" /> |
| 322 | + <Compile Include="Models\TemplateQuery\OperathorTerm.cs" /> |
| 323 | + <Compile Include="Models\TemplateQuery\QueryCondition.cs" /> |
| 324 | + <Compile Include="Models\TemplateQuery\QueryModel.cs" /> |
| 325 | + <Compile Include="Models\TemplateQuery\QueryResultModel.cs" /> |
| 326 | + <Compile Include="Editors\TemplateQueryController.cs" /> |
327 | 327 | <Compile Include="Models\ContentEditing\ContentBaseItemSave.cs" />
|
328 | 328 | <Compile Include="Models\ContentEditing\MediaItemSave.cs" />
|
329 | 329 | <Compile Include="Models\ContentEditing\TemplateDisplay.cs" />
|
|
379 | 379 | <Compile Include="Mvc\NotFoundHandler.cs" />
|
380 | 380 | <Compile Include="Mvc\PreRenderViewActionFilterAttribute.cs" />
|
381 | 381 | <Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
|
382 |
| - <Compile Include="PropertyEditors\GridPropertyEditor.cs" /> |
| 382 | + <Compile Include="PropertyEditors\GridPropertyEditor.cs" /> |
383 | 383 | <Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
|
384 | 384 | <Compile Include="PropertyEditors\TagsDataController.cs" />
|
385 | 385 | <Compile Include="PublishedCache\MemberPublishedContent.cs" />
|
|
0 commit comments