2010-09-30 17:16:49 -07:00
<?xml version="1.0" encoding="utf-8"?>
2014-08-13 14:07:45 -07:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2012-08-15 10:14:09 -07:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2009-11-07 22:49:58 +00:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2010-03-02 12:44:16 -08:00
<ProductVersion > 9.0.30729</ProductVersion>
2009-11-07 22:49:58 +00:00
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {50B779EA-EC00-4699-84C0-03B395C365D2}</ProjectGuid>
2010-08-23 13:10:12 -07:00
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
2009-11-07 22:49:58 +00:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Orchard.Web</RootNamespace>
<AssemblyName > Orchard.Web</AssemblyName>
2014-08-13 14:07:45 -07:00
<TargetFrameworkVersion > v4.5.1</TargetFrameworkVersion>
2009-11-07 22:49:58 +00:00
<MvcBuildViews > false</MvcBuildViews>
2011-03-17 11:06:23 -07:00
<UseIISExpress > true</UseIISExpress>
2013-10-11 16:40:44 -07:00
<IISExpressSSLPort > 44300</IISExpressSSLPort>
<IISExpressAnonymousAuthentication > enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication > disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode > false</IISExpressUseClassicPipelineMode>
2014-08-13 14:07:45 -07:00
<TargetFrameworkProfile />
2015-08-25 16:17:32 +02:00
<UseGlobalApplicationHostFile > true</UseGlobalApplicationHostFile>
2009-11-07 22:49:58 +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-11-12 12:47:06 -08:00
<CodeAnalysisRuleSet > ..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
2013-10-14 00:38:56 +02:00
<FilesToIncludeForPublish > AllFilesInProjectFolder</FilesToIncludeForPublish>
2010-11-26 14:15:19 -08:00
<PackageAsSingleFile > false</PackageAsSingleFile>
2013-09-04 18:41:11 -07:00
<ExcludeGeneratedDebugSymbol > false</ExcludeGeneratedDebugSymbol>
2015-02-19 22:14:55 +01:00
<UseVSHostingProcess > false</UseVSHostingProcess>
2009-11-07 22:49:58 +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>
2013-08-21 00:09:11 +02:00
<FilesToIncludeForPublish > AllFilesInProjectFolder</FilesToIncludeForPublish>
<PackageAsSingleFile > false</PackageAsSingleFile>
2009-11-07 22:49:58 +00:00
</PropertyGroup>
<ItemGroup >
2012-08-21 10:27:10 -07:00
<Reference Include= "Autofac, Version=2.6.3.862, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2010-04-02 15:17:13 -07:00
<HintPath > ..\..\lib\autofac\Autofac.dll</HintPath>
2012-08-21 10:27:10 -07:00
<Private > True</Private>
2010-04-02 15:17:13 -07:00
</Reference>
2014-07-13 10:42:21 +01:00
<Reference Include= "Microsoft.Owin.Host.SystemWeb" >
<HintPath > ..\..\lib\owin\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
2010-11-26 14: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-06 17:51:03 -08:00
<Private > True</Private>
2010-11-26 14: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-07 16:35:46 -07:00
<Reference Include= "Newtonsoft.Json" >
<HintPath > ..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
2013-12-10 06:35:54 +01:00
<Private > True</Private>
2012-08-07 16:35:46 -07:00
</Reference>
2012-07-20 22:01:00 +02: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-26 15: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-07 22:49:58 +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" />
2012-03-08 12: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-28 09:29:51 -07:00
<Reference Include= "System.ServiceModel" />
2010-05-06 10:28:29 -07:00
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.Web.DynamicData" />
<Reference Include= "System.Web.Entity" />
2010-08-16 15:37:51 -07:00
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Abstractions" />
2013-08-23 13:25:42 +02:00
<Reference Include= "System.Web.Extensions" />
2012-08-07 16:35:46 -07:00
<Reference Include= "System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2010-10-07 10:24:17 -07:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.Helpers.dll</HintPath>
2012-08-13 08:45:14 -07:00
<Private > True</Private>
2010-10-07 10:24:17 -07:00
</Reference>
2010-08-16 15:37:51 -07:00
<Reference Include= "System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2012-08-07 16:35:46 -07:00
<SpecificVersion > False</SpecificVersion>
2009-11-07 22:49:58 +00:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
2012-10-04 18:24:12 -07:00
<Private > True</Private>
2009-11-07 22:49:58 +00:00
</Reference>
2012-08-07 16:35:46 -07:00
<Reference Include= "System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2010-10-07 10:24:17 -07:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.Razor.dll</HintPath>
2012-08-13 08:45:14 -07:00
<Private > True</Private>
2010-10-07 10:24:17 -07:00
</Reference>
2009-11-07 22:49:58 +00:00
<Reference Include= "System.Web.Routing" />
2012-08-07 16:35:46 -07:00
<Reference Include= "System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2010-10-07 10:24:17 -07:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.WebPages.dll</HintPath>
2012-08-13 08:45:14 -07:00
<Private > True</Private>
2010-10-07 10:24:17 -07:00
</Reference>
2012-08-07 16:35:46 -07:00
<Reference Include= "System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2011-01-06 15:57:29 -08:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll</HintPath>
2012-08-13 08:45:14 -07:00
<Private > True</Private>
2011-01-06 15:57:29 -08:00
</Reference>
2012-08-07 16:35:46 -07:00
<Reference Include= "System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2010-10-07 10:24:17 -07:00
<HintPath > ..\..\lib\aspnetmvc\System.Web.WebPages.Razor.dll</HintPath>
2012-08-13 08:45:14 -07:00
<Private > True</Private>
2010-10-07 10:24:17 -07:00
</Reference>
2009-11-07 22:49:58 +00: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-06 10:28:29 -07:00
<Reference Include= "System.Xml.Linq" />
2009-11-07 22:49:58 +00: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-01 16:57:07 -07:00
<Content Include= "Refresh.html" />
2010-06-25 10:11:50 -07:00
<Content Include= "Web.config" >
<SubType > Designer</SubType>
</Content>
2009-11-07 22:49:58 +00:00
</ItemGroup>
<ItemGroup >
2011-12-02 15:47:36 -08:00
<ProjectReference Include= "..\Orchard.WarmupStarter\Orchard.WarmupStarter.csproj" >
2011-03-23 17:20:38 -07:00
<Project > {5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}</Project>
2011-03-30 16:47:19 -07:00
<Name > Orchard.WarmupStarter</Name>
2011-03-23 17:20:38 -07:00
</ProjectReference>
2010-04-07 14:48:11 -07:00
<ProjectReference Include= "..\Orchard\Orchard.Framework.csproj" >
2009-11-07 22:49:58 +00:00
<Project > {2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
2010-04-07 14:48:11 -07:00
<Name > Orchard.Framework</Name>
2009-11-07 22:49:58 +00:00
</ProjectReference>
2010-04-30 10:02:16 -07:00
<ProjectReference Include= "..\Tools\Orchard\Orchard.csproj" >
<Project > {33B1BC8D-E292-4972-A363-22056B207156}</Project>
<Name > Orchard</Name>
</ProjectReference>
2009-11-18 05:36:09 +00:00
<ProjectReference Include= "Core\Orchard.Core.csproj" >
<Project > {9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
<Name > Orchard.Core</Name>
</ProjectReference>
2009-11-07 22:49:58 +00:00
</ItemGroup>
2009-12-22 21:52:51 +00:00
<ItemGroup >
2013-05-09 16:57:45 -07:00
<Content Include= "Config\Host.config" />
2009-12-22 21:52:51 +00:00
</ItemGroup>
2009-11-07 22:49:58 +00:00
<ItemGroup >
2013-12-10 18:14:42 -08:00
<Content Include= "Config\Sites.config" />
2013-08-21 00:09:11 +02:00
<None Include= "Web.Debug.config" >
<DependentUpon > Web.config</DependentUpon>
</None>
<None Include= "Web.Release.config" >
<DependentUpon > Web.config</DependentUpon>
</None>
2013-03-08 11:10:35 -08:00
</ItemGroup>
2012-08-15 10:14:09 -07:00
<PropertyGroup >
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
2009-11-07 22:49:58 +00:00
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2012-08-15 10:14:09 -07: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 00:09:11 +02: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-10 17:51:01 +01:00
<ItemGroup >
<Folder Include= "App_Data\" />
</ItemGroup>
2013-08-21 00:09:11 +02: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-06 19:35:51 +02:00
<UseIIS > False</UseIIS>
2013-08-21 00:09:11 +02:00
<AutoAssignPort > False</AutoAssignPort>
<DevelopmentServerPort > 30321</DevelopmentServerPort>
<DevelopmentServerVPath > /OrchardLocal</DevelopmentServerVPath>
2014-06-30 00:19:17 +02:00
<IISUrl > http://localhost:30322/OrchardLocal</IISUrl>
2013-08-21 00:09:11 +02:00
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > False</UseCustomServer>
<CustomServerUrl >
</CustomServerUrl>
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
2015-11-24 19:20:05 +01: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" >
2015-09-30 20:59:32 +02:00
<CallTarget Targets= "CopySqlCeBinaries" />
2015-11-24 19:20:05 +01:00
</Target>
2013-10-11 16:40:44 -07:00
<Target Name= "ExcludeRootBinariesDeployment" >
2013-09-04 18:41:11 -07:00
<ItemGroup >
<RootBinFiles Include= "bin\*" >
<InProject > false</InProject>
</RootBinFiles>
</ItemGroup>
<PropertyGroup >
2015-01-10 19:56:55 +01: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-04 18:41:11 -07:00
</PropertyGroup>
2013-10-11 16:40:44 -07:00
</Target>
2013-09-05 14:20:14 -07:00
<Target Name= "ExcludeRootBinariesPackage" DependsOnTargets= "ExcludeRootBinariesDeployment" BeforeTargets= "ExcludeFilesFromPackage" >
<ItemGroup >
<ExcludeFromPackageFiles Include= "$(ExcludeFilesFromDeployment)" />
</ItemGroup>
</Target>
2010-07-13 11:20:52 -07:00
<Target Name= "CopySqlCeBinaries" >
<ItemGroup >
2011-01-12 00:47:26 -08:00
<SqlCeBinariesx86 Include= "$(ProjectDir)..\..\lib\sqlce\x86\**\*" />
<SqlCeBinariesx64 Include= "$(ProjectDir)..\..\lib\sqlce\amd64\**\*" />
2010-07-13 11:20:52 -07:00
</ItemGroup>
2011-01-12 00:47:26 -08:00
<Copy SourceFiles= "@(SqlCeBinariesx86)" DestinationFolder= "$(OutputPath)\x86\%(RecursiveDir)" SkipUnchangedFiles= "true" />
2013-08-21 00:09:11 +02:00
<Copy SourceFiles= "@(SqlCeBinariesx64)" DestinationFolder= "$(OutputPath)\amd64\%(RecursiveDir)" SkipUnchangedFiles= "true" />
2013-02-22 16:31:36 -08:00
</Target>
2013-08-21 00:09:11 +02:00
<Target Name= "AfterBuild" DependsOnTargets= "MvcBuildViews" >
2009-11-07 22:49:58 +00:00
<PropertyGroup >
<AreasManifestDir > $(ProjectDir)\..\Manifests</AreasManifestDir>
</PropertyGroup>
2013-09-05 14:20:14 -07:00
<CallTarget Targets= "ExcludeRootBinariesDeployment" />
2009-11-07 22:49:58 +00:00
<!-- If this is an area child project, uncomment the following line:
2013-08-21 00:09:11 +02:00
<CreateAreaManifest AreaName= "$(AssemblyName)" AreaType= "Child" AreaPath= "$(ProjectDir)" ManifestPath= "$(AreasManifestDir)" ContentFiles= "@(Content)" />
-->
2009-11-07 22:49:58 +00:00
<!-- If this is an area parent project, uncomment the following lines:
2013-08-21 00:09:11 +02:00
<CreateAreaManifest AreaName= "$(AssemblyName)" AreaType= "Parent" AreaPath= "$(ProjectDir)" ManifestPath= "$(AreasManifestDir)" ContentFiles= "@(Content)" />
<CopyAreaManifests ManifestPath= "$(AreasManifestDir)" CrossCopy= "false" RenameViews= "true" />
-->
2015-09-30 20:59:32 +02:00
</Target>
2013-10-18 15:22:58 +08:00
</Project>