mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
640 lines
35 KiB
XML
640 lines
35 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6BD8B2FA-F2E3-4AC8-A4C3-2925A653889A}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Orchard.Layouts</RootNamespace>
|
|
<AssemblyName>Orchard.Layouts</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<TargetFrameworkProfile />
|
|
<UseIISExpress>false</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
<Use64BitIISExpress />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>latest</LangVersion>
|
|
<CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>latest</LangVersion>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\lib\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Routing" />
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\YamlDotNet.11.1.1\lib\net45\YamlDotNet.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Assets\JavaScript\Models\RecycleBin.js" />
|
|
<Content Include="Assets.json" />
|
|
<Content Include="Images\azure.png" />
|
|
<Content Include="Images\illustration.jpg" />
|
|
<Content Include="Images\logo.svg" />
|
|
<Content Include="Placement.info" />
|
|
<Content Include="Scripts\element-browser.js" />
|
|
<Content Include="Scripts\AutoFocus.js" />
|
|
<Content Include="Scripts\Elements\Image.js" />
|
|
<Content Include="Scripts\LayoutDesignerHost.js" />
|
|
<Content Include="Scripts\element-editor.js" />
|
|
<Content Include="Scripts\frame.js" />
|
|
<Content Include="Scripts\jquery.browser.js" />
|
|
<Content Include="Scripts\jquery.deserialize.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Editor.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Canvas.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Child.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Column.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Content.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\ToolboxGroup.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Toolbox.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Grid.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Popup.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Directives\Row.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Module.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Services\Clipboard.js" />
|
|
<Content Include="Assets\JavaScript\LayoutEditor\Services\ScopeConfigurator.js" />
|
|
<Content Include="Assets\JavaScript\Models\Canvas.js" />
|
|
<Content Include="Assets\JavaScript\Models\Editor.js" />
|
|
<Content Include="Assets\JavaScript\Models\Column.js" />
|
|
<Content Include="Assets\JavaScript\Models\Container.js" />
|
|
<Content Include="Assets\JavaScript\Models\Content.js" />
|
|
<Content Include="Assets\JavaScript\Models\Element.js" />
|
|
<Content Include="Assets\JavaScript\Models\Grid.js" />
|
|
<Content Include="Assets\JavaScript\Models\Helpers.js" />
|
|
<Content Include="Assets\JavaScript\Models\Row.js" />
|
|
<Content Include="Scripts\LayoutDecoder.js" />
|
|
<Content Include="Scripts\dialog.js" />
|
|
<Content Include="Data\Canvas.json" />
|
|
<Content Include="Data\ContentTypes.json" />
|
|
<Content Include="Images\Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Scripts\LayoutEditor.js" />
|
|
<Content Include="Scripts\LayoutEditor.min.js" />
|
|
<Content Include="Scripts\Models.js" />
|
|
<Content Include="Scripts\Models.min.js" />
|
|
<Content Include="Scripts\_references.js" />
|
|
<Content Include="Styles\LayoutEditor.css" />
|
|
<Content Include="Styles\LayoutEditor.min.css" />
|
|
<Content Include="Styles\menu.layouts-admin.css" />
|
|
<Content Include="Styles\menu.elements.png" />
|
|
<Content Include="Styles\element-editor.css" />
|
|
<Content Include="Styles\element-browser.css" />
|
|
<Content Include="Styles\default-grid.css" />
|
|
<Content Include="Styles\edit.png" />
|
|
<Content Include="Styles\menu.layouts.png" />
|
|
<Content Include="Styles\overlay.png" />
|
|
<Content Include="Styles\remove.png" />
|
|
<Content Include="Styles\dialog.css" />
|
|
<Content Include="Styles\admin-dialog.css" />
|
|
<Content Include="Styles\split-arrow-down.png" />
|
|
<Content Include="Styles\split-arrow-up.png" />
|
|
<Content Include="Views\BlueprintAdmin\Edit.cshtml">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="Web.config" />
|
|
<Content Include="Scripts\Web.config" />
|
|
<Content Include="Styles\Web.config" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Content Include="Module.txt" />
|
|
<Content Include="Views\EditorTemplates\Parts.Layout.cshtml" />
|
|
<Content Include="Views\Element\Edit.cshtml" />
|
|
<Content Include="Views\LayoutRoot.cshtml" />
|
|
<Content Include="Views\Parts.Layout.cshtml" />
|
|
<Content Include="Views\Elements\Grid.cshtml" />
|
|
<Content Include="Views\Elements\Row.cshtml" />
|
|
<Content Include="Views\Elements\Column.cshtml" />
|
|
<Content Include="Views\Elements\Text.cshtml" />
|
|
<Content Include="Views\Elements\MediaItem.cshtml" />
|
|
<Content Include="Views\Elements\Snippet.cshtml" />
|
|
<Content Include="Views\Layout-Dialog.cshtml" />
|
|
<Content Include="Views\DialogTemplate.cshtml" />
|
|
<Content Include="Views\Element\Create.cshtml" />
|
|
<Content Include="Views\Elements\ContentPart.cshtml" />
|
|
<Content Include="Views\ContentPart.cshtml" />
|
|
<Content Include="Views\DefinitionTemplates\LayoutTypePartSettings.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Text.cshtml" />
|
|
<Content Include="Views\ContentField.cshtml" />
|
|
<Content Include="Views\Elements\ContentField.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.ContentItem.cshtml" />
|
|
<Content Include="Views\Elements\ContentItem.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.MediaItem.cshtml" />
|
|
<Content Include="Views\DefinitionTemplates\ContentPartLayoutSettings.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Parts.ElementWrapper.cshtml" />
|
|
<Content Include="Views\Parts.ElementWrapper.cshtml" />
|
|
<Content Include="Views\DefinitionTemplates\ElementWrapperPartSettings.cshtml" />
|
|
<Content Include="Views\ElementEditor.LocalNav.cshtml" />
|
|
<Content Include="Views\ElementEditor.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Markdown.cshtml" />
|
|
<Content Include="Views\Elements\Markdown.cshtml" />
|
|
<Content Include="Views\Elements\Html.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Html.cshtml" />
|
|
<Content Include="Views\BlueprintAdmin\Index.cshtml" />
|
|
<Content Include="Views\BlueprintAdmin\Browse.cshtml" />
|
|
<Content Include="Views\BlueprintAdmin\Create.cshtml" />
|
|
<Content Include="Views\ElementBlueprintEditor.cshtml" />
|
|
<Content Include="Views\BlueprintAdmin\Properties.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Paragraph.cshtml" />
|
|
<Content Include="Views\Elements\Paragraph.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Image.cshtml" />
|
|
<Content Include="Views\Elements\Image.cshtml" />
|
|
<Content Include="Views\Elements\Image.Design.cshtml" />
|
|
<Content Include="Assets\Less\LayoutEditor\Element.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Container.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Variables.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Canvas.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Content.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Popup.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Row.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Column.less" />
|
|
<Content Include="Views\Elements\Html.Design.cshtml" />
|
|
<Content Include="Views\Elements\ContentItem.Design.cshtml" />
|
|
<Content Include="Views\Elements\Markdown.Design.cshtml" />
|
|
<Content Include="Views\Elements\Paragraph.Design.cshtml" />
|
|
<Content Include="Views\Elements\Text.Design.cshtml" />
|
|
<Content Include="Views\Elements\ContentField.Design.cshtml" />
|
|
<Content Include="Views\Elements\MediaItem.Design.cshtml" />
|
|
<Content Include="Views\Elements\Canvas.cshtml" />
|
|
<Content Include="Views\Element.cshtml" />
|
|
<Content Include="Views\Element.Design.cshtml" />
|
|
<Content Include="Assets\Less\LayoutEditor\Reset.less" />
|
|
<Content Include="Views\ElementBrowser.Tabs.cshtml" />
|
|
<Content Include="Assets\Less\LayoutEditor\Editor.less" />
|
|
<Content Include="Assets\Less\LayoutEditor\Toolbox.less" />
|
|
<Content Include="Views\LayoutEditor.Template.Canvas.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Column.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Content.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Editor.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Grid.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Row.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.ToolboxGroup.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Toolbox.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Properties.cshtml" />
|
|
<Content Include="Views\LayoutEditor.Template.Children.cshtml" />
|
|
<Content Include="Views\EditorTemplates\LayoutEditor.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
<Name>Orchard.Framework</Name>
|
|
<Private>$(MvcBuildViews)</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
<Name>Orchard.Core</Name>
|
|
<Private>$(MvcBuildViews)</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Markdown\Markdown.csproj">
|
|
<Project>{3158c928-888c-4a84-8bc1-4a8257489538}</Project>
|
|
<Name>Markdown</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Alias\Orchard.Alias.csproj">
|
|
<Project>{475b6c45-b27c-438b-8966-908b9d6d1077}</Project>
|
|
<Name>Orchard.Alias</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Autoroute\Orchard.Autoroute.csproj">
|
|
<Project>{66fccd76-2761-47e3-8d11-b45d0001ddaa}</Project>
|
|
<Name>Orchard.Autoroute</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Conditions\Orchard.Conditions.csproj">
|
|
<Project>{98251eae-a41b-47b2-aa91-e28b8482da70}</Project>
|
|
<Name>Orchard.Conditions</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Forms\Orchard.Forms.csproj">
|
|
<Project>{642a49d7-8752-4177-80d6-bfbbcfad3de0}</Project>
|
|
<Name>Orchard.Forms</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.MediaLibrary\Orchard.MediaLibrary.csproj">
|
|
<Project>{73a7688a-5bd3-4f7e-adfa-ce36c5a10e3b}</Project>
|
|
<Name>Orchard.MediaLibrary</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Projections\Orchard.Projections.csproj">
|
|
<Project>{5531e894-d259-45a3-aa61-26dbe720c1ce}</Project>
|
|
<Name>Orchard.Projections</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Themes\Orchard.Themes.csproj">
|
|
<Project>{cde24a24-01d3-403c-84b9-37722e18dfb7}</Project>
|
|
<Name>Orchard.Themes</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orchard.Tokens\Orchard.Tokens.csproj">
|
|
<Project>{6f759635-13d7-4e94-bcc9-80445d63f117}</Project>
|
|
<Name>Orchard.Tokens</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdminMenu.cs" />
|
|
<Compile Include="Controllers\BlueprintAdminController.cs" />
|
|
<Compile Include="Controllers\TemplateController.cs" />
|
|
<Compile Include="Drivers\BreadcrumbsElementDriver.cs" />
|
|
<Compile Include="Drivers\CanvasElementDriver.cs" />
|
|
<Compile Include="Drivers\MenuElementDriver.cs" />
|
|
<Compile Include="Drivers\NotificationsElementDriver.cs" />
|
|
<Compile Include="Drivers\HeadingElementDriver.cs" />
|
|
<Compile Include="Drivers\ShapeElementDriver.cs" />
|
|
<Compile Include="Drivers\BreakElementDriver.cs" />
|
|
<Compile Include="Elements\Breadcrumbs.cs" />
|
|
<Compile Include="Elements\Canvas.cs" />
|
|
<Compile Include="Elements\ContentElement.cs" />
|
|
<Compile Include="Elements\Menu.cs" />
|
|
<Compile Include="Elements\Notifications.cs" />
|
|
<Compile Include="Elements\Heading.cs" />
|
|
<Compile Include="Elements\Shape.cs" />
|
|
<Compile Include="Elements\Break.cs" />
|
|
<Compile Include="Elements\UIElement.cs" />
|
|
<Compile Include="Elements\PlaceableContentItem.cs" />
|
|
<Compile Include="Filters\TokensFilter.cs" />
|
|
<Compile Include="Framework\Display\ElementDisplayedContext.cs" />
|
|
<Compile Include="Framework\Display\ElementDisplayingContext.cs" />
|
|
<Compile Include="Framework\Drivers\ImportContentContextWrapper.cs" />
|
|
<Compile Include="Framework\Drivers\IContentImportSession.cs" />
|
|
<Compile Include="Framework\Drivers\ExportElementContext.cs" />
|
|
<Compile Include="Framework\Drivers\ExportLayoutContext.cs" />
|
|
<Compile Include="Drivers\VectorImageElementDriver.cs" />
|
|
<Compile Include="Drivers\ProjectionElementDriver.cs" />
|
|
<Compile Include="Drivers\ImageElementDriver.cs" />
|
|
<Compile Include="Drivers\ParagraphElementDriver.cs" />
|
|
<Compile Include="Elements\VectorImage.cs" />
|
|
<Compile Include="Elements\Image.cs" />
|
|
<Compile Include="Elements\Paragraph.cs" />
|
|
<Compile Include="Elements\Projection.cs" />
|
|
<Compile Include="Filters\ControllerAccessorFilter.cs" />
|
|
<Compile Include="Framework\Display\ElementCreatingDisplayShapeContext.cs" />
|
|
<Compile Include="Framework\Drivers\ImportElementContext.cs" />
|
|
<Compile Include="Framework\Drivers\ImportLayoutContext.cs" />
|
|
<Compile Include="Framework\Elements\IElement.cs" />
|
|
<Compile Include="Handlers\ElementDriversCoordinator.cs" />
|
|
<Compile Include="Handlers\ElementRuleCoordinator.cs" />
|
|
<Compile Include="Helpers\PlaceableContentExtensions.cs" />
|
|
<Compile Include="Helpers\DictionaryExtensions.cs" />
|
|
<Compile Include="Helpers\EditorResultExtensions.cs" />
|
|
<Compile Include="Helpers\ElementDisplayContextHelper.cs" />
|
|
<Compile Include="Helpers\ObjectStoreHelper.cs" />
|
|
<Compile Include="Helpers\PrefixHelper.cs" />
|
|
<Compile Include="Helpers\JsonHelper.cs" />
|
|
<Compile Include="Helpers\SnippetHtmlExtensions.cs" />
|
|
<Compile Include="Helpers\StringHelper.cs" />
|
|
<Compile Include="Permissions.cs" />
|
|
<Compile Include="Serialization\LocalizedStringYamlConverter.cs" />
|
|
<Compile Include="Services\FormElementServices.cs" />
|
|
<Compile Include="Services\ICurrentThemeShapeBindingResolver.cs" />
|
|
<Compile Include="Services\CurrentThemeShapeBindingResolver.cs" />
|
|
<Compile Include="Providers\PlaceableContentElementHarvester.cs" />
|
|
<Compile Include="Elements\RecycleBin.cs" />
|
|
<Compile Include="Models\SnippetDescriptor.cs" />
|
|
<Compile Include="Models\SnippetFieldDescriptor.cs" />
|
|
<Compile Include="Services\IFormElementServices.cs" />
|
|
<Compile Include="ViewModels\SnippetViewModel.cs" />
|
|
<Compile Include="ViewModels\SnippetFieldViewModel.cs" />
|
|
<Compile Include="ViewModels\PlaceableContentItemViewModel.cs" />
|
|
<Compile Include="Recipes\Builders\CustomElementsStep.cs" />
|
|
<Compile Include="Recipes\Executors\CustomElementsStep.cs" />
|
|
<Compile Include="Providers\BlueprintElementHarvester.cs" />
|
|
<Compile Include="ResourceManifest.cs" />
|
|
<Compile Include="Services\CurrentControllerAccessor.cs" />
|
|
<Compile Include="Services\DefaultModelMaps.cs" />
|
|
<Compile Include="Services\ElementCreatedContext.cs" />
|
|
<Compile Include="Services\ElementCreatingContext.cs" />
|
|
<Compile Include="Services\ElementEventContext.cs" />
|
|
<Compile Include="Services\ElementEventHandlerBase.cs" />
|
|
<Compile Include="Models\ElementSessionState.cs" />
|
|
<Compile Include="Services\ElementFilterProcessor.cs" />
|
|
<Compile Include="Services\IElementFilterProcessor.cs" />
|
|
<Compile Include="Services\IElementFilter.cs" />
|
|
<Compile Include="Services\ICurrentControllerAccessor.cs" />
|
|
<Compile Include="Services\IElementEventHandler.cs" />
|
|
<Compile Include="Services\ILayoutEditorFactory.cs" />
|
|
<Compile Include="Services\ILayoutModelMap.cs" />
|
|
<Compile Include="Services\ILayoutModelMapper.cs" />
|
|
<Compile Include="Services\IElementSerializer.cs" />
|
|
<Compile Include="Services\IObjectStore.cs" />
|
|
<Compile Include="Services\LayoutEditorFactory.cs" />
|
|
<Compile Include="Services\LayoutModelMapper.cs" />
|
|
<Compile Include="Services\ElementSerializer.cs" />
|
|
<Compile Include="Services\ObjectStore.cs" />
|
|
<Compile Include="Settings\ContentTypeLayoutSettingsHooks.cs" />
|
|
<Compile Include="Settings\ContentTypeLayoutSettings.cs" />
|
|
<Compile Include="Signals.cs" />
|
|
<Compile Include="Tokens\ElementTokens.cs" />
|
|
<Compile Include="ViewModels\BreadcrumbsEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\ElementBlueprintPropertiesViewModel.cs" />
|
|
<Compile Include="ViewModels\CreateElementBlueprintViewModel.cs" />
|
|
<Compile Include="Models\ElementBlueprint.cs" />
|
|
<Compile Include="Services\ElementBlueprintService.cs" />
|
|
<Compile Include="Services\IElementBlueprintService.cs" />
|
|
<Compile Include="Services\ShapePositionDistinctComparer.cs" />
|
|
<Compile Include="Models\ShapePosition.cs" />
|
|
<Compile Include="Drivers\ContentFieldElementDriver.cs" />
|
|
<Compile Include="Drivers\ElementWrapperPartDriver.cs" />
|
|
<Compile Include="Drivers\HtmlElementDriver.cs" />
|
|
<Compile Include="Drivers\SnippetElementDriver.cs" />
|
|
<Compile Include="Drivers\MediaItemElementDriver.cs" />
|
|
<Compile Include="Drivers\ContentPartElementDriver.cs" />
|
|
<Compile Include="Drivers\ContentItemElementDriver.cs" />
|
|
<Compile Include="Drivers\MarkdownElementDriver.cs" />
|
|
<Compile Include="Elements\ContentField.cs" />
|
|
<Compile Include="Elements\ContentItem.cs" />
|
|
<Compile Include="Elements\Html.cs" />
|
|
<Compile Include="Elements\Markdown.cs" />
|
|
<Compile Include="Framework\Elements\ElementDataDictionary.cs" />
|
|
<Compile Include="Helpers\ContentFieldNameHelper.cs" />
|
|
<Compile Include="Helpers\MetaDataExtensions.cs" />
|
|
<Compile Include="Helpers\TagBuilderExtensions.cs" />
|
|
<Compile Include="Models\ElementWrapperPart.cs" />
|
|
<Compile Include="Models\ILayoutAspect.cs" />
|
|
<Compile Include="Settings\ElementWrapperPartSettingsHooks.cs" />
|
|
<Compile Include="Settings\ElementWrapperPartSettings.cs" />
|
|
<Compile Include="Providers\ContentFieldElementHarvester.cs" />
|
|
<Compile Include="Routes.cs" />
|
|
<Compile Include="Services\ContentDisplayBase.cs" />
|
|
<Compile Include="Services\ContentFieldDisplay.cs" />
|
|
<Compile Include="Services\IContentFieldDisplay.cs" />
|
|
<Compile Include="Settings\ContentPartLayoutSettings.cs" />
|
|
<Compile Include="Settings\LayoutTypePartSettingsHooks.cs" />
|
|
<Compile Include="Settings\LayoutTypePartSettings.cs" />
|
|
<Compile Include="Settings\ContentPartLayoutSettingsHooks.cs" />
|
|
<Compile Include="ViewModels\BlueprintsIndexViewModel.cs" />
|
|
<Compile Include="ViewModels\ContentItemEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\EditElementBlueprintViewModel.cs" />
|
|
<Compile Include="ViewModels\ElementWrapperPartViewModel.cs" />
|
|
<Compile Include="ViewModels\HtmlEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\LayoutEditor.cs" />
|
|
<Compile Include="ViewModels\LayoutEditorPropertiesViewModel.cs" />
|
|
<Compile Include="ViewModels\MenuEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\HeadingEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\VectorImageEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\ImageEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\MarkdownEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\ParagraphEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\TextEditorViewModel.cs" />
|
|
<Compile Include="Framework\Elements\Category.cs" />
|
|
<Compile Include="Providers\DefaultCategoryProvider.cs" />
|
|
<Compile Include="Services\ContentPartDisplay.cs" />
|
|
<Compile Include="Services\ElementFactory.cs" />
|
|
<Compile Include="Framework\Harvesters\ICategoryProvider.cs" />
|
|
<Compile Include="Services\IContentPartDisplay.cs" />
|
|
<Compile Include="Services\IElementFactory.cs" />
|
|
<Compile Include="ViewModels\BrowseElementsViewModel.cs" />
|
|
<Compile Include="Elements\ContentPart.cs" />
|
|
<Compile Include="Providers\ContentPartElementHarvester.cs" />
|
|
<Compile Include="Framework\Harvesters\HarvestElementsContext.cs" />
|
|
<Compile Include="Services\DescribeElementsContext.cs" />
|
|
<Compile Include="Services\ILayoutManager.cs" />
|
|
<Compile Include="Drivers\ColumnElementDriver.cs" />
|
|
<Compile Include="Drivers\GridElementDriver.cs" />
|
|
<Compile Include="Handlers\LayoutPartHandler.cs" />
|
|
<Compile Include="Models\LayoutPartRecord.cs" />
|
|
<Compile Include="Services\LayoutManager.cs" />
|
|
<Compile Include="ViewModels\EditElementViewModel.cs" />
|
|
<Compile Include="Services\CultureAccessor.cs" />
|
|
<Compile Include="Services\ICultureAccessor.cs" />
|
|
<Compile Include="Framework\Elements\ElementRemovingContext.cs" />
|
|
<Compile Include="Framework\Elements\ElementSavingContext.cs" />
|
|
<Compile Include="Framework\Elements\LayoutSavingContext.cs" />
|
|
<Compile Include="Helpers\ElementInstanceHelper.cs" />
|
|
<Compile Include="Framework\Drivers\EditorResult.cs" />
|
|
<Compile Include="ViewModels\ElementDataViewModel.cs" />
|
|
<Compile Include="Controllers\LayoutController.cs" />
|
|
<Compile Include="Drivers\RowElementDriver.cs" />
|
|
<Compile Include="Drivers\TextElementDriver.cs" />
|
|
<Compile Include="Framework\Drivers\ElementDriver.cs" />
|
|
<Compile Include="Framework\Drivers\FormsElementDriver.cs" />
|
|
<Compile Include="Framework\Drivers\ElementEditorContext.cs" />
|
|
<Compile Include="Controllers\ElementController.cs" />
|
|
<Compile Include="Elements\Snippet.cs" />
|
|
<Compile Include="Elements\Grid.cs" />
|
|
<Compile Include="Helpers\ListHelper.cs" />
|
|
<Compile Include="Framework\Elements\ElementDescriptor.cs" />
|
|
<Compile Include="Framework\Drivers\IElementDriver.cs" />
|
|
<Compile Include="Framework\Harvesters\IElementHarvester.cs" />
|
|
<Compile Include="Services\ILayoutSerializer.cs" />
|
|
<Compile Include="Helpers\ElementDataHelper.cs" />
|
|
<Compile Include="Elements\Column.cs" />
|
|
<Compile Include="Services\LayoutSerializer.cs" />
|
|
<Compile Include="Providers\SnippetElementHarvester.cs" />
|
|
<Compile Include="Providers\TypedElementHarvester.cs" />
|
|
<Compile Include="ViewModels\ElementViewModel.cs" />
|
|
<Compile Include="Drivers\LayoutPartDriver.cs" />
|
|
<Compile Include="Framework\Display\IElementDisplay.cs" />
|
|
<Compile Include="Framework\Display\ElementDisplay.cs" />
|
|
<Compile Include="Services\ElementManager.cs" />
|
|
<Compile Include="Shapes\ElementShapes.cs" />
|
|
<Compile Include="Elements\MediaItem.cs" />
|
|
<Compile Include="Migrations.cs" />
|
|
<Compile Include="Models\LayoutPart.cs" />
|
|
<Compile Include="Framework\Elements\CategoryDescriptor.cs" />
|
|
<Compile Include="Services\IElementManager.cs" />
|
|
<Compile Include="Elements\Row.cs" />
|
|
<Compile Include="Elements\Container.cs" />
|
|
<Compile Include="Framework\Elements\Element.cs" />
|
|
<Compile Include="Elements\Text.cs" />
|
|
<Compile Include="ViewModels\LayoutPartViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Snippet.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Projection.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\ContentPart.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\EditorTemplates\Elements.VectorImage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\VectorImage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\VectorImage.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Parts.Layout.Summary.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Shape.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Shape.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Projection.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Break.cshtml" />
|
|
<Content Include="Styles\LayoutEditor\Menu.less" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Parts.Layout.Recursive.cshtml" />
|
|
<Content Include="Views\Parts.Layout.Summary.Recursive.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Breadcrumbs.cshtml" />
|
|
<Content Include="Views\EditorTemplates\Elements.Menu.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Breadcrumbs.cshtml" />
|
|
<Content Include="Views\Elements\Breadcrumbs.Design.cshtml" />
|
|
<Content Include="Views\Elements\Menu.cshtml" />
|
|
<Content Include="Views\Elements\Menu.Design.cshtml" />
|
|
<Content Include="Views\Elements\Notifications.cshtml" />
|
|
<Content Include="Views\Elements\Notifications.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Heading.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\EditorTemplates\Elements.Heading.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\Heading.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\PlaceableContentItem.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Elements\PlaceableContentItem.Design.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\DefinitionTemplates\ContentTypeLayoutSettings.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\EditorTemplates\Elements.PlaceableContentItem.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\EditorTemplates\Elements.Snippet.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\EditorTemplates\Elements.Snippet.Field.Text.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target> -->
|
|
<Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
|
|
<PropertyGroup>
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
</PropertyGroup>
|
|
<!-- If this is an area child project, uncomment the following line:
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
-->
|
|
<!-- If this is an area parent project, uncomment the following lines:
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
<CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
|
|
-->
|
|
</Target>
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>False</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>45979</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>
|
|
</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>True</UseCustomServer>
|
|
<CustomServerUrl>https://github.com/OrchardCMS/Orchard</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<Import Project="..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
|
|
</Target>
|
|
</Project> |