2010-10-01 08:16:49 +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-08 06:49:58 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-03-03 04:44:16 +08:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{50B779EA-EC00-4699-84C0-03B395C365D2}</ProjectGuid>
|
2010-08-24 04:10:12 +08:00
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Web</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Web</AssemblyName>
|
2014-08-14 05:07:45 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
2011-03-18 02:06:23 +08:00
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
2013-10-12 07:40:44 +08:00
|
|
|
|
<IISExpressSSLPort>44300</IISExpressSSLPort>
|
|
|
|
|
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
|
|
|
|
|
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
|
|
|
|
|
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
|
2014-08-14 05:07:45 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
2015-08-25 22:17:32 +08:00
|
|
|
|
<UseGlobalApplicationHostFile>true</UseGlobalApplicationHostFile>
|
2009-11-08 06:49:58 +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-10-14 06:38:56 +08:00
|
|
|
|
<FilesToIncludeForPublish>AllFilesInProjectFolder</FilesToIncludeForPublish>
|
2010-11-27 06:15:19 +08:00
|
|
|
|
<PackageAsSingleFile>false</PackageAsSingleFile>
|
2013-09-05 09:41:11 +08:00
|
|
|
|
<ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
|
2015-02-20 05:14:55 +08:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2009-11-08 06:49:58 +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-21 06:09:11 +08:00
|
|
|
|
<FilesToIncludeForPublish>AllFilesInProjectFolder</FilesToIncludeForPublish>
|
|
|
|
|
<PackageAsSingleFile>false</PackageAsSingleFile>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2012-08-22 01:27:10 +08:00
|
|
|
|
<Reference Include="Autofac, Version=2.6.3.862, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-04-03 06:17:13 +08:00
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
2012-08-22 01:27:10 +08:00
|
|
|
|
<Private>True</Private>
|
2010-04-03 06:17:13 +08:00
|
|
|
|
</Reference>
|
2014-07-13 17:42:21 +08:00
|
|
|
|
<Reference Include="Microsoft.Owin.Host.SystemWeb">
|
|
|
|
|
<HintPath>..\..\lib\owin\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-11-27 06:15:19 +08:00
|
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\Microsoft.Web.Infrastructure.dll</HintPath>
|
2010-12-07 09:51:03 +08:00
|
|
|
|
<Private>True</Private>
|
2010-11-27 06:15:19 +08:00
|
|
|
|
</Reference>
|
2013-10-18 15:22:58 +08:00
|
|
|
|
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\npgsql\Mono.Security.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
|
2013-12-10 13:35:54 +08:00
|
|
|
|
<Private>True</Private>
|
2012-08-08 07:35:46 +08:00
|
|
|
|
</Reference>
|
2012-07-21 04:01:00 +08:00
|
|
|
|
<Reference Include="MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\mysql\MySql.Data.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2013-10-18 15:22:58 +08:00
|
|
|
|
<Reference Include="Npgsql, Version=2.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\npgsql\Npgsql.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-01-27 07:13:25 +08:00
|
|
|
|
<Reference Include="NuGet.Core, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\lib\nuget\NuGet.Core.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2012-03-09 04:55:31 +08:00
|
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\lib\sqlce\System.Data.SqlServerCe.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2011-03-29 00:29:51 +08:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
2010-08-17 06:37:51 +08:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
2013-08-23 19:25:42 +08:00
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Helpers.dll</HintPath>
|
2012-08-13 23:45:14 +08:00
|
|
|
|
<Private>True</Private>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
</Reference>
|
2010-08-17 06:37:51 +08:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
2012-10-05 09:24:12 +08:00
|
|
|
|
<Private>True</Private>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</Reference>
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Razor.dll</HintPath>
|
2012-08-13 23:45:14 +08:00
|
|
|
|
<Private>True</Private>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
</Reference>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<Reference Include="System.Web.Routing" />
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.WebPages.dll</HintPath>
|
2012-08-13 23:45:14 +08:00
|
|
|
|
<Private>True</Private>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
</Reference>
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2011-01-07 07:57:29 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll</HintPath>
|
2012-08-13 23:45:14 +08:00
|
|
|
|
<Private>True</Private>
|
2011-01-07 07:57:29 +08:00
|
|
|
|
</Reference>
|
2012-08-08 07:35:46 +08:00
|
|
|
|
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.WebPages.Razor.dll</HintPath>
|
2012-08-13 23:45:14 +08:00
|
|
|
|
<Private>True</Private>
|
2010-10-08 01:24:17 +08:00
|
|
|
|
</Reference>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
|
<Reference Include="System.Web.Mobile" />
|
2010-05-07 01:28:29 +08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Global.asax.cs">
|
|
|
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Global.asax" />
|
2010-07-02 07:57:07 +08:00
|
|
|
|
<Content Include="Refresh.html" />
|
2010-06-26 01:11:50 +08:00
|
|
|
|
<Content Include="Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-12-03 07:47:36 +08:00
|
|
|
|
<ProjectReference Include="..\Orchard.WarmupStarter\Orchard.WarmupStarter.csproj">
|
2011-03-24 08:20:38 +08:00
|
|
|
|
<Project>{5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}</Project>
|
2011-03-31 07:47:19 +08:00
|
|
|
|
<Name>Orchard.WarmupStarter</Name>
|
2011-03-24 08:20:38 +08:00
|
|
|
|
</ProjectReference>
|
2010-04-08 05:48:11 +08:00
|
|
|
|
<ProjectReference Include="..\Orchard\Orchard.Framework.csproj">
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-08 05:48:11 +08:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</ProjectReference>
|
2010-05-01 01:02:16 +08:00
|
|
|
|
<ProjectReference Include="..\Tools\Orchard\Orchard.csproj">
|
|
|
|
|
<Project>{33B1BC8D-E292-4972-A363-22056B207156}</Project>
|
|
|
|
|
<Name>Orchard</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-18 13:36:09 +08:00
|
|
|
|
<ProjectReference Include="Core\Orchard.Core.csproj">
|
|
|
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
|
|
|
<Name>Orchard.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
</ItemGroup>
|
2009-12-23 05:52:51 +08:00
|
|
|
|
<ItemGroup>
|
2013-05-10 07:57:45 +08:00
|
|
|
|
<Content Include="Config\Host.config" />
|
2009-12-23 05:52:51 +08:00
|
|
|
|
</ItemGroup>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<ItemGroup>
|
2013-12-11 10:14:42 +08:00
|
|
|
|
<Content Include="Config\Sites.config" />
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<None Include="Web.Debug.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Web.Release.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</None>
|
2013-03-09 03:10:35 +08:00
|
|
|
|
</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-08 06:49:58 +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" />
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WebConfigsToTransform Include="Config\log4net.config">
|
|
|
|
|
<DestinationRelativePath>Config\log4net.config</DestinationRelativePath>
|
|
|
|
|
<Exclude>False</Exclude>
|
|
|
|
|
<TransformFileFolder>$(TransformWebConfigIntermediateLocation)\original</TransformFileFolder>
|
|
|
|
|
<TransformFile>Config\log4net.$(Configuration).config</TransformFile>
|
|
|
|
|
<TransformOriginalFolder>$(TransformWebConfigIntermediateLocation)\original</TransformOriginalFolder>
|
|
|
|
|
<TransformOriginalFile>$(TransformWebConfigIntermediateLocation)\original\%(DestinationRelativePath)</TransformOriginalFile>
|
|
|
|
|
<TransformOutputFile>$(TransformWebConfigIntermediateLocation)\transformed\%(DestinationRelativePath)</TransformOutputFile>
|
|
|
|
|
<TransformScope>$(_PackageTempDir)\%(DestinationRelativePath)</TransformScope>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</WebConfigsToTransform>
|
|
|
|
|
<None Include="Config\log4net.Debug.config">
|
|
|
|
|
<DependentUpon>log4net.config</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Config\log4net.Release.config">
|
|
|
|
|
<DependentUpon>log4net.config</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WebConfigsToTransform Include="Config\HostComponents.config">
|
|
|
|
|
<DestinationRelativePath>Config\HostComponents.config</DestinationRelativePath>
|
|
|
|
|
<Exclude>False</Exclude>
|
|
|
|
|
<TransformFileFolder>$(TransformWebConfigIntermediateLocation)\original</TransformFileFolder>
|
|
|
|
|
<TransformFile>Config\HostComponents.$(Configuration).config</TransformFile>
|
|
|
|
|
<TransformOriginalFolder>$(TransformWebConfigIntermediateLocation)\original</TransformOriginalFolder>
|
|
|
|
|
<TransformOriginalFile>$(TransformWebConfigIntermediateLocation)\original\%(DestinationRelativePath)</TransformOriginalFile>
|
|
|
|
|
<TransformOutputFile>$(TransformWebConfigIntermediateLocation)\transformed\%(DestinationRelativePath)</TransformOutputFile>
|
|
|
|
|
<TransformScope>$(_PackageTempDir)\%(DestinationRelativePath)</TransformScope>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</WebConfigsToTransform>
|
|
|
|
|
<None Include="Config\HostComponents.Debug.config">
|
|
|
|
|
<DependentUpon>HostComponents.config</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Config\HostComponents.Release.config">
|
|
|
|
|
<DependentUpon>HostComponents.config</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2013-12-11 00:51:01 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="App_Data\" />
|
|
|
|
|
</ItemGroup>
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
2014-07-07 01:35:51 +08:00
|
|
|
|
<UseIIS>False</UseIIS>
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>30321</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/OrchardLocal</DevelopmentServerVPath>
|
2014-06-30 06:19:17 +08:00
|
|
|
|
<IISUrl>http://localhost:30322/OrchardLocal</IISUrl>
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2015-10-01 02:59:32 +08:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. -->
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<Target Name="BeforeBuild">
|
2015-10-01 02:59:32 +08:00
|
|
|
|
<CallTarget Targets="CopySqlCeBinaries" />
|
|
|
|
|
</Target>
|
2013-10-12 07:40:44 +08:00
|
|
|
|
<Target Name="ExcludeRootBinariesDeployment">
|
2013-09-05 09:41:11 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<RootBinFiles Include="bin\*">
|
|
|
|
|
<InProject>false</InProject>
|
|
|
|
|
</RootBinFiles>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
2015-01-11 02:56:55 +08:00
|
|
|
|
<ExcludeFilesFromDeployment>@(RootBinFiles->'Modules\**\bin\%(Filename)%(Extension)');@(RootBinFiles->'Themes\**\%(Filename)%(Extension)');@(RootBinFiles->'Core\**\bin\%(Filename)%(Extension)');**\*.Debug.config;**\*.Release.config;**\obj\**;**\bin\*.xml;**\*.cs;**\*.csproj;Modules\**\Tests\**;Modules\**\Specs\**;Themes\bin\**;**\.hgignore;**\.hgtags;**\.hg\**;**\.gitignore;**\.git\**;**\*.csproj.user;Properties\**\*;App_Data\Dependencies\*;App_Data\RecipeQueue\*;App_Data\Logs\*;App_Data\**\mappings.bin;App_Data\**\cache.dat;App_Data\**\hrestart.txt</ExcludeFilesFromDeployment>
|
2013-09-05 09:41:11 +08:00
|
|
|
|
</PropertyGroup>
|
2013-10-12 07:40:44 +08:00
|
|
|
|
</Target>
|
2013-09-06 05:20:14 +08:00
|
|
|
|
<Target Name="ExcludeRootBinariesPackage" DependsOnTargets="ExcludeRootBinariesDeployment" BeforeTargets="ExcludeFilesFromPackage">
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ExcludeFromPackageFiles Include="$(ExcludeFilesFromDeployment)" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Target>
|
2010-07-14 02:20:52 +08:00
|
|
|
|
<Target Name="CopySqlCeBinaries">
|
|
|
|
|
<ItemGroup>
|
2011-01-12 16:47:26 +08:00
|
|
|
|
<SqlCeBinariesx86 Include="$(ProjectDir)..\..\lib\sqlce\x86\**\*" />
|
|
|
|
|
<SqlCeBinariesx64 Include="$(ProjectDir)..\..\lib\sqlce\amd64\**\*" />
|
2010-07-14 02:20:52 +08:00
|
|
|
|
</ItemGroup>
|
2011-01-12 16:47:26 +08:00
|
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx86)" DestinationFolder="$(OutputPath)\x86\%(RecursiveDir)" SkipUnchangedFiles="true" />
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx64)" DestinationFolder="$(OutputPath)\amd64\%(RecursiveDir)" SkipUnchangedFiles="true" />
|
2013-02-23 08:31:36 +08:00
|
|
|
|
</Target>
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<Target Name="AfterBuild" DependsOnTargets="MvcBuildViews">
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
|
|
|
</PropertyGroup>
|
2013-09-06 05:20:14 +08:00
|
|
|
|
<CallTarget Targets="ExcludeRootBinariesDeployment" />
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<!-- If this is an area child project, uncomment the following line:
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
-->
|
2009-11-08 06:49:58 +08:00
|
|
|
|
<!-- If this is an area parent project, uncomment the following lines:
|
2013-08-21 06:09:11 +08:00
|
|
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
|
|
|
<CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
|
|
|
|
|
-->
|
2015-10-01 02:59:32 +08:00
|
|
|
|
</Target>
|
2013-10-18 15:22:58 +08:00
|
|
|
|
</Project>
|