2010-10-14 15:50:16 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" 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>{CB70A642-8CEC-4DDE-8C9F-AD08900EC98D}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2010-10-16 14:54:43 -07:00
|
|
|
|
<RootNamespace>Themes</RootNamespace>
|
|
|
|
|
<AssemblyName>Themes</AssemblyName>
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
2011-04-06 11:13:32 -07:00
|
|
|
|
<UseIISExpress>false</UseIISExpress>
|
2010-10-14 15:50:16 -07: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>
|
2010-10-14 15:50:16 -07: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>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2010-11-21 13:06:39 -08:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2010-10-14 17:47:25 -07:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-10-14 15:50:16 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheAdmin\Scripts\admin.js" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\ie.css" />
|
2011-04-05 18:43:23 -07:00
|
|
|
|
<Content Include="TheAdmin\Styles\ie7.css" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\ie8.css" />
|
2011-02-15 15:25:20 -08:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\adminNavBackground.gif" />
|
2011-04-07 16:45:07 -07:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-advisory.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-contribute.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-docs.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-friends.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-gallery.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icon-settings.png" />
|
2011-04-05 12:00:48 -07:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\info.gif" />
|
2011-02-22 10:13:33 -08:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\menu-default.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\menu-glyph.png" />
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\menuClosed.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\menuClosedHover.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\menuOpen.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\menuOpenHover.gif" />
|
2011-02-16 12:49:44 -08:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\vinesBackgroundBottom.gif" />
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<Content Include="TheThemeMachine\Styles\Site.css" />
|
|
|
|
|
<Content Include="TheThemeMachine\Theme.png" />
|
|
|
|
|
<Content Include="TheThemeMachine\Theme.txt" />
|
2010-11-02 18:12:44 -07:00
|
|
|
|
<Content Include="SafeMode\Content\Web.config">
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2010-11-02 18:12:44 -07:00
|
|
|
|
<Content Include="SafeMode\Styles\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2010-11-09 11:13:24 -08:00
|
|
|
|
<Content Include="TheAdmin\Views\Pager.cshtml" />
|
2010-11-09 11:49:11 -08:00
|
|
|
|
<Content Include="TheAdmin\Views\OrchardVersion.cshtml" />
|
2011-03-23 12:00:45 -07:00
|
|
|
|
<Content Include="TheThemeMachine\ThemeZonePreview.png" />
|
2010-11-24 11:56:47 -08:00
|
|
|
|
<Content Include="Web.config">
|
2010-11-02 18:12:44 -07:00
|
|
|
|
<SubType>Designer</SubType>
|
2010-11-24 11:56:47 -08:00
|
|
|
|
</Content>
|
2010-10-21 23:18:02 -07:00
|
|
|
|
<Content Include="TheAdmin\Views\Menu.cshtml" />
|
|
|
|
|
<Content Include="TheThemeMachine\Views\Branding.cshtml" />
|
|
|
|
|
<Content Include="TheThemeMachine\Views\BadgeOfHonor.cshtml" />
|
2010-10-14 15:50:16 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\icons.png" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\tableHeaderBackgroundRed.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\site.css" />
|
|
|
|
|
<Content Include="TheAdmin\Theme.txt" />
|
|
|
|
|
<Content Include="SafeMode\Views\Document.cshtml" />
|
|
|
|
|
<Content Include="TheAdmin\Views\Layout.cshtml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-21 23:18:02 -07:00
|
|
|
|
<Content Include="TheAdmin\Styles\images\icons.psd" />
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<Content Include="SafeMode\Content\orchard.ico" />
|
|
|
|
|
<Content Include="SafeMode\Styles\ie6.css" />
|
|
|
|
|
<Content Include="SafeMode\Styles\images\backgroundHeader.gif" />
|
|
|
|
|
<Content Include="SafeMode\Styles\images\backgroundVines.gif" />
|
|
|
|
|
<Content Include="SafeMode\Styles\images\orchardLogo.gif" />
|
|
|
|
|
<Content Include="SafeMode\Styles\site.css" />
|
|
|
|
|
<Content Include="SafeMode\Theme.png" />
|
|
|
|
|
<Content Include="SafeMode\Theme.txt" />
|
|
|
|
|
<Content Include="SafeMode\Views\Layout.cshtml" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\backgroundGradient.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\backgroundHeader.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Styles\images\orchardLogo.gif" />
|
|
|
|
|
<Content Include="TheAdmin\Theme.png" />
|
|
|
|
|
<Content Include="TheAdmin\Views\User.cshtml" />
|
|
|
|
|
<Content Include="TheAdmin\Views\Header.cshtml" />
|
2010-10-16 23:45:52 -07:00
|
|
|
|
<Content Include="TheThemeMachine\Views\Layout.cshtml" />
|
2010-10-14 15:50:16 -07:00
|
|
|
|
</ItemGroup>
|
2010-11-02 18:12:44 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheThemeMachine\Styles\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheAdmin\Scripts\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheAdmin\Styles\Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2010-11-02 14:55:01 -07:00
|
|
|
|
</ItemGroup>
|
2011-02-09 16:50:29 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheThemeMachine\Placement.info" />
|
|
|
|
|
</ItemGroup>
|
2011-02-11 12:45:28 -08:00
|
|
|
|
<ItemGroup>
|
2011-02-11 14:13:38 -08:00
|
|
|
|
<Content Include="TheAdmin\Views\LocalMenu.cshtml" />
|
2011-02-11 12:45:28 -08:00
|
|
|
|
</ItemGroup>
|
2011-02-15 11:58:26 -08:00
|
|
|
|
<ItemGroup>
|
2011-02-17 16:27:21 -08:00
|
|
|
|
<Content Include="TheAdmin\Views\Title.cshtml" />
|
2011-02-15 11:58:26 -08:00
|
|
|
|
</ItemGroup>
|
2011-04-04 14:49:14 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Orchard\Orchard.Framework.csproj">
|
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
|
|
|
|
<Name>Orchard.Framework</Name>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-11-01 16:07:20 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="TheThemeMachine\Views\Pager.cshtml" />
|
|
|
|
|
<Content Include="TheThemeMachine\Views\Pager.First.cshtml" />
|
|
|
|
|
<Content Include="TheThemeMachine\Views\Pager.Last.cshtml" />
|
|
|
|
|
</ItemGroup>
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.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> -->
|
|
|
|
|
<Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
|
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>30320</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/OrchardLocal</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>
|
|
|
|
|
</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2010-10-14 17:16:41 -07:00
|
|
|
|
<UseCustomServer>True</UseCustomServer>
|
|
|
|
|
<CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
|
2010-10-14 15:50:16 -07:00
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|