2010-09-30 12:19:26 -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">
|
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>
|
2010-05-06 10:28:29 -07:00
|
|
|
<FileUpgradeFlags>
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
<TargetFrameworkProfile />
|
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-05-06 10:28:29 -07:00
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
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>
|
2009-11-07 22:49:58 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2010-04-02 15:17:13 -07:00
|
|
|
<Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Autofac.Integration.Web, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Autofac.Integration.Web.Mvc, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.Mvc.dll</HintPath>
|
|
|
|
</Reference>
|
2009-11-07 22:49:58 +00:00
|
|
|
<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>
|
2010-07-13 11:20:52 -07:00
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\lib\sqlce\System.Data.SqlServerCe.dll</HintPath>
|
|
|
|
</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" />
|
|
|
|
<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.Drawing" />
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2009-11-07 22:49:58 +00:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
2009-12-12 07:56:59 +00:00
|
|
|
<Private>True</Private>
|
2009-11-07 22:49:58 +00:00
|
|
|
</Reference>
|
|
|
|
<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" />
|
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="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>
|
2010-09-29 12:40:51 -07:00
|
|
|
<Content Include="Advisory.html" />
|
2009-11-07 22:49:58 +00:00
|
|
|
<Content Include="Default.aspx" />
|
2010-09-20 16:50:12 -07:00
|
|
|
<Content Include="Error.aspx" />
|
2009-11-07 22:49:58 +00:00
|
|
|
<Content Include="Global.asax" />
|
2010-07-01 16:57:07 -07:00
|
|
|
<Content Include="Refresh.html" />
|
2010-07-24 02:34:54 -07:00
|
|
|
<Content Include="Themes\Contoso\Styles\search.css" />
|
2010-09-15 19:50:58 -07:00
|
|
|
<Content Include="Themes\Contoso\Zones\Footer.html" />
|
2010-07-23 09:46:02 -07:00
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.ascx" />
|
2010-07-27 16:10:29 -07:00
|
|
|
<Content Include="Themes\Green\Views\Orchard.Search\Search\Index.ascx" />
|
2010-07-21 08:54:28 -07:00
|
|
|
<Content Include="Themes\TheAdmin\Scripts\admin.js" />
|
2010-06-02 12:39:00 -07:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\ie.css" />
|
2010-07-22 11:08:14 -07:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\menuClosed.gif" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\menuClosedHover.gif" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\menuOpen.gif" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\menuOpenHover.gif" />
|
2010-09-30 13:03:48 -07:00
|
|
|
<Content Include="Themes\TheThemeMachine\draft.html" />
|
|
|
|
<Content Include="Themes\TheThemeMachine\Theme.png" />
|
|
|
|
<Content Include="Themes\TheThemeMachine\Theme.txt" />
|
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>
|
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>
|
|
|
|
<ItemGroup>
|
2010-08-04 13:42:06 -07:00
|
|
|
<Content Include="Config\Diagnostics.config">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Content>
|
2009-12-22 21:52:51 +00:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\icons.png" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\tableHeaderBackgroundRed.gif" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\site.css" />
|
|
|
|
<Content Include="Themes\TheAdmin\Theme.txt" />
|
2010-09-24 07:58:44 -07:00
|
|
|
<Content Include="Themes\SafeMode\Views\Document.cshtml" />
|
|
|
|
<Content Include="Themes\TheAdmin\Views\Layout.cshtml" />
|
2009-11-07 22:49:58 +00:00
|
|
|
</ItemGroup>
|
2009-12-22 21:52:51 +00:00
|
|
|
<ItemGroup>
|
2010-04-07 17:55:38 -07:00
|
|
|
<Content Include="Config\Sample.Host.config" />
|
2009-12-22 21:52:51 +00:00
|
|
|
<None Include="Themes\TheAdmin\Styles\images\icons.psd" />
|
2010-03-09 20:55:38 -08:00
|
|
|
<Content Include="Themes\ClassicDark\Content\Images\bodyBackgroundgrey.gif" />
|
|
|
|
<Content Include="Themes\ClassicDark\Content\Images\sidebarBackground.gif" />
|
|
|
|
<Content Include="Themes\ClassicDark\Styles\blog.css" />
|
|
|
|
<Content Include="Themes\ClassicDark\Styles\site.css" />
|
|
|
|
<Content Include="Themes\ClassicDark\Theme.png" />
|
|
|
|
<Content Include="Themes\ClassicDark\Theme.txt" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Items\Blogs.Blog.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Items\Blogs.Blog.Summary.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Items\Blogs.BlogPost.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Items\Blogs.BlogPost.Summary.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.ascx" />
|
2010-07-23 09:46:02 -07:00
|
|
|
<Content Include="Themes\ClassicDark\Views\DisplayTemplates\Parts\Common.Metadata.ascx" />
|
2010-03-09 20:55:38 -08:00
|
|
|
<Content Include="Themes\ClassicDark\Views\Footer.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\Layout.ascx" />
|
|
|
|
<Content Include="Themes\ClassicDark\Views\ZoneTest.ascx" />
|
2010-03-10 10:51:15 -08:00
|
|
|
<Content Include="Themes\ClassicDark\Zones\Sidebar.html" />
|
2010-01-18 21:14:46 +00:00
|
|
|
<Content Include="Themes\Classic\Content\Images\sidebarBackground.gif" />
|
2010-03-09 16:19:45 -08:00
|
|
|
<Content Include="Themes\Classic\Zones\Sidebar.html" />
|
2010-01-18 21:14:46 +00:00
|
|
|
<Content Include="Themes\Classic\Styles\blog.css" />
|
|
|
|
<Content Include="Themes\Classic\Styles\site.css" />
|
2010-01-20 20:52:00 +00:00
|
|
|
<Content Include="Themes\Classic\Theme.png" />
|
2010-01-18 21:14:46 +00:00
|
|
|
<Content Include="Themes\Classic\Theme.txt" />
|
2010-09-24 07:58:44 -07:00
|
|
|
<Content Include="Themes\Classic\Views\Footer.cshtml" />
|
|
|
|
<Content Include="Themes\Classic\Views\Layout.cshtml" />
|
2010-03-09 15:28:38 -08:00
|
|
|
<Content Include="Themes\Contoso\Content\Images\bkg.jpg" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\comment-arrow.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\content-bkg.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\content-bottom.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\content-top.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\feature-bkg-bottom.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\feature-bkg-top.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\Gallery\feature01.jpg" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\Gallery\feature02.jpg" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\Gallery\feature03.jpg" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\icon-location.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\menu-divider.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\menu-hover-left.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\menu-hover.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\menu-left.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\menu-right.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\nav-arrow-left.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\nav-arrow-right.png" />
|
|
|
|
<Content Include="Themes\Contoso\Content\Images\sub-header.png" />
|
2010-03-09 16:19:45 -08:00
|
|
|
<Content Include="Themes\Contoso\Zones\Sidebar-w2.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Sidebar-w3.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Highlights.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Home-Headline.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Home-Hero-Gallery.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Home-Hero.html" />
|
|
|
|
<Content Include="Themes\Contoso\Zones\Sidebar-w1.html" />
|
2010-03-09 15:28:38 -08:00
|
|
|
<Content Include="Themes\Contoso\Scripts\easySlider.js" />
|
|
|
|
<Content Include="Themes\Contoso\Styles\site.css" />
|
|
|
|
<Content Include="Themes\Contoso\Theme.png" />
|
|
|
|
<Content Include="Themes\Contoso\Theme.txt" />
|
2010-03-11 13:57:08 -08:00
|
|
|
<Content Include="Themes\Corporate\Content\Images\bkg.jpg" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\consult-bkg.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\content-bkg.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\content-bottom.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\content-top.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\footer-bkg.jpg" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\footer-bkg.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\hm-divider.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\hm-header.png" />
|
2010-03-12 00:09:35 -08:00
|
|
|
<Content Include="Themes\Corporate\Content\Images\icons\icon-5.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\icons\icon-4.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\icons\icon-3.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\icons\icon-2.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\icons\icon-1.png" />
|
2010-03-11 13:57:08 -08:00
|
|
|
<Content Include="Themes\Corporate\Content\Images\jumping-people.jpg" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\logo.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\menu-left-over.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\menu-left.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\menu-right-over.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\menu-right.png" />
|
|
|
|
<Content Include="Themes\Corporate\Content\Images\menu_bkg.jpg" />
|
2010-03-12 00:09:35 -08:00
|
|
|
<Content Include="Themes\Corporate\Content\Images\notepad.png" />
|
2010-03-11 13:57:08 -08:00
|
|
|
<Content Include="Themes\Corporate\Scripts\easySlider.js" />
|
|
|
|
<Content Include="Themes\Corporate\Styles\site.css" />
|
|
|
|
<Content Include="Themes\Corporate\Theme.png" />
|
|
|
|
<Content Include="Themes\Corporate\Theme.txt" />
|
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Items\Blogs.Blog.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Items\Blogs.BlogPost.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Items\Blogs.BlogPost.ListByArchive.ascx" />
|
2010-07-23 09:46:02 -07:00
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Items\Contents.Item.ascx" />
|
2010-07-22 14:08:31 -07:00
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Parts\Comments.Comments.ascx" />
|
2010-07-23 09:46:02 -07:00
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Parts\Common.Metadata.ascx" />
|
2010-03-11 13:57:08 -08:00
|
|
|
<Content Include="Themes\Corporate\Views\DisplayTemplates\Parts\Tags.ShowTags.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\Footer.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\Header.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\Layout.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\Layout.HomePage.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\ListOfComments.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\LogOn.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Views\User.ascx" />
|
|
|
|
<Content Include="Themes\Corporate\Zones\Home-Headline.html" />
|
|
|
|
<Content Include="Themes\Corporate\Zones\Home-Hero.html" />
|
|
|
|
<Content Include="Themes\Corporate\Zones\Sidebar-w1.html" />
|
|
|
|
<Content Include="Themes\Corporate\Zones\Sidebar-w2.html" />
|
|
|
|
<Content Include="Themes\Corporate\Zones\Sidebar-w3.html" />
|
2009-12-28 18:47:21 +00:00
|
|
|
<Content Include="Themes\Green\Content\Images\bodyBackground.gif" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\bodyBackground.png" />
|
2010-01-20 20:52:00 +00:00
|
|
|
<Content Include="Themes\Green\Content\Images\commentpointer.gif" />
|
2009-12-28 18:47:21 +00:00
|
|
|
<Content Include="Themes\Green\Content\Images\logo.gif" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\logo.png" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\tabLeftOff.gif" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\tabLeftOn.gif" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\tabRightOff.gif" />
|
|
|
|
<Content Include="Themes\Green\Content\Images\tabRightOn.gif" />
|
2010-03-09 20:55:38 -08:00
|
|
|
<Content Include="Themes\Green\Views\Archives.ascx" />
|
2010-03-10 09:38:25 -08:00
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Items\Blogs.BlogPost.ascx" />
|
2010-03-09 20:55:38 -08:00
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Parts\Blogs.BlogPost.Metadata.ascx" />
|
2010-03-10 09:38:25 -08:00
|
|
|
<Content Include="Themes\Green\Zones\sideBarZone1.html" />
|
|
|
|
<Content Include="Themes\Green\Zones\sideBarZone2.html" />
|
2010-03-09 16:19:45 -08:00
|
|
|
<Content Include="Themes\Green\Zones\User2.html" />
|
|
|
|
<Content Include="Themes\Green\Zones\User3.html" />
|
|
|
|
<Content Include="Themes\Green\Zones\User1.html" />
|
2010-01-15 00:28:29 +00:00
|
|
|
<Content Include="Themes\Green\Styles\blog.css" />
|
2009-12-28 18:47:21 +00:00
|
|
|
<Content Include="Themes\Green\Styles\site.css" />
|
2010-01-15 00:28:29 +00:00
|
|
|
<Content Include="Themes\Green\Styles\yui.css" />
|
2010-01-20 20:52:00 +00:00
|
|
|
<Content Include="Themes\Green\Theme.png" />
|
2009-12-28 18:47:21 +00:00
|
|
|
<Content Include="Themes\Green\Theme.txt" />
|
2010-07-23 09:46:02 -07:00
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Parts\Common.Metadata.ascx" />
|
2010-02-25 14:51:19 -08:00
|
|
|
<Content Include="Themes\Green\Views\Layout.HomePage.ascx" />
|
2010-01-15 00:28:29 +00:00
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Items\Blogs.Blog.ascx" />
|
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Items\Blogs.Blog.Summary.ascx" />
|
|
|
|
<Content Include="Themes\Green\Views\DisplayTemplates\Items\Blogs.BlogPost.Summary.ascx" />
|
2010-01-22 23:59:31 +00:00
|
|
|
<Content Include="Themes\Green\Views\Footer.ascx" />
|
|
|
|
<Content Include="Themes\Green\Views\Layout.ascx" />
|
2010-01-20 00:16:48 +00:00
|
|
|
<Content Include="Themes\Green\Views\ListOfComments.ascx" />
|
2010-03-09 15:28:38 -08:00
|
|
|
<Content Include="Themes\SafeMode\Content\orchard.ico" />
|
2010-03-07 16:51:56 -08:00
|
|
|
<Content Include="Themes\SafeMode\Styles\ie6.css" />
|
2010-02-22 11:37:43 -08:00
|
|
|
<Content Include="Themes\SafeMode\Styles\images\backgroundHeader.gif" />
|
|
|
|
<Content Include="Themes\SafeMode\Styles\images\backgroundVines.gif" />
|
|
|
|
<Content Include="Themes\SafeMode\Styles\images\orchardLogo.gif" />
|
2010-02-04 19:42:42 -08:00
|
|
|
<Content Include="Themes\SafeMode\Styles\site.css" />
|
|
|
|
<Content Include="Themes\SafeMode\Theme.png" />
|
|
|
|
<Content Include="Themes\SafeMode\Theme.txt" />
|
2010-09-24 07:58:44 -07:00
|
|
|
<Content Include="Themes\SafeMode\Views\Layout.cshtml" />
|
2010-03-07 16:51:56 -08:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\ie6.css" />
|
2010-02-17 01:14:29 -08:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\backgroundGradient.gif" />
|
2010-02-03 18:03:59 -08:00
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\backgroundHeader.gif" />
|
|
|
|
<Content Include="Themes\TheAdmin\Styles\images\orchardLogo.gif" />
|
2010-02-18 20:02:51 -08:00
|
|
|
<Content Include="Themes\TheAdmin\Theme.png" />
|
2010-09-24 07:58:44 -07:00
|
|
|
<Content Include="Themes\TheAdmin\Views\DumpShapeTable.cshtml" />
|
|
|
|
<Content Include="Themes\TheAdmin\Views\User.cshtml" />
|
|
|
|
<Content Include="Themes\TheAdmin\Views\Header.cshtml" />
|
2009-12-22 21:52:51 +00:00
|
|
|
<Content Include="Themes\Web.config" />
|
2010-09-30 13:03:48 -07:00
|
|
|
<Content Include="Themes\TheThemeMachine\Views\Layout.cshtml" />
|
2009-12-22 21:52:51 +00:00
|
|
|
</ItemGroup>
|
2009-11-07 22:49:58 +00:00
|
|
|
<ItemGroup>
|
2010-04-07 17:55:38 -07:00
|
|
|
<Folder Include="App_Data\" />
|
2010-03-09 20:55:38 -08:00
|
|
|
<Folder Include="Themes\ClassicDark\DesignerNotes\" />
|
2010-02-22 11:32:24 -08:00
|
|
|
<Folder Include="Themes\SafeMode\Content\Images\" />
|
2010-09-30 13:03:48 -07:00
|
|
|
<Folder Include="Themes\TheThemeMachine\Styles\" />
|
2009-11-07 22:49:58 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2010-05-06 10:28:29 -07:00
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
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.
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
</Target> -->
|
2010-07-13 11:20:52 -07:00
|
|
|
<Target Name="CopySqlCeBinaries">
|
|
|
|
<ItemGroup>
|
2010-07-13 19:49:42 -07:00
|
|
|
<SqlCeBinariesx86 Include="$(ProjectDir)..\..\lib\sqlce\x86\*.*" />
|
|
|
|
<SqlCeBinariesx64 Include="$(ProjectDir)..\..\lib\sqlce\amd64\*.*" />
|
2010-07-13 11:20:52 -07:00
|
|
|
</ItemGroup>
|
2010-07-13 20:25:36 -07:00
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx86)" DestinationFolder="$(OutputPath)\x86" SkipUnchangedFiles="true" />
|
|
|
|
<Copy SourceFiles="@(SqlCeBinariesx64)" DestinationFolder="$(OutputPath)\amd64" SkipUnchangedFiles="true" />
|
2010-07-13 11:20:52 -07:00
|
|
|
</Target>
|
2009-11-07 22:49:58 +00:00
|
|
|
<Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
|
|
|
|
<PropertyGroup>
|
|
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
|
|
</PropertyGroup>
|
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:
|
|
|
|
<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>
|
2009-11-25 22:39:43 +00:00
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
|
|
<DevelopmentServerPort>30320</DevelopmentServerPort>
|
2010-07-18 15:30:35 -07:00
|
|
|
<DevelopmentServerVPath>/OrchardLocal</DevelopmentServerVPath>
|
2009-11-25 22:39:43 +00:00
|
|
|
<IISUrl>
|
|
|
|
</IISUrl>
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2010-03-02 12:44:16 -08:00
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
<CustomServerUrl>
|
|
|
|
</CustomServerUrl>
|
2009-11-25 22:39:43 +00:00
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
2009-11-07 22:49:58 +00:00
|
|
|
</WebProjectProperties>
|
|
|
|
</FlavorProperties>
|
|
|
|
</VisualStudio>
|
|
|
|
</ProjectExtensions>
|
|
|
|
</Project>
|