2009-11-18 23:05:26 +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>{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>
|
|
|
|
|
<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-23 19:24:53 +00:00
|
|
|
|
<Reference Include="NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\lib\fluentnhibernate\NHibernate.dll</HintPath>
|
|
|
|
|
</Reference>
|
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>
|
|
|
|
|
<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>
|
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.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-23 18:20:54 +00:00
|
|
|
|
<Compile Include="AdminMenu.cs" />
|
2009-11-21 00:38:41 +00:00
|
|
|
|
<Compile Include="Controllers\BlogPostController.cs" />
|
2009-12-01 20:24:18 +00:00
|
|
|
|
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
|
2009-12-03 22:33:34 +00:00
|
|
|
|
<Compile Include="Extensions\UriExtensions.cs" />
|
2009-11-23 18:20:54 +00:00
|
|
|
|
<Compile Include="Extensions\UrlHelperExtensions.cs" />
|
2009-12-02 23:21:52 +00:00
|
|
|
|
<Compile Include="Permissions.cs" />
|
2009-11-21 00:38:41 +00:00
|
|
|
|
<Compile Include="Routing\IsBlogConstraint.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Services\BlogService.cs" />
|
|
|
|
|
<Compile Include="Controllers\BlogController.cs" />
|
|
|
|
|
<Compile Include="Models\Blog.cs" />
|
2009-12-09 22:01:58 +00:00
|
|
|
|
<Compile Include="Models\BlogHandler.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Models\BlogPost.cs" />
|
2009-12-08 10:34:03 +00:00
|
|
|
|
<Compile Include="Models\BlogPostHandler.cs" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Compile Include="Models\BlogPostRecord.cs" />
|
|
|
|
|
<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" />
|
2009-12-03 01:37:45 +00:00
|
|
|
|
<Compile Include="ViewModels\BlogsForAdminViewModel.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>
|
|
|
|
|
<Content Include="Package.txt" />
|
2009-11-25 01:34:23 +00:00
|
|
|
|
<Content Include="Views\BlogPost\Create.aspx" />
|
2009-12-01 20:24:18 +00:00
|
|
|
|
<Content Include="Views\BlogPost\Edit.aspx" />
|
2009-12-08 09:21:13 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogDetailAdmin.ascx" />
|
2009-12-03 04:30:34 +00:00
|
|
|
|
<Content Include="Views\Blog\ItemForAdmin.aspx" />
|
2009-12-08 09:21:13 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogSummaryAdmin.ascx" />
|
2009-12-03 01:37:45 +00:00
|
|
|
|
<Content Include="Views\Blog\List.aspx" />
|
2009-12-01 20:24:18 +00:00
|
|
|
|
<Content Include="Views\Blog\ListForAdmin.aspx" />
|
2009-12-08 08:23:28 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogPostDetail.ascx" />
|
2009-12-07 23:37:47 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogPostSummary.ascx" />
|
2009-12-08 08:23:28 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogDetail.ascx" />
|
2009-12-08 04:40:38 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogPostList.ascx" />
|
2009-12-08 06:31:44 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogSummary.ascx" />
|
2009-12-10 23:28:16 +00:00
|
|
|
|
<Content Include="Views\Models\EditorTemplates\BlogPostFieldsSecondary.ascx" />
|
2009-11-25 23:12:19 +00:00
|
|
|
|
<Content Include="Views\BlogPost\Item.aspx" />
|
2009-11-23 17:34:46 +00:00
|
|
|
|
<Content Include="Views\Blog\Create.aspx" />
|
|
|
|
|
<Content Include="Views\Blog\Edit.aspx" />
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<Content Include="Views\Blog\Item.aspx" />
|
2009-12-08 09:21:13 +00:00
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogPostSummaryAdmin.ascx" />
|
|
|
|
|
<Content Include="Views\Models\DisplayTemplates\BlogPostListAdmin.ascx" />
|
2009-12-09 08:23:06 +00:00
|
|
|
|
<Content Include="Views\Models\EditorTemplates\BlogFields.ascx" />
|
|
|
|
|
<Content Include="Views\Models\EditorTemplates\Blog.ascx" />
|
2009-12-09 23:07:00 +00:00
|
|
|
|
<Content Include="Views\Models\EditorTemplates\BlogPost.ascx" />
|
2009-12-10 23:28:16 +00:00
|
|
|
|
<Content Include="Views\Models\EditorTemplates\BlogPostFieldsPrimary.ascx" />
|
2009-11-18 23:05:26 +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>
|
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>
|
|
|
|
|
<ProjectReference Include="..\Orchard.Users\Orchard.Users.csproj">
|
|
|
|
|
<Project>{79AED36E-ABD0-4747-93D3-8722B042454B}</Project>
|
|
|
|
|
<Name>Orchard.Users</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-18 23:05:26 +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> -->
|
|
|
|
|
<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>
|
2009-11-20 23:31:49 +00:00
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
</CustomServerUrl>
|
2009-11-18 23:05:26 +00:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|