2010-09-30 17:16:49 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Project ToolsVersion="4.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>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
2011-03-17 11:06:23 -07:00
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
2013-09-25 17:36:21 -07:00
|
|
|
|
<IISExpressSSLPort>44300</IISExpressSSLPort>
|
2012-08-15 17:47:41 -07:00
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
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-09-04 18:41:11 -07:00
|
|
|
|
<FilesToIncludeForPublish>OnlyFilesToRunTheApp</FilesToIncludeForPublish>
|
2010-11-26 14:15:19 -08:00
|
|
|
|
<PackageAsSingleFile>false</PackageAsSingleFile>
|
2013-09-04 18:41:11 -07:00
|
|
|
|
<ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
|
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>
|
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>
|
2012-08-07 16:35:46 -07:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</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>
|
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" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2010-08-16 15:37:51 -07:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
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-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>
|
2013-09-23 09:52:06 -07:00
|
|
|
|
<SubType>Designer</SubType>
|
2013-08-21 00:09:11 +02:00
|
|
|
|
</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-09-01 21:48:24 +02:00
|
|
|
|
<ItemGroup>
|
2013-09-04 18:41:11 -07:00
|
|
|
|
<Folder Include="App_Data\" />
|
2013-09-01 21:48:24 +02:00
|
|
|
|
</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>
|
|
|
|
|
<UseIIS>True</UseIIS>
|
|
|
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>30321</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/OrchardLocal</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>http://localhost:30321/OrchardLocal</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2013-08-21 00:09:11 +02:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target> -->
|
2013-09-23 09:52:06 -07:00
|
|
|
|
<Target Name="ExcludeRootBinariesDeployment">
|
2013-09-04 18:41:11 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<RootBinFiles Include="bin\*">
|
|
|
|
|
<InProject>false</InProject>
|
|
|
|
|
</RootBinFiles>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
2013-09-09 15:09:14 -07: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\**;**\*.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-09-23 09:52:06 -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" />
|
2010-07-13 19:49:42 -07:00
|
|
|
|
<CallTarget Targets="CopySqlCeBinaries" />
|
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" />
|
|
|
|
|
-->
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Target>
|
|
|
|
|
</Project>
|