2010-05-06 10:28:29 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-01-22 07:58:38 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<ProjectGuid>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</ProjectGuid>
|
2009-11-19 23:20:51 +00:00
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<RootNamespace>Orchard.Core</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Core</AssemblyName>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</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>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</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>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-06-08 16:26:08 -07:00
|
|
|
|
<Reference Include="System.Data" />
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2009-11-18 05:42:07 +00:00
|
|
|
|
<HintPath>..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
|
|
|
|
<Reference Include="System.Web.Routing" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-06-29 16:17:08 -07:00
|
|
|
|
<Compile Include="Common\DataMigrations\CommonDataMigration.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Drivers\BodyDriver.cs" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Compile Include="Common\Drivers\CommonDriver.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Drivers\RoutableDriver.cs" />
|
2010-01-13 23:01:52 +00:00
|
|
|
|
<Compile Include="Common\Controllers\RoutableController.cs" />
|
2010-06-24 14:35:18 -07:00
|
|
|
|
<Compile Include="Common\Drivers\TextFieldDriver.cs" />
|
|
|
|
|
<Compile Include="Common\Fields\TextField.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Handlers\RoutableAspectHandler.cs" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Compile Include="Common\Services\ICommonService.cs" />
|
|
|
|
|
<Compile Include="Common\Services\CommonService.cs" />
|
2010-06-29 15:07:40 -07:00
|
|
|
|
<Compile Include="Common\Settings\BodySettings.cs" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Compile Include="Common\ViewModels\CommonMetadataViewModel.cs" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Compile Include="Common\ViewModels\ContainerEditorViewModel.cs" />
|
2010-06-15 11:41:35 -07:00
|
|
|
|
<Compile Include="Common\ViewModels\TextContentFieldDisplayViewModel.cs" />
|
|
|
|
|
<Compile Include="Common\ViewModels\TextContentFieldEditorViewModel.cs" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Compile Include="Contents\Controllers\ItemController.cs" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Compile Include="Contents\Drivers\ContentsDriver.cs" />
|
|
|
|
|
<Compile Include="Contents\Handlers\ContentsHandler.cs" />
|
2010-06-24 16:11:10 -07:00
|
|
|
|
<Compile Include="Contents\ViewModels\EditItemViewModel.cs" />
|
2010-06-16 04:22:51 -07:00
|
|
|
|
<Compile Include="Contents\ViewModels\ListContentsViewModel.cs" />
|
|
|
|
|
<Compile Include="Contents\ViewModels\ListContentTypesViewModel.cs" />
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<Compile Include="Localization\Controllers\AdminController.cs" />
|
2010-06-29 16:17:08 -07:00
|
|
|
|
<Compile Include="Localization\DataMigrations\LocalizationDataMigration.cs" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Compile Include="Localization\ViewModels\ContentTranslationsViewModel.cs" />
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<Compile Include="Localization\Drivers\LocalizationDriver.cs" />
|
2010-06-29 16:17:08 -07:00
|
|
|
|
<Compile Include="Navigation\DataMigrations\NavigationDataMigration.cs" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Compile Include="Routable\Controllers\ItemController.cs" />
|
|
|
|
|
<Compile Include="Routable\Drivers\RoutableDriver.cs" />
|
|
|
|
|
<Compile Include="Routable\Handlers\RoutableHandler.cs" />
|
|
|
|
|
<Compile Include="Routable\IRoutablePathConstraint.cs" />
|
|
|
|
|
<Compile Include="Routable\Models\IsRoutable.cs" />
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Compile Include="Common\Permissions.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Models\CommonVersionRecord.cs" />
|
2010-01-13 23:01:52 +00:00
|
|
|
|
<Compile Include="Common\Routes.cs" />
|
2010-01-15 23:44:22 +00:00
|
|
|
|
<Compile Include="Common\Services\IRoutableService.cs" />
|
|
|
|
|
<Compile Include="Common\Services\RoutableService.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Utilities\LazyField.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Handlers\CommonAspectHandler.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Models\CommonAspect.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Handlers\BodyAspectHandler.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Models\BodyAspect.cs" />
|
|
|
|
|
<Compile Include="Common\Models\RoutableAspect.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Common\Models\BodyRecord.cs" />
|
|
|
|
|
<Compile Include="Common\Models\CommonRecord.cs" />
|
|
|
|
|
<Compile Include="Common\Models\RoutableRecord.cs" />
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<Compile Include="Common\ViewModels\BodyDisplayViewModel.cs" />
|
|
|
|
|
<Compile Include="Common\ViewModels\BodyEditorViewModel.cs" />
|
2010-01-13 23:01:52 +00:00
|
|
|
|
<Compile Include="Common\ViewModels\RoutableEditorViewModel.cs" />
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Compile Include="Common\ViewModels\OwnerEditorViewModel.cs" />
|
2010-06-07 16:02:54 -07:00
|
|
|
|
<Compile Include="Contents\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Contents\Controllers\AdminController.cs" />
|
|
|
|
|
<Compile Include="Contents\ViewModels\CreateItemViewModel.cs" />
|
2010-03-01 02:26:12 -08:00
|
|
|
|
<Compile Include="Dashboard\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Dashboard\Controllers\AdminController.cs" />
|
|
|
|
|
<Compile Include="Dashboard\Routes.cs" />
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<Compile Include="Feeds\Controllers\FeedController.cs" />
|
2010-01-19 06:29:58 +00:00
|
|
|
|
<Compile Include="Feeds\IFeedManager.cs" />
|
2010-01-15 06:53:15 +00:00
|
|
|
|
<Compile Include="Feeds\Rss\Routes.cs" />
|
2010-01-19 06:29:58 +00:00
|
|
|
|
<Compile Include="Feeds\Services\FeedFilter.cs" />
|
|
|
|
|
<Compile Include="Feeds\Services\FeedManager.cs" />
|
2010-01-15 08:20:13 +00:00
|
|
|
|
<Compile Include="Feeds\StandardBuilders\ItemInspector.cs" />
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<Compile Include="Feeds\StandardQueries\ContainerFeedQuery.cs" />
|
|
|
|
|
<Compile Include="Feeds\StandardBuilders\CorePartsFeedItemBuilder.cs" />
|
2010-01-19 18:27:51 +00:00
|
|
|
|
<Compile Include="Feeds\IFeedBuilder.cs" />
|
|
|
|
|
<Compile Include="Feeds\IFeedBuilderProvider.cs" />
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<Compile Include="Feeds\IFeedQuery.cs" />
|
|
|
|
|
<Compile Include="Feeds\IFeedQueryProvider.cs" />
|
|
|
|
|
<Compile Include="Feeds\IFeedItemBuilder.cs" />
|
|
|
|
|
<Compile Include="Feeds\Models\FeedContext.cs" />
|
|
|
|
|
<Compile Include="Feeds\Models\FeedItem.cs" />
|
|
|
|
|
<Compile Include="Feeds\Models\FeedResponse.cs" />
|
2010-01-19 18:27:51 +00:00
|
|
|
|
<Compile Include="Feeds\Rss\RssFeedBuilder.cs" />
|
2010-01-15 03:44:54 +00:00
|
|
|
|
<Compile Include="Feeds\Rss\RssResult.cs" />
|
2010-02-12 15:32:30 -08:00
|
|
|
|
<Compile Include="HomePage\Controllers\HomeController.cs" />
|
|
|
|
|
<Compile Include="HomePage\Routes.cs" />
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<Compile Include="Localization\Handlers\LocalizationHandler.cs" />
|
2010-06-07 11:22:40 -07:00
|
|
|
|
<Compile Include="Localization\Models\Localized.cs" />
|
|
|
|
|
<Compile Include="Localization\Models\LocalizedRecord.cs" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
<Compile Include="Navigation\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Navigation\Controllers\AdminController.cs" />
|
2010-02-11 12:31:40 -08:00
|
|
|
|
<Compile Include="Navigation\Models\MenuItem.cs" />
|
2010-02-14 23:17:26 -08:00
|
|
|
|
<Compile Include="Navigation\Drivers\MenuItemDriver.cs" />
|
|
|
|
|
<Compile Include="Navigation\Handlers\MenuItemHandler.cs" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
<Compile Include="Navigation\Models\MenuPart.cs" />
|
2010-02-14 23:17:26 -08:00
|
|
|
|
<Compile Include="Navigation\Drivers\MenuPartDriver.cs" />
|
|
|
|
|
<Compile Include="Navigation\Handlers\MenuPartHandler.cs" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
<Compile Include="Navigation\Permissions.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Navigation\Models\MenuItemRecord.cs" />
|
|
|
|
|
<Compile Include="Navigation\Models\MenuPartRecord.cs" />
|
|
|
|
|
<Compile Include="Navigation\Services\IMenuService.cs" />
|
|
|
|
|
<Compile Include="Navigation\Services\MainMenuService.cs" />
|
2010-02-14 23:17:26 -08:00
|
|
|
|
<Compile Include="Navigation\ViewModels\CreateMenuItemViewModel.cs" />
|
2010-02-16 14:04:23 -08:00
|
|
|
|
<Compile Include="Navigation\ViewModels\MenuItemEntry.cs" />
|
2010-02-12 13:08:41 -08:00
|
|
|
|
<Compile Include="Navigation\ViewModels\NavigationManagementViewModel.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Compile Include="Routable\Routes.cs" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Compile Include="Routable\Services\IRoutableService.cs" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Compile Include="Routable\Services\RoutablePathConstraint.cs" />
|
|
|
|
|
<Compile Include="Routable\Services\RoutablePathConstraintUpdator.cs" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Compile Include="Routable\Services\RoutableService.cs" />
|
|
|
|
|
<Compile Include="Routable\ViewModels\RoutableEditorViewModel.cs" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Compile Include="Routable\ViewModels\RoutableDisplayViewModel.cs" />
|
2010-06-29 16:17:08 -07:00
|
|
|
|
<Compile Include="Scheduling\DataMigrations\SchedulingDataMigration.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Scheduling\Models\ScheduledTaskRecord.cs" />
|
2010-01-13 22:40:30 +00:00
|
|
|
|
<Compile Include="Scheduling\Services\PublishingTaskHandler.cs" />
|
2010-01-25 03:44:51 +00:00
|
|
|
|
<Compile Include="Scheduling\Services\PublishingTaskManager.cs" />
|
2010-01-14 22:14:19 +00:00
|
|
|
|
<Compile Include="Scheduling\Services\ScheduledTaskManager.cs" />
|
|
|
|
|
<Compile Include="Scheduling\Services\ScheduledTaskExecutor.cs" />
|
|
|
|
|
<Compile Include="Scheduling\Models\Task.cs" />
|
2010-06-29 11:28:21 -07:00
|
|
|
|
<Compile Include="Settings\DataMigrations\SettingsDataMigration.cs" />
|
2010-06-09 16:14:47 -07:00
|
|
|
|
<Compile Include="Settings\ViewModels\SiteCulturesViewModel.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Settings\Drivers\SiteSettingsDriver.cs" />
|
2010-06-04 13:37:34 -07:00
|
|
|
|
<Compile Include="Settings\Metadata\ContentDefinitionManager.cs" />
|
|
|
|
|
<Compile Include="Settings\Metadata\Records\ContentFieldDefinitionRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Metadata\Records\ContentPartDefinitionRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Metadata\Records\ContentPartFieldDefinitionRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Metadata\Records\ContentTypeDefinitionRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Metadata\Records\ContentTypePartDefinitionRecord.cs" />
|
2010-04-15 01:21:03 -07:00
|
|
|
|
<Compile Include="Settings\Models\SiteSettingsRecord.cs" />
|
2010-01-20 20:18:42 +00:00
|
|
|
|
<Compile Include="Settings\Permissions.cs" />
|
2010-05-28 13:03:57 -07:00
|
|
|
|
<Compile Include="Settings\State\Records\ShellFeatureStateRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\State\Records\ShellStateRecord.cs" />
|
2010-05-28 14:01:10 -07:00
|
|
|
|
<Compile Include="Settings\State\ShellStateManager.cs" />
|
2010-06-11 17:28:46 -07:00
|
|
|
|
<Compile Include="Settings\Descriptor\Records\ShellFeatureRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Descriptor\Records\ShellParameterRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Descriptor\Records\ShellDescriptorRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Descriptor\ShellDescriptorManager.cs" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Compile Include="Settings\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Settings\Controllers\AdminController.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Settings\Handlers\SiteSettingsHandler.cs" />
|
2009-11-19 05:40:38 +00:00
|
|
|
|
<Compile Include="Settings\Models\SiteSettings.cs" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Compile Include="Settings\Services\SiteService.cs" />
|
|
|
|
|
<Compile Include="Settings\ViewModels\SettingsIndexViewModel.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Compile Include="XmlRpc\Controllers\HomeController.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Controllers\LiveWriterController.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\IXmlRpcHandler.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\ModelBinderProvider.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcArray.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcData.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcMethodCall.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcMethodResponse.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcStruct.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcReader.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcWriter.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\XmlRpcContext.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Common\Module.txt" />
|
2010-06-29 15:07:40 -07:00
|
|
|
|
<Content Include="Common\Views\DefinitionTemplates\BodyTypePartSettings.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DefinitionTemplates\BodyPartSettings.ascx" />
|
2010-06-24 14:35:18 -07:00
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Fields\Common.TextField.ascx" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.Manage.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ManageWrapperPost.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ManageWrapperPre.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Metadata.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Metadata.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Publish.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Publish.ascx" />
|
2010-06-24 14:35:18 -07:00
|
|
|
|
<Content Include="Common\Views\EditorTemplates\Fields\Common.TextField.ascx" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Content Include="Common\Views\EditorTemplates\Parts\Common.Container.ascx" />
|
2010-06-29 15:07:40 -07:00
|
|
|
|
<Content Include="Common\Views\EditorTemplates\PlainTextEditor.ascx" />
|
2010-06-07 16:02:54 -07:00
|
|
|
|
<Content Include="Contents\Module.txt" />
|
2010-07-08 15:51:19 -07:00
|
|
|
|
<Content Include="Contents\Views\Admin\Edit.ascx" />
|
2010-07-08 10:12:34 -07:00
|
|
|
|
<Content Include="Contents\Views\Admin\CreatableTypeList.ascx" />
|
2010-06-07 16:02:54 -07:00
|
|
|
|
<Content Include="Contents\Views\Admin\Create.aspx" />
|
2010-07-08 10:12:34 -07:00
|
|
|
|
<Content Include="Contents\Views\Admin\List.ascx" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Content Include="Contents\Views\DisplayTemplates\Items\Contents.Item.ascx" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Content Include="Contents\Views\DisplayTemplates\Items\Contents.Item.SummaryAdmin.ascx" />
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<Content Include="Contents\Views\DisplayTemplates\Items\Contents.Item.Summary.ascx" />
|
2010-06-07 16:02:54 -07:00
|
|
|
|
<Content Include="Contents\Views\EditorTemplates\Items\Contents.Item.ascx" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Content Include="Contents\Views\Item\Preview.aspx" />
|
|
|
|
|
<Content Include="Contents\Views\Item\Display.aspx" />
|
2010-06-07 11:22:40 -07:00
|
|
|
|
<Content Include="Localization\Module.txt" />
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<Content Include="Localization\Views\Admin\Translate.ascx" />
|
|
|
|
|
<Content Include="Localization\Views\DisplayTemplates\Parts\Localization.ContentTranslations.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Localization\Views\EditorTemplates\Parts\Localization.CultureSelection.ascx" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Content Include="Routable\Module.txt" />
|
2010-06-09 15:18:12 -07:00
|
|
|
|
<Content Include="Routable\Scripts\jquery.slugify.js" />
|
|
|
|
|
<Content Include="Routable\Views\EditorTemplates\Parts\Routable.IsRoutable.ascx" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Content Include="Routable\Views\Item\Display.aspx" />
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Settings\Module.txt" />
|
2010-06-09 16:14:47 -07:00
|
|
|
|
<Content Include="Settings\Styles\admin.css" />
|
2010-01-05 02:28:47 +00:00
|
|
|
|
<Content Include="Settings\Views\Admin\Index.ascx" />
|
2010-06-09 16:14:47 -07:00
|
|
|
|
<Content Include="Settings\Views\Admin\Culture.ascx" />
|
|
|
|
|
<Content Include="Settings\Views\DisplayTemplates\CurrentCulture.ascx" />
|
|
|
|
|
<Content Include="Settings\Views\DisplayTemplates\RemovableCulture.ascx" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Content Include="Web.config" />
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="XmlRpc\Module.txt" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Content Include="XmlRpc\Views\Home\Index.aspx" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\..\Orchard\Orchard.Framework.csproj">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2009-11-18 18:35:58 +00:00
|
|
|
|
<ItemGroup>
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Content Include="Settings\Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="XmlRpc\Views\Web.config" />
|
2009-11-18 18:35:58 +00:00
|
|
|
|
</ItemGroup>
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Common\Views\Web.config" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-01-13 23:01:52 +00:00
|
|
|
|
<Content Include="Common\Scripts\jquery.slugify.js" />
|
2009-12-21 02:42:04 +00:00
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ascx" />
|
2010-01-13 23:01:52 +00:00
|
|
|
|
<Content Include="Common\Views\EditorTemplates\Parts\Common.Routable.ascx" />
|
2009-12-21 02:42:04 +00:00
|
|
|
|
<Content Include="Common\Views\EditorTemplates\Parts\Common.Body.ascx" />
|
|
|
|
|
<Content Include="Common\Views\EditorTemplates\Parts\Common.Owner.ascx" />
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Feeds\Module.txt" />
|
2010-02-09 11:43:17 -08:00
|
|
|
|
<Content Include="Navigation\Module.txt" />
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Scheduling\Module.txt" />
|
2010-01-05 02:28:47 +00:00
|
|
|
|
<Content Include="Settings\Views\EditorTemplates\Items\Settings.Site.ascx" />
|
2009-12-01 05:30:10 +00:00
|
|
|
|
</ItemGroup>
|
2010-01-13 22:40:30 +00:00
|
|
|
|
<ItemGroup>
|
2010-03-01 02:26:12 -08:00
|
|
|
|
<Content Include="Dashboard\Module.txt" />
|
|
|
|
|
<Content Include="Dashboard\Views\Admin\Index.ascx" />
|
2010-02-12 15:32:30 -08:00
|
|
|
|
<Content Include="HomePage\Module.txt" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
<Content Include="Navigation\Views\Admin\Index.ascx" />
|
2010-02-10 16:22:15 -08:00
|
|
|
|
<Content Include="Navigation\Views\EditorTemplates\Parts\Navigation.EditMenuPart.ascx" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
<Content Include="Navigation\Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
2010-03-01 02:26:12 -08:00
|
|
|
|
<ItemGroup>
|
2010-03-03 03:32:01 -08:00
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.Summary.ascx" />
|
2010-03-03 13:15:50 -08:00
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ManageWrapperPost.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ManageWrapperPre.ascx" />
|
|
|
|
|
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.Manage.ascx" />
|
2010-03-01 02:26:12 -08:00
|
|
|
|
<Content Include="Dashboard\Views\Web.config" />
|
2010-02-10 13:23:11 -08:00
|
|
|
|
</ItemGroup>
|
2010-07-09 14:14:17 -07:00
|
|
|
|
<ItemGroup />
|
2010-06-02 12:30:56 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App_Data\Localization\en-US\orchard.core.po" />
|
2010-06-02 18:31:57 -07:00
|
|
|
|
<None Include="App_Data\Localization\fr-FR\orchard.core.po" />
|
2010-06-07 16:02:54 -07:00
|
|
|
|
<Content Include="Contents\Views\Web.config" />
|
2010-06-08 10:50:08 -07:00
|
|
|
|
<Content Include="Routable\Views\Web.config" />
|
2010-07-08 15:47:20 -07:00
|
|
|
|
<Content Include="Localization\Views\Web.config" />
|
2010-06-02 12:30:56 -07:00
|
|
|
|
</ItemGroup>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<!-- 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">
|
2009-11-18 05:36:09 +00:00
|
|
|
|
</Target> -->
|
|
|
|
|
<!-- To enable MVC area subproject support, uncomment the following two lines:
|
|
|
|
|
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CreateAreaManifest" AssemblyName="Microsoft.Web.Mvc.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
|
|
|
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CopyAreaManifests" AssemblyName="Microsoft.Web.Mvc.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
|
|
|
-->
|
|
|
|
|
<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" />
|
|
|
|
|
-->
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Target>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
2009-11-18 18:21:39 +00:00
|
|
|
|
<DevelopmentServerPort>53609</DevelopmentServerPort>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2010-02-15 23:21:19 -08:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|