Skip to content

Commit d0ebbf2

Browse files
author
per ploug
committed
project file
1 parent c8c2d2d commit d0ebbf2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Umbraco.Web/Umbraco.Web.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -312,18 +312,18 @@
312312
<Compile Include="Editors\ImagesController.cs" />
313313
<Compile Include="Editors\TemplateController.cs" />
314314
<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" />
327327
<Compile Include="Models\ContentEditing\ContentBaseItemSave.cs" />
328328
<Compile Include="Models\ContentEditing\MediaItemSave.cs" />
329329
<Compile Include="Models\ContentEditing\TemplateDisplay.cs" />
@@ -379,7 +379,7 @@
379379
<Compile Include="Mvc\NotFoundHandler.cs" />
380380
<Compile Include="Mvc\PreRenderViewActionFilterAttribute.cs" />
381381
<Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
382-
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
382+
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
383383
<Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
384384
<Compile Include="PropertyEditors\TagsDataController.cs" />
385385
<Compile Include="PublishedCache\MemberPublishedContent.cs" />

0 commit comments

Comments
 (0)