2010-05-07 01:28:29 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-08-14 05:07:45 +08:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-08-16 01:14:09 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-03-02 08:13:02 +08:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{63FBD4D9-E1DA-4A7B-AA6A-D6074FE50867}</ProjectGuid>
|
2009-11-20 07:20:51 +08:00
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Blogs</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Blogs</AssemblyName>
|
2014-08-14 05:07:45 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
2012-08-16 01:14:09 +08:00
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
2011-05-19 05:00:43 +08:00
|
|
|
|
<UseIISExpress>false</UseIISExpress>
|
2013-02-26 09:17:35 +08:00
|
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
2009-11-19 07:05:26 +08: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-11-13 04:47:06 +08:00
|
|
|
|
<CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
2013-08-23 19:25:42 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2009-11-19 07:05:26 +08: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-07 01:28:29 +08:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-08-23 19:25:42 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-09-17 16:00:24 +08:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-12-08 04:46:05 +08:00
|
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2013-08-23 19:25:42 +08:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Reference Include="System.Web" />
|
2013-08-23 19:25:42 +08:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2015-12-08 04:46:05 +08:00
|
|
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2010-08-17 06:37:51 +08:00
|
|
|
|
</Reference>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-24 02:20:54 +08:00
|
|
|
|
<Compile Include="AdminMenu.cs" />
|
2010-11-18 07:36:57 +08:00
|
|
|
|
<Compile Include="Controllers\RemoteBlogPublishingController.cs" />
|
2010-10-13 08:33:08 +08:00
|
|
|
|
<Compile Include="Drivers\BlogArchivesPartDriver.cs" />
|
2010-10-19 06:00:19 +08:00
|
|
|
|
<Compile Include="Drivers\RemoteBlogPublishingDriver.cs" />
|
2010-10-13 04:53:17 +08:00
|
|
|
|
<Compile Include="Drivers\RecentBlogPostsPartDriver.cs" />
|
2014-04-02 06:49:26 +08:00
|
|
|
|
<Compile Include="Feeds\BlogPartFeedItemBuilder.cs" />
|
2010-10-13 08:33:08 +08:00
|
|
|
|
<Compile Include="Handlers\BlogArchivesPartHandler.cs" />
|
2010-10-13 04:53:17 +08:00
|
|
|
|
<Compile Include="Handlers\RecentBlogPostsPartHandler.cs" />
|
2010-10-13 08:33:08 +08:00
|
|
|
|
<Compile Include="Models\BlogArchivesPart.cs" />
|
|
|
|
|
<Compile Include="Models\BlogArchivesPartRecord.cs" />
|
2010-10-13 04:53:17 +08:00
|
|
|
|
<Compile Include="Models\RecentBlogPostsPart.cs" />
|
|
|
|
|
<Compile Include="Models\RecentBlogPostsPartRecord.cs" />
|
2010-09-28 05:13:39 +08:00
|
|
|
|
<Compile Include="ResourceManifest.cs" />
|
2010-06-04 08:41:04 +08:00
|
|
|
|
<Compile Include="Commands\BlogCommands.cs" />
|
2009-12-20 16:57:20 +08:00
|
|
|
|
<Compile Include="Controllers\BlogAdminController.cs" />
|
2010-10-02 04:43:36 +08:00
|
|
|
|
<Compile Include="Migrations.cs" />
|
2010-07-23 02:08:14 +08:00
|
|
|
|
<Compile Include="Drivers\BlogPartDriver.cs" />
|
2010-01-12 06:07:03 +08:00
|
|
|
|
<Compile Include="Controllers\BlogPostAdminController.cs" />
|
2009-11-21 08:38:41 +08:00
|
|
|
|
<Compile Include="Controllers\BlogPostController.cs" />
|
2010-07-23 02:34:43 +08:00
|
|
|
|
<Compile Include="Drivers\BlogPostPartDriver.cs" />
|
2010-01-28 07:52:07 +08:00
|
|
|
|
<Compile Include="Extensions\FeedManagerExtensions.cs" />
|
2009-11-24 02:20:54 +08:00
|
|
|
|
<Compile Include="Extensions\UrlHelperExtensions.cs" />
|
2010-01-07 09:27:09 +08:00
|
|
|
|
<Compile Include="Models\ArchiveData.cs" />
|
2010-07-23 03:58:16 +08:00
|
|
|
|
<Compile Include="Handlers\BlogPartArchiveHandler.cs" />
|
2010-07-23 02:08:14 +08:00
|
|
|
|
<Compile Include="Models\BlogPartArchiveRecord.cs" />
|
2009-12-03 07:21:52 +08:00
|
|
|
|
<Compile Include="Permissions.cs" />
|
2012-02-01 09:07:00 +08:00
|
|
|
|
<Compile Include="Routing\ArchiveConstraint.cs" />
|
|
|
|
|
<Compile Include="Routing\IArchiveConstraint.cs" />
|
|
|
|
|
<Compile Include="Routing\RsdConstraint.cs" />
|
|
|
|
|
<Compile Include="Routing\IRsdConstraint.cs" />
|
2010-12-11 03:43:12 +08:00
|
|
|
|
<Compile Include="Security\BlogAuthorizationEventHandler.cs" />
|
2013-02-26 09:17:35 +08:00
|
|
|
|
<Compile Include="Services\ArchiveService.cs" />
|
2009-11-21 07:31:49 +08:00
|
|
|
|
<Compile Include="Services\BlogService.cs" />
|
|
|
|
|
<Compile Include="Controllers\BlogController.cs" />
|
2010-07-23 02:08:14 +08:00
|
|
|
|
<Compile Include="Models\BlogPart.cs" />
|
2010-07-23 03:58:16 +08:00
|
|
|
|
<Compile Include="Handlers\BlogPartHandler.cs" />
|
2010-07-23 02:08:14 +08:00
|
|
|
|
<Compile Include="Models\BlogPostPart.cs" />
|
2010-07-23 03:58:16 +08:00
|
|
|
|
<Compile Include="Handlers\BlogPostPartHandler.cs" />
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-11-21 07:31:49 +08:00
|
|
|
|
<Compile Include="Routes.cs" />
|
2009-11-21 08:38:41 +08:00
|
|
|
|
<Compile Include="Services\BlogPostService.cs" />
|
2014-02-11 04:16:52 +08:00
|
|
|
|
<Compile Include="Services\BlogPostsCountProcessor.cs" />
|
2013-02-26 09:17:35 +08:00
|
|
|
|
<Compile Include="Services\IArchiveService.cs" />
|
2009-11-21 08:38:41 +08:00
|
|
|
|
<Compile Include="Services\IBlogPostService.cs" />
|
2009-11-21 07:31:49 +08:00
|
|
|
|
<Compile Include="Services\IBlogService.cs" />
|
2014-02-11 04:16:52 +08:00
|
|
|
|
<Compile Include="Services\IBlogPostsCountProcessor.cs" />
|
2010-03-02 09:13:36 +08:00
|
|
|
|
<Compile Include="Services\XmlRpcHandler.cs" />
|
2011-01-28 07:16:15 +08:00
|
|
|
|
<Compile Include="ViewModels\BlogArchivesViewModel.cs" />
|
2011-02-01 05:45:33 +08:00
|
|
|
|
<Compile Include="ViewModels\RecentBlogPostsViewModel.cs" />
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-02-17 17: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 17:10:22 +08:00
|
|
|
|
<Content Include="Module.txt" />
|
2010-11-23 06:25:54 +08:00
|
|
|
|
<Content Include="Scripts\orchard-blogs-archives.js" />
|
2011-02-22 05:40:32 +08:00
|
|
|
|
<Content Include="Styles\images\menu.blog.png" />
|
2011-02-27 00:37:19 +08:00
|
|
|
|
<Content Include="Styles\menu.blog-admin.css" />
|
2010-11-23 06:25:54 +08:00
|
|
|
|
<Content Include="Styles\orchard-blogs-admin.css" />
|
|
|
|
|
<Content Include="Styles\orchard-blogs-archives.css" />
|
2011-02-17 03:04:36 +08:00
|
|
|
|
<Content Include="Views\BlogAdmin\Create.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\Edit.cshtml" />
|
2010-09-17 16:00:24 +08:00
|
|
|
|
<Content Include="Views\BlogAdmin\Item.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogAdmin\List.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogPostAdmin\Create.cshtml" />
|
|
|
|
|
<Content Include="Views\BlogPostAdmin\Edit.cshtml" />
|
2010-09-24 22:58:44 +08:00
|
|
|
|
<Content Include="Views\BlogPost\ListByArchive.cshtml" />
|
2010-09-17 16:00:24 +08:00
|
|
|
|
<Content Include="Views\Blog\List.cshtml" />
|
2010-12-04 15:29:23 +08:00
|
|
|
|
<Content Include="Views\Parts.Blogs.Blog.Manage.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.Blog.Description.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.Blogs.Blog.Fields.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.BlogPost.ListAdmin.cshtml">
|
2010-09-17 16:00:24 +08:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Content>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-08 05:48:11 +08:00
|
|
|
|
<ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-08 05:48:11 +08:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2015-04-16 22:23:12 +08:00
|
|
|
|
<Private>false</Private>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</ProjectReference>
|
2009-11-24 10:03:13 +08:00
|
|
|
|
<ProjectReference Include="..\..\Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
2015-04-16 22:23:12 +08:00
|
|
|
|
<Private>false</Private>
|
2009-11-24 10:03:13 +08:00
|
|
|
|
</ProjectReference>
|
2014-04-20 05:49:04 +08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Alias\Orchard.Alias.csproj">
|
|
|
|
|
<Project>{475b6c45-b27c-438b-8966-908b9d6d1077}</Project>
|
|
|
|
|
<Name>Orchard.Alias</Name>
|
|
|
|
|
</ProjectReference>
|
2013-10-19 06:10:08 +08:00
|
|
|
|
<ProjectReference Include="..\Orchard.Autoroute\Orchard.Autoroute.csproj">
|
|
|
|
|
<Project>{66fccd76-2761-47e3-8d11-b45d0001ddaa}</Project>
|
|
|
|
|
<Name>Orchard.Autoroute</Name>
|
|
|
|
|
</ProjectReference>
|
2013-03-14 03:08:00 +08:00
|
|
|
|
<ProjectReference Include="..\Orchard.ContentPicker\Orchard.ContentPicker.csproj">
|
|
|
|
|
<Project>{f301ef7d-f19c-4d83-aa94-cb64f29c037d}</Project>
|
|
|
|
|
<Name>Orchard.ContentPicker</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
</ItemGroup>
|
2010-10-12 06:24:11 +08:00
|
|
|
|
<ItemGroup>
|
2010-10-22 14:18:02 +08:00
|
|
|
|
<Content Include="Placement.info">
|
2010-10-15 02:15:22 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
2010-10-22 14:18:02 +08:00
|
|
|
|
</Content>
|
2010-12-04 15:29:23 +08:00
|
|
|
|
<Content Include="Views\Parts.Blogs.RemotePublishing.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.BlogArchives.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.Blogs.RecentBlogPosts.cshtml" />
|
|
|
|
|
<Content Include="Views\EditorTemplates\Parts.Blogs.BlogArchives.cshtml" />
|
|
|
|
|
<Content Include="Views\Content-Blog.DetailAdmin.cshtml" />
|
|
|
|
|
<Content Include="Views\Content-Blog.Edit.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.BlogPost.List.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.RecentBlogPosts.cshtml" />
|
|
|
|
|
<Content Include="Views\Parts.Blogs.Blog.BlogPostCount.cshtml" />
|
2010-11-03 09:12:44 +08:00
|
|
|
|
<Content Include="Scripts\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Styles\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Content\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2010-10-12 06:24:11 +08:00
|
|
|
|
</ItemGroup>
|
2011-02-01 07:52:03 +08:00
|
|
|
|
<ItemGroup>
|
2015-03-04 09:06:09 +08:00
|
|
|
|
<Content Include="Web.config" />
|
2011-02-01 07:52:03 +08:00
|
|
|
|
</ItemGroup>
|
2011-03-05 06:37:44 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\Parts.Blogs.Blog.SummaryAdmin.cshtml" />
|
|
|
|
|
</ItemGroup>
|
2011-05-19 05:00:43 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\Blog.DeleteButton.cshtml" />
|
|
|
|
|
</ItemGroup>
|
2012-06-30 07:00:28 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Views\Content-BlogPost.SummaryAdmin.cshtml" />
|
|
|
|
|
</ItemGroup>
|
2015-12-08 04:46:05 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2012-08-16 01:14:09 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
</PropertyGroup>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2012-08-16 01:14:09 +08:00
|
|
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
2015-12-03 07:10:12 +08: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-19 07:05:26 +08:00
|
|
|
|
</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-23 05:39:09 +08:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2009-11-19 07:05:26 +08:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|