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>
|
2010-09-17 01:00:24 -07:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<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.Drawing" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
2010-08-16 15:37:51 -07:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<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-10-12 17:33:08 -07:00
|
|
|
|
<Compile Include="Drivers\BlogArchivesPartDriver.cs" />
|
2010-10-12 13:53:17 -07:00
|
|
|
|
<Compile Include="Drivers\RecentBlogPostsPartDriver.cs" />
|
2010-10-12 17:33:08 -07:00
|
|
|
|
<Compile Include="Handlers\BlogArchivesPartHandler.cs" />
|
2010-10-12 13:53:17 -07:00
|
|
|
|
<Compile Include="Handlers\RecentBlogPostsPartHandler.cs" />
|
2010-10-12 17:33:08 -07:00
|
|
|
|
<Compile Include="Models\BlogArchivesPart.cs" />
|
|
|
|
|
<Compile Include="Models\BlogArchivesPartRecord.cs" />
|
2010-10-12 13:53:17 -07:00
|
|
|
|
<Compile Include="Models\RecentBlogPostsPart.cs" />
|
|
|
|
|
<Compile Include="Models\RecentBlogPostsPartRecord.cs" />
|
2010-09-27 14:13:39 -07:00
|
|
|
|
<Compile Include="ResourceManifest.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-10-01 13:43:36 -07:00
|
|
|
|
<Compile Include="Migrations.cs" />
|
2010-07-22 11:08:14 -07:00
|
|
|
|
<Compile Include="Drivers\BlogPartDriver.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-07-22 11:34:43 -07:00
|
|
|
|
<Compile Include="Drivers\BlogPostPartDriver.cs" />
|
2010-01-27 23:52:07 +00:00
|
|
|
|
<Compile Include="Extensions\FeedManagerExtensions.cs" />
|
2009-11-23 18:20:54 +00:00
|
|
|
|
<Compile Include="Extensions\UrlHelperExtensions.cs" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Compile Include="Models\ArchiveData.cs" />
|
2010-07-22 12:58:16 -07:00
|
|
|
|
<Compile Include="Handlers\BlogPartArchiveHandler.cs" />
|
2010-07-22 11:08:14 -07:00
|
|
|
|
<Compile Include="Models\BlogPartArchiveRecord.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" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Services\BlogService.cs" />
|
|
|
|
|
<Compile Include="Controllers\BlogController.cs" />
|
2010-07-22 11:08:14 -07:00
|
|
|
|
<Compile Include="Models\BlogPart.cs" />
|
2010-07-22 12:58:16 -07:00
|
|
|
|
<Compile Include="Handlers\BlogPartHandler.cs" />
|
2010-07-22 11:08:14 -07:00
|
|
|
|
<Compile Include="Models\BlogPostPart.cs" />
|
2010-07-22 12:58:16 -07:00
|
|
|
|
<Compile Include="Handlers\BlogPostPartHandler.cs" />
|
2010-07-22 11:08:14 -07:00
|
|
|
|
<Compile Include="Models\BlogPartRecord.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" />
|
2010-01-07 01:27:09 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogPostArchiveViewModel.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-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-09-17 01:00:24 -07:00
|
|
|
|
<Content Include="Views\BlogAdmin\Create.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\Edit.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\Item.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\List.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogPostAdmin\Create.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogPostAdmin\Edit.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogPost\Item.cshtml" />
|
2010-09-24 07:58:44 -07:00
|
|
|
|
<Content Include="Views\BlogPost\ListByArchive.cshtml" />
|
2010-09-17 01:00:24 -07:00
|
|
|
|
<Content Include="Views\Blog\Item.cshtml" />
|
|
|
|
|
<Content Include="Views\Blog\List.cshtml" />
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Blogs.Blog.Manage.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts\Blogs.Blog.Description.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts\Common.Metadata.Admin.Blog.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts\Blogs.BlogPost.List.cshtml" />
|
2010-09-24 07:58:44 -07:00
|
|
|
|
<Content Include="Views\EditorTemplates\Parts\Blogs.Blog.Fields.cshtml" />
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Blogs.BlogPost.List.Admin.cshtml">
|
2010-09-17 01:00:24 -07:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Content>
|
2010-10-13 11:01:21 -07:00
|
|
|
|
<Content Include="Views\Items\Content.Blog.Admin.cshtml" />
|
2010-09-17 01:00:24 -07:00
|
|
|
|
<Content Include="Views\Items\Content.Blog.cshtml" />
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Items\Content.Detail.BlogPost.cshtml" />
|
2010-09-17 01:00:24 -07:00
|
|
|
|
<Content Include="Views\Items\Content.Edit.Blog.cshtml">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Views\Items\Content.Summary.Blog.cshtml" />
|
|
|
|
|
<Content Include="Views\Items\Content.Summary.BlogPost.cshtml" />
|
|
|
|
|
<Content Include="Views\Items\Content.SummaryAdmin.Blog.cshtml" />
|
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>
|
2010-10-11 02:06:01 -07:00
|
|
|
|
<ItemGroup>
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Common.Metadata.Blog.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Localization.ContentTranslations.Summary.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Common.Body.Summary.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 09:45:29 -07:00
|
|
|
|
<Content Include="Views\Parts\Tags.ShowTags.Summary.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Parts\PublishLater.Metadata.Detail.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Parts\Common.Metadata.Detail.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Parts\Localization.ContentTranslations.Detail.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Parts\Common.Body.Detail.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-11 10:28:00 -07:00
|
|
|
|
<Content Include="Views\Parts\Tags.ShowTags.Detail.BlogPost.cshtml" />
|
2010-10-11 02:06:01 -07:00
|
|
|
|
</ItemGroup>
|
2010-10-11 15:24:11 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App_Data\Localization\fr-FR\orchard.module.po" />
|
2010-10-12 17:33:08 -07:00
|
|
|
|
<None Include="Views\DisplayTemplates\Parts\Blogs.BlogArchives.cshtml" />
|
2010-10-12 13:53:17 -07:00
|
|
|
|
<None Include="Views\EditorTemplates\Parts\Blogs.RecentBlogPosts.cshtml" />
|
2010-10-12 17:33:08 -07:00
|
|
|
|
<None Include="Views\EditorTemplates\Parts\Blogs.BlogArchives.cshtml" />
|
2010-10-11 15:24:11 -07:00
|
|
|
|
</ItemGroup>
|
2009-11-18 23:05:26 +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-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>
|