2009-11-19 01:14:24 +00:00
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{14C049FD-B35B-415A-A824-87F26B26E7FD}</ProjectGuid>
|
2009-11-19 23:20:51 +00:00
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
2009-11-19 01:14:24 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Comments</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Comments</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-20 02:06:46 +00:00
|
|
|
|
<Reference Include="Joel.Net.Akismet, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\lib\joel.net.akismet\Joel.Net.Akismet.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-19 01:14:24 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
|
|
<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" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-19 21:58:48 +00:00
|
|
|
|
<Compile Include="AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Controllers\AdminController.cs" />
|
2010-01-27 22:18:39 +00:00
|
|
|
|
<Compile Include="Controllers\CommentController.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Drivers\CommentDriver.cs" />
|
|
|
|
|
<Compile Include="Drivers\HasCommentsContainerDriver.cs" />
|
|
|
|
|
<Compile Include="Drivers\HasCommentsDriver.cs" />
|
2010-01-22 02:06:07 +00:00
|
|
|
|
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
|
2010-01-23 23:21:08 +00:00
|
|
|
|
<Compile Include="Models\ClosedCommentsRecord.cs" />
|
|
|
|
|
<Compile Include="Models\Comment.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\CommentHandler.cs" />
|
2010-01-23 23:21:08 +00:00
|
|
|
|
<Compile Include="Models\CommentStatus.cs" />
|
|
|
|
|
<Compile Include="Models\HasCommentsContainer.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\HasCommentsContainerHandler.cs" />
|
2010-01-19 06:29:58 +00:00
|
|
|
|
<Compile Include="Feeds\CommentedOnContainerFeedQuery.cs" />
|
|
|
|
|
<Compile Include="Feeds\CommentedOnFeedQuery.cs" />
|
|
|
|
|
<Compile Include="Feeds\CommentFeedItemBuilder.cs" />
|
2010-01-23 23:21:08 +00:00
|
|
|
|
<Compile Include="Models\CommentRecord.cs" />
|
|
|
|
|
<Compile Include="Models\HasCommentsRecord.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Services\CreateCommentContext.cs" />
|
|
|
|
|
<Compile Include="Services\ICommentService.cs" />
|
2010-01-22 02:06:07 +00:00
|
|
|
|
<Compile Include="ViewModels\CommentCountViewModel.cs" />
|
2009-11-19 19:42:44 +00:00
|
|
|
|
<Compile Include="Models\CommentSettings.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\CommentSettingsHandler.cs" />
|
2009-12-02 00:50:38 +00:00
|
|
|
|
<Compile Include="Models\CommentSettingsRecord.cs" />
|
2010-03-03 23:31:42 -08:00
|
|
|
|
<Compile Include="Handlers\HasCommentsHandler.cs" />
|
2009-12-02 00:50:38 +00:00
|
|
|
|
<Compile Include="Models\HasComments.cs" />
|
2009-11-19 19:52:02 +00:00
|
|
|
|
<Compile Include="Permissions.cs" />
|
2009-11-19 01:14:24 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-11-19 21:58:48 +00:00
|
|
|
|
<Compile Include="Services\CommentService.cs" />
|
2009-11-19 23:59:24 +00:00
|
|
|
|
<Compile Include="Services\CommentValidator.cs" />
|
2009-12-02 00:50:38 +00:00
|
|
|
|
<Compile Include="Services\ICommentValidator.cs" />
|
2009-11-19 23:59:24 +00:00
|
|
|
|
<Compile Include="ViewModels\CommentsCreateViewModel.cs" />
|
2009-11-21 23:55:11 +00:00
|
|
|
|
<Compile Include="ViewModels\CommentsDetailsViewModel.cs" />
|
|
|
|
|
<Compile Include="ViewModels\CommentsEditViewModel.cs" />
|
2009-11-19 21:58:48 +00:00
|
|
|
|
<Compile Include="ViewModels\CommentsIndexViewModel.cs" />
|
2009-12-24 04:49:43 +00:00
|
|
|
|
<Compile Include="ViewModels\EditCommentsViewModel.cs" />
|
2009-11-19 01:14:24 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-02-06 01:10:22 -08:00
|
|
|
|
<Content Include="Module.txt" />
|
2009-11-21 23:55:11 +00:00
|
|
|
|
<Content Include="Views\Admin\Details.aspx" />
|
|
|
|
|
<Content Include="Views\Admin\Edit.aspx" />
|
2009-11-19 21:58:48 +00:00
|
|
|
|
<Content Include="Views\Admin\Index.aspx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Comments.HasComments.ascx" />
|
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Comments.Count.ascx" />
|
2010-01-22 02:06:07 +00:00
|
|
|
|
<Content Include="Views\DisplayTemplates\Parts\Comments.CountAdmin.ascx" />
|
2009-12-21 08:24:39 +00:00
|
|
|
|
<Content Include="Views\EditorTemplates\Parts\Comments.SiteSettings.ascx" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts\Comments.HasComments.ascx" />
|
2010-01-07 16:02:50 +00:00
|
|
|
|
<Content Include="Views\ListOfComments.ascx" />
|
2009-11-19 01:14:24 +00:00
|
|
|
|
<Content Include="Web.config" />
|
|
|
|
|
<Content Include="Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.csproj">
|
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
|
|
|
<Name>Orchard</Name>
|
|
|
|
|
</ProjectReference>
|
2010-01-19 06:29:58 +00:00
|
|
|
|
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-19 01:14:24 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
|
|
|
<!-- 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> -->
|
|
|
|
|
<!-- 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" />
|
|
|
|
|
-->
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>9316</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2009-11-19 20:52:40 +00:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2009-11-19 01:14:24 +00:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|