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-18 23:05:26 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-03-01 16:13:02 -08:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{63FBD4D9-E1DA-4A7B-AA6A-D6074FE50867}</ProjectGuid>
|
2009-11-19 23:20:51 +00:00
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Blogs</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Blogs</AssemblyName>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
2009-11-18 23:05:26 +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-18 23:05:26 +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-18 23:05:26 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
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-18 23:05:26 +00:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2009-11-18 23:18:43 +00:00
|
|
|
|
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
|
|
|
|
<Reference Include="System.Web.Routing" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
|
<Reference Include="System.Web.Mobile" />
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2009-11-18 23:05:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-23 18:20:54 +00:00
|
|
|
|
<Compile Include="AdminMenu.cs" />
|
2010-06-03 17:41:04 -07:00
|
|
|
|
<Compile Include="Commands\BlogCommands.cs" />
|
2009-12-20 08:57:20 +00:00
|
|
|
|
<Compile Include="Controllers\BlogAdminController.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Drivers\BlogDriver.cs" />
|
2010-01-11 22:07:03 +00:00
|
|
|
|
<Compile Include="Controllers\BlogPostAdminController.cs" />
|
2009-11-21 00:38:41 +00:00
|
|
|
|
<Compile Include="Controllers\BlogPostController.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Drivers\BlogPostDriver.cs" />
|
2010-01-27 23:52:07 +00:00
|
|
|
|
<Compile Include="Extensions\FeedManagerExtensions.cs" />
|
2009-12-01 20:24:18 +00:00
|
|
|
|
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
|
2009-11-23 18:20:54 +00:00
|
|
|
|
<Compile Include="Extensions\UrlHelperExtensions.cs" />
|
2010-01-14 22:00:11 +00:00
|
|
|
|
<Compile Include="Filters\ArchivesFilter.cs" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Compile Include="Models\ArchiveData.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\BlogArchiveHandler.cs" />
|
2010-01-22 21:18:08 +00:00
|
|
|
|
<Compile Include="Models\BlogArchiveRecord.cs" />
|
2009-12-02 23:21:52 +00:00
|
|
|
|
<Compile Include="Permissions.cs" />
|
2010-03-05 00:24:53 -08:00
|
|
|
|
<Compile Include="Routing\IBlogSlugConstraint.cs" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Compile Include="Routing\IsArchiveConstraint.cs" />
|
2010-03-05 00:24:53 -08:00
|
|
|
|
<Compile Include="Routing\BlogSlugConstraint.cs" />
|
|
|
|
|
<Compile Include="Routing\BlogSlugConstraintUpdator.cs" />
|
2010-02-12 16:45:33 -08:00
|
|
|
|
<Compile Include="Services\BlogHomePageProvider.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Services\BlogService.cs" />
|
|
|
|
|
<Compile Include="Controllers\BlogController.cs" />
|
|
|
|
|
<Compile Include="Models\Blog.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\BlogHandler.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Models\BlogPost.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\BlogPostHandler.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Models\BlogRecord.cs" />
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Routes.cs" />
|
2009-11-21 00:38:41 +00:00
|
|
|
|
<Compile Include="Services\BlogPostService.cs" />
|
|
|
|
|
<Compile Include="Services\IBlogPostService.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Services\IBlogService.cs" />
|
2010-03-01 17:13:36 -08:00
|
|
|
|
<Compile Include="Services\XmlRpcHandler.cs" />
|
2009-12-20 08:57:20 +00:00
|
|
|
|
<Compile Include="ViewModels\AdminBlogsViewModel.cs" />
|
2010-01-14 22:00:11 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogArchivesViewModel.cs" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogPostArchiveViewModel.cs" />
|
2009-11-23 16:26:24 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogViewModel.cs" />
|
2009-11-25 23:12:19 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogPostViewModel.cs" />
|
2009-12-01 20:24:18 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogPostEditViewModel.cs" />
|
2009-12-03 01:37:45 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogsViewModel.cs" />
|
2009-12-03 04:30:34 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogForAdminViewModel.cs" />
|
2009-11-25 01:34:23 +00:00
|
|
|
|
<Compile Include="ViewModels\CreateBlogPostViewModel.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="ViewModels\CreateBlogViewModel.cs" />
|
2009-11-23 17:34:46 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogEditViewModel.cs" />
|
2009-11-18 23:05:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-02-17 01:14:29 -08:00
|
|
|
|
<Content Include="Content\Admin\images\draft.gif" />
|
|
|
|
|
<Content Include="Content\Admin\images\offline.gif" />
|
|
|
|
|
<Content Include="Content\Admin\images\online.gif" />
|
|
|
|
|
<Content Include="Content\Admin\images\published.gif" />
|
|
|
|
|
<Content Include="Content\Admin\images\scheduled.gif" />
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Module.txt" />
|
2010-01-15 00:38:02 +00:00
|
|
|
|
<Content Include="Scripts\archives.js" />
|
2010-01-28 06:53:58 +00:00
|
|
|
|
<Content Include="Scripts\jquery.ui.core.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.ui.datepicker.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.ui.widget.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.utils.js" />
|
|
|
|
|
<Content Include="Scripts\ui.timepickr.js" />
|
2010-06-02 16:23:03 -07:00
|
|
|
|
<Content Include="Styles\admin.css" />
|
2010-01-15 00:38:02 +00:00
|
|
|
|
<Content Include="Styles\archives.css" />
|
2010-01-28 06:53:58 +00:00
|
|
|
|
<Content Include="Styles\datetime.css" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_flat_75_ffffff_40x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_65_ffffff_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_75_dadada_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_222222_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_2e83ff_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_454545_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_888888_256x240.png" />
|
|
|
|
|
<Content Include="Styles\images\ui-icons_cd0a0a_256x240.png" />
|
|
|
|
|
<Content Include="Styles\jquery-ui-1.7.2.custom.css" />
|
|
|
|
|
<Content Include="Styles\ui.datepicker.css" />
|
|
|
|
|
<Content Include="Styles\ui.timepickr.css" />
|
2010-01-14 22:23:47 +00:00
|
|
|
|
<Content Include="Views\Archives.ascx" />
|
2010-01-11 22:07:03 +00:00
|
|
|
|
<Content Include="Views\BlogPostAdmin\Create.ascx" />
|
|
|
|
|
<Content Include="Views\BlogPostAdmin\Edit.ascx" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Content Include="Views\BlogPost\ListByArchive.ascx" />
|
2009-12-21 08:40:26 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.DetailAdmin.ascx" />
|
2009-12-20 08:57:20 +00:00
|
|
|
|
<Content Include="Views\BlogAdmin\Item.ascx" />
|
2009-12-21 08:40:26 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.SummaryAdmin.ascx" />
|
2009-12-17 10:29:33 +00:00
|
|
|
|
<Content Include="Views\Blog\List.ascx" />
|
2009-12-20 08:57:20 +00:00
|
|
|
|
<Content Include="Views\BlogAdmin\List.ascx" />
|
2009-12-21 08:40:26 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.BlogPost.ascx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.BlogPost.Summary.ascx" />
|
2009-12-21 08:40:26 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.ascx" />
|
2010-03-07 03:12:50 -08:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Manage.ascx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.List.ascx" />
|
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.Summary.ascx" />
|
2010-03-01 16:13:02 -08:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.ascx" />
|
2010-03-01 16:34:51 -08:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Description.ascx" />
|
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Metadata.ascx" />
|
2010-03-09 17:08:37 -08:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.SummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.Summary.ascx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\EditorTemplates\Parts\Blogs.BlogPost.Publish.ascx" />
|
2009-12-17 10:29:33 +00:00
|
|
|
|
<Content Include="Views\BlogPost\Item.ascx" />
|
2010-01-11 22:07:03 +00:00
|
|
|
|
<Content Include="Views\BlogAdmin\Create.ascx" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\Edit.ascx" />
|
2009-12-17 10:29:33 +00:00
|
|
|
|
<Content Include="Views\Blog\Item.ascx" />
|
2009-12-21 08:40:26 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Items\Blogs.BlogPost.SummaryAdmin.ascx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\EditorTemplates\Parts\Blogs.Blog.Fields.ascx" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Items\Blogs.Blog.ascx" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Items\Blogs.BlogPost.ascx" />
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<Content Include="Web.config" />
|
|
|
|
|
<Content Include="Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
</ProjectReference>
|
2009-11-24 02:03:13 +00:00
|
|
|
|
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<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-18 23:05:26 +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">
|
|
|
|
|
</Target> -->
|
|
|
|
|
<Target Name="AfterBuild" 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>52475</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2010-04-22 14:39:09 -07:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|