mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 10:07:55 +08:00

--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041308
219 lines
11 KiB
XML
219 lines
11 KiB
XML
<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>{50B779EA-EC00-4699-84C0-03B395C365D2}</ProjectGuid>
|
|
<ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Orchard.Web</RootNamespace>
|
|
<AssemblyName>Orchard.Web</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>
|
|
<Reference Include="Autofac, Version=1.4.4.561, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Autofac.Integration.Web, Version=1.4.4.561, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate.ByteCode.Castle, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.ByteCode.Castle.dll</HintPath>
|
|
</Reference>
|
|
<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.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\sqlite\System.Data.SQLite.DLL</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
</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>
|
|
<Compile Include="Default.aspx.cs">
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Default.aspx" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="Web.config" />
|
|
<Content Include="Content\Site.css" />
|
|
<Content Include="Scripts\jquery-1.3.2.js" />
|
|
<Content Include="Scripts\jquery-1.3.2.min.js" />
|
|
<Content Include="Scripts\jquery-1.3.2-vsdoc.js" />
|
|
<Content Include="Scripts\jquery-1.3.2.min-vsdoc.js" />
|
|
<Content Include="Scripts\MicrosoftAjax.js" />
|
|
<Content Include="Scripts\MicrosoftAjax.debug.js" />
|
|
<Content Include="Scripts\MicrosoftMvcAjax.js" />
|
|
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
|
<Content Include="Views\Account\ChangePassword.aspx" />
|
|
<Content Include="Views\Account\ChangePasswordSuccess.aspx" />
|
|
<Content Include="Views\Account\LogOn.aspx" />
|
|
<Content Include="Views\Account\Register.aspx" />
|
|
<Content Include="Views\Home\About.aspx" />
|
|
<Content Include="Views\Home\Index.aspx" />
|
|
<Content Include="Views\Shared\Error.aspx" />
|
|
<Content Include="Views\Shared\LogOnUserControl.ascx" />
|
|
<Content Include="Views\Shared\Site.Master" />
|
|
<Content Include="Views\Web.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Orchard\Orchard.csproj">
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
<Name>Orchard</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Core\Orchard.Core.csproj">
|
|
<Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
|
|
<Name>Orchard.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.Blogs\Orchard.Blogs.csproj">
|
|
<Project>{63FBD4D9-E1DA-4A7B-AA6A-D6074FE50867}</Project>
|
|
<Name>Orchard.Blogs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.CmsPages\Orchard.CmsPages.csproj">
|
|
<Project>{1ECC1131-0D0C-4822-AD90-E979868C63F3}</Project>
|
|
<Name>Orchard.CmsPages</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.Media\Orchard.Media.csproj">
|
|
<Project>{D9A7B330-CD22-4DA1-A95A-8DE1982AD8EB}</Project>
|
|
<Name>Orchard.Media</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.Roles\Orchard.Roles.csproj">
|
|
<Project>{D10AD48F-407D-4DB5-A328-173EC7CB010F}</Project>
|
|
<Name>Orchard.Roles</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.Users\Orchard.Users.csproj">
|
|
<Project>{79AED36E-ABD0-4747-93D3-8722B042454B}</Project>
|
|
<Name>Orchard.Users</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\Orchard.Wikis\Orchard.Wikis.csproj">
|
|
<Project>{17C44253-65A2-4597-98C7-16EE576824B6}</Project>
|
|
<Name>Orchard.Wikis</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="Packages\TinyMce\TinyMce.csproj">
|
|
<Project>{954CA994-D204-468B-9D69-51F6AD3E1C29}</Project>
|
|
<Name>TinyMce</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\Admin\images\background_header.jpg" />
|
|
<Content Include="Content\Admin\images\orchardLogo.jpg" />
|
|
<Content Include="Content\Admin\images\tableHeaderBackground.gif" />
|
|
<Content Include="Content\Admin\Site.css" />
|
|
<Content Include="Views\Admin\Footer.aspx" />
|
|
<Content Include="Views\Admin\Head.aspx" />
|
|
<Content Include="Views\Admin\Header.aspx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Config\Diagnostics.config" />
|
|
<Content Include="Content\Images\headerBackground.gif" />
|
|
<Content Include="Content\Images\header_background.gif" />
|
|
<Content Include="Content\Images\innerheader_background.gif" />
|
|
<Content Include="Content\Images\NavBackground.gif" />
|
|
<Content Include="Content\Images\nav_background.gif" />
|
|
<Content Include="Content\Images\title_background.gif" />
|
|
<Content Include="Content\Site2.css" />
|
|
<Content Include="Content\Site3.css" />
|
|
<Content Include="Views\Admin\EditorTemplates\UserRolesViewModel.ascx" />
|
|
<Content Include="Views\Admin\EditorTemplates\WikiSettingsRecord.ascx" />
|
|
<Content Include="Views\Admin\Messages.ascx" />
|
|
<Content Include="Views\Shared\ExtraUserControl.ascx" />
|
|
<Content Include="Views\Shared\Footer.ascx" />
|
|
<Content Include="Views\Shared\Header.ascx" />
|
|
<Content Include="Views\Shared\Messages.ascx" />
|
|
<Content Include="Views\Shared\Navigation.ascx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="App_Data\" />
|
|
<Folder Include="Media\Images\" />
|
|
<Folder Include="Media\Videos\" />
|
|
</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> -->
|
|
<!-- To enable MVC area subproject support, uncomment the following two lines:
|
|
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CreateAreaManifest" AssemblyName="Microsoft.Web.Mvc.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CopyAreaManifests" AssemblyName="Microsoft.Web.Mvc.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
-->
|
|
<Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
|
|
<PropertyGroup>
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
</PropertyGroup>
|
|
<!-- If this is an area child project, uncomment the following line:
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
-->
|
|
<!-- If this is an area parent project, uncomment the following lines:
|
|
<CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
|
|
<CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
|
|
-->
|
|
</Target>
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |