2009-11-07 22:49:58 +00:00
|
|
|
|
<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>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<ProjectGuid>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</ProjectGuid>
|
2009-11-19 23:20:51 +00: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>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<RootNamespace>Orchard.Core</RootNamespace>
|
|
|
|
|
<AssemblyName>Orchard.Core</AssemblyName>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
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>
|
|
|
|
|
</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="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.Core">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2009-11-18 05:42:07 +00:00
|
|
|
|
<HintPath>..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Web" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<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" />
|
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" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Compile Include="Common\Permissions.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Utilities\LazyField.cs" />
|
2009-12-08 10:34:03 +00:00
|
|
|
|
<Compile Include="Common\Providers\CommonAspectHandler.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Models\CommonAspect.cs" />
|
2009-12-08 10:34:03 +00:00
|
|
|
|
<Compile Include="Common\Providers\BodyAspectHandler.cs" />
|
2009-11-23 22:32:43 +00:00
|
|
|
|
<Compile Include="Common\Models\BodyAspect.cs" />
|
|
|
|
|
<Compile Include="Common\Models\RoutableAspect.cs" />
|
2009-12-08 10:34:03 +00:00
|
|
|
|
<Compile Include="Common\Providers\RoutableAspectHandler.cs" />
|
2009-11-24 02:03:13 +00:00
|
|
|
|
<Compile Include="Common\Records\BodyRecord.cs" />
|
2009-11-18 18:21:39 +00:00
|
|
|
|
<Compile Include="Common\Records\CommonRecord.cs" />
|
|
|
|
|
<Compile Include="Common\Records\RoutableRecord.cs" />
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<Compile Include="Common\ViewModels\BodyDisplayViewModel.cs" />
|
|
|
|
|
<Compile Include="Common\ViewModels\BodyEditorViewModel.cs" />
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Compile Include="Common\ViewModels\OwnerEditorViewModel.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-12-15 23:19:15 +00:00
|
|
|
|
<Compile Include="Themes\SafeModeThemeSelector.cs" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Compile Include="Settings\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Settings\Controllers\AdminController.cs" />
|
2009-12-08 10:34:03 +00:00
|
|
|
|
<Compile Include="Settings\Models\SiteSettingsHandler.cs" />
|
2009-11-19 05:40:38 +00:00
|
|
|
|
<Compile Include="Settings\Models\SiteSettings.cs" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Compile Include="Settings\Records\SiteSettingsRecord.cs" />
|
|
|
|
|
<Compile Include="Settings\Services\SiteService.cs" />
|
|
|
|
|
<Compile Include="Settings\ViewModels\SettingsIndexViewModel.cs" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Compile Include="Themes\AdminMenu.cs" />
|
|
|
|
|
<Compile Include="Themes\Controllers\AdminController.cs" />
|
2009-12-10 22:21:57 +00:00
|
|
|
|
<Compile Include="Themes\Models\Theme.cs" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Compile Include="Themes\Models\ThemeSiteSettings.cs" />
|
|
|
|
|
<Compile Include="Themes\Models\ThemeSiteSettingsHandler.cs" />
|
2009-12-11 20:02:51 +00:00
|
|
|
|
<Compile Include="Themes\Permissions.cs" />
|
2009-12-10 22:21:57 +00:00
|
|
|
|
<Compile Include="Themes\Records\ThemeRecord.cs" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Compile Include="Themes\Records\ThemeSiteSettingsRecord.cs" />
|
2009-12-15 19:50:37 +00:00
|
|
|
|
<Compile Include="Themes\Services\SiteThemeSelector.cs" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Compile Include="Themes\Services\ThemeService.cs" />
|
|
|
|
|
<Compile Include="Themes\ViewModels\ThemesIndexViewModel.cs" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Compile Include="XmlRpc\Controllers\HomeController.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Controllers\LiveWriterController.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\IXmlRpcHandler.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\ModelBinderProvider.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcArray.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcData.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcMethodCall.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcMethodResponse.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Models\XRpcStruct.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcReader.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\Services\XmlRpcWriter.cs" />
|
|
|
|
|
<Compile Include="XmlRpc\XmlRpcContext.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-18 18:21:39 +00:00
|
|
|
|
<Content Include="Common\Package.txt" />
|
2009-11-18 18:35:58 +00:00
|
|
|
|
<Content Include="Settings\Package.txt" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Content Include="Settings\Views\Admin\Index.aspx" />
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Content Include="Web.config" />
|
|
|
|
|
<Content Include="XmlRpc\Package.txt" />
|
|
|
|
|
<Content Include="XmlRpc\Views\Home\Index.aspx" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<ProjectReference Include="..\..\Orchard\Orchard.csproj">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
|
|
|
<Name>Orchard</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2009-11-18 18:35:58 +00:00
|
|
|
|
<ItemGroup>
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Content Include="Settings\Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<Content Include="Common\Views\Models\DisplayTemplates\BodyAspect.ascx" />
|
|
|
|
|
<Content Include="Common\Views\Models\EditorTemplates\BodyAspect.ascx" />
|
2009-11-19 01:03:23 +00:00
|
|
|
|
<Content Include="Settings\Views\Admin\EditorTemplates\SettingsIndexViewModel.ascx" />
|
2009-11-18 21:55:11 +00:00
|
|
|
|
<Content Include="XmlRpc\Views\Web.config" />
|
2009-11-18 18:35:58 +00:00
|
|
|
|
</ItemGroup>
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<ItemGroup>
|
2009-12-08 06:13:08 +00:00
|
|
|
|
<Content Include="Common\Views\Models\EditorTemplates\OwnerEditorViewModel.ascx" />
|
2009-12-01 05:30:10 +00:00
|
|
|
|
<Content Include="Common\Views\Web.config" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Content Include="Themes\Package.txt" />
|
|
|
|
|
<Content Include="Themes\Views\Admin\Index.aspx" />
|
|
|
|
|
<Content Include="Themes\Views\Models\EditorTemplates\ThemeSiteSettingsRecord.ascx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2009-12-16 18:29:18 +00:00
|
|
|
|
<Content Include="Themes\Styles\site.css" />
|
|
|
|
|
<Content Include="Themes\Theme.txt" />
|
2009-12-11 00:40:44 +00:00
|
|
|
|
<Content Include="Themes\Views\Admin\Install.aspx" />
|
2009-12-16 18:29:18 +00:00
|
|
|
|
<Content Include="Themes\Views\Shared\document.aspx" />
|
|
|
|
|
<Content Include="Themes\Views\Shared\layout.ascx" />
|
2009-12-10 00:15:58 +00:00
|
|
|
|
<Content Include="Themes\Views\Web.config" />
|
2009-12-01 05:30:10 +00:00
|
|
|
|
</ItemGroup>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<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">
|
2009-11-18 05:36:09 +00:00
|
|
|
|
</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" />
|
|
|
|
|
-->
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Target>
|
2009-11-18 05:36:09 +00:00
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
2009-11-18 18:21:39 +00:00
|
|
|
|
<DevelopmentServerPort>53609</DevelopmentServerPort>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2009-11-19 20:52:40 +00:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|