project file

This commit is contained in:
per ploug
2014-06-26 11:31:39 +02:00
parent c8c2d2d601
commit d0ebbf2359

View File

@@ -312,18 +312,18 @@
<Compile Include="Editors\ImagesController.cs" />
<Compile Include="Editors\TemplateController.cs" />
<Compile Include="Editors\TuningController.cs" />
<Compile Include="GridTemplateExtensions.cs" />
<Compile Include="Editors\TemplateQuery\ContentTypeModel.cs" />
<Compile Include="Editors\TemplateQuery\PropertyModel.cs" />
<Compile Include="Editors\TemplateQuery\SourceModel.cs" />
<Compile Include="Editors\TemplateQuery\TemplateQueryResult.cs" />
<Compile Include="Editors\TemplateQuery\SortExpression.cs" />
<Compile Include="Editors\TemplateQuery\Operathor.cs" />
<Compile Include="Editors\TemplateQuery\OperathorTerm.cs" />
<Compile Include="Editors\TemplateQuery\QueryCondition.cs" />
<Compile Include="Editors\TemplateQuery\QueryModel.cs" />
<Compile Include="Editors\TemplateQuery\QueryResultModel.cs" />
<Compile Include="Editors\TemplateQuery\TemplateQueryController.cs" />
<Compile Include="GridTemplateExtensions.cs" />
<Compile Include="Models\TemplateQuery\ContentTypeModel.cs" />
<Compile Include="Models\TemplateQuery\PropertyModel.cs" />
<Compile Include="Models\TemplateQuery\SourceModel.cs" />
<Compile Include="Models\TemplateQuery\TemplateQueryResult.cs" />
<Compile Include="Models\TemplateQuery\SortExpression.cs" />
<Compile Include="Models\TemplateQuery\Operathor.cs" />
<Compile Include="Models\TemplateQuery\OperathorTerm.cs" />
<Compile Include="Models\TemplateQuery\QueryCondition.cs" />
<Compile Include="Models\TemplateQuery\QueryModel.cs" />
<Compile Include="Models\TemplateQuery\QueryResultModel.cs" />
<Compile Include="Editors\TemplateQueryController.cs" />
<Compile Include="Models\ContentEditing\ContentBaseItemSave.cs" />
<Compile Include="Models\ContentEditing\MediaItemSave.cs" />
<Compile Include="Models\ContentEditing\TemplateDisplay.cs" />
@@ -379,7 +379,7 @@
<Compile Include="Mvc\NotFoundHandler.cs" />
<Compile Include="Mvc\PreRenderViewActionFilterAttribute.cs" />
<Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
<Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
<Compile Include="PropertyEditors\TagsDataController.cs" />
<Compile Include="PublishedCache\MemberPublishedContent.cs" />