2014-03-18 15:40:09 +01:00
<?xml version="1.0" encoding="utf-8"?>
2017-02-07 00:22:34 +11:00
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion= "12.0" >
2012-07-18 04:35:30 +06:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<ProductVersion > 9.0.30729</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {4C4C194C-B5E4-4991-8F87-4373E24CC19F}</ProjectGuid>
2015-05-01 14:03:59 +10:00
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
2012-07-18 04:35:30 +06:00
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2012-12-06 10:31:54 -01:00
<ApplicationIcon >
</ApplicationIcon>
<AssemblyKeyContainerName >
</AssemblyKeyContainerName>
2012-07-18 04:35:30 +06:00
<AssemblyName > Umbraco.Web.UI</AssemblyName>
2012-12-06 10:31:54 -01:00
<AssemblyOriginatorKeyFile >
</AssemblyOriginatorKeyFile>
2012-07-18 04:35:30 +06:00
<DefaultClientScript > JScript</DefaultClientScript>
<DefaultHTMLPageLayout > Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema > IE50</DefaultTargetSchema>
<DelaySign > false</DelaySign>
<OutputType > Library</OutputType>
<RootNamespace > Umbraco.Web.UI</RootNamespace>
<RunPostBuildEvent > OnBuildSuccess</RunPostBuildEvent>
2012-12-06 10:31:54 -01:00
<StartupObject >
</StartupObject>
<FileUpgradeFlags >
</FileUpgradeFlags>
<UpgradeBackupLocation >
</UpgradeBackupLocation>
<SccProjectName >
</SccProjectName>
<SccLocalPath >
</SccLocalPath>
<SccAuxPath >
</SccAuxPath>
<SccProvider >
</SccProvider>
2012-07-18 04:35:30 +06:00
<OldToolsVersion > 4.0</OldToolsVersion>
2017-03-08 11:20:48 +01:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2012-07-18 04:35:30 +06:00
<TargetFrameworkProfile />
2012-07-19 22:15:15 +06:00
<UseIISExpress > true</UseIISExpress>
2017-08-02 11:29:31 +01:00
<IISExpressSSLPort >
</IISExpressSSLPort>
2016-12-28 19:21:00 +11:00
<IISExpressAnonymousAuthentication > enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication > disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode > false</IISExpressUseClassicPipelineMode>
2012-10-08 09:51:13 -02:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2013-09-30 12:39:28 +02:00
<MvcProjectUpgradeChecked > true</MvcProjectUpgradeChecked>
2015-07-14 16:50:45 +02:00
<UseGlobalApplicationHostFile />
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<OutputPath > bin\</OutputPath>
<AllowUnsafeBlocks > false</AllowUnsafeBlocks>
<BaseAddress > 285212672</BaseAddress>
<CheckForOverflowUnderflow > false</CheckForOverflowUnderflow>
2012-12-06 10:31:54 -01:00
<ConfigurationOverrideFile >
</ConfigurationOverrideFile>
2016-12-28 19:21:00 +11:00
<DefineConstants > TRACE;DEBUG</DefineConstants>
2012-12-06 10:31:54 -01:00
<DocumentationFile >
</DocumentationFile>
2012-07-18 04:35:30 +06:00
<DebugSymbols > true</DebugSymbols>
<FileAlignment > 4096</FileAlignment>
<NoStdLib > false</NoStdLib>
2012-12-06 10:31:54 -01:00
<NoWarn >
</NoWarn>
2012-07-18 04:35:30 +06:00
<Optimize > false</Optimize>
<RegisterForComInterop > false</RegisterForComInterop>
<RemoveIntegerChecks > false</RemoveIntegerChecks>
<TreatWarningsAsErrors > false</TreatWarningsAsErrors>
<WarningLevel > 4</WarningLevel>
<DebugType > full</DebugType>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > AllRules.ruleset</CodeAnalysisRuleSet>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2013-08-07 13:48:12 +02:00
<IntermediateOutputPath > ..\bin\Debug\</IntermediateOutputPath>
<PackageAsSingleFile > true</PackageAsSingleFile>
<DesktopBuildPackageLocation > ..\Package\Umbraco.Web.UI.zip</DesktopBuildPackageLocation>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<OutputPath > bin\</OutputPath>
<AllowUnsafeBlocks > false</AllowUnsafeBlocks>
<BaseAddress > 285212672</BaseAddress>
<CheckForOverflowUnderflow > false</CheckForOverflowUnderflow>
2012-12-06 10:31:54 -01:00
<ConfigurationOverrideFile >
</ConfigurationOverrideFile>
2012-07-18 04:35:30 +06:00
<DefineConstants > TRACE</DefineConstants>
2015-05-01 14:27:26 +02:00
<DocumentationFile > bin\Umbraco.Web.UI.XML</DocumentationFile>
<DebugSymbols > true</DebugSymbols>
2012-07-18 04:35:30 +06:00
<FileAlignment > 4096</FileAlignment>
<NoStdLib > false</NoStdLib>
2012-12-06 10:31:54 -01:00
<NoWarn >
</NoWarn>
2012-07-18 04:35:30 +06:00
<Optimize > true</Optimize>
<RegisterForComInterop > false</RegisterForComInterop>
<RemoveIntegerChecks > false</RemoveIntegerChecks>
<TreatWarningsAsErrors > false</TreatWarningsAsErrors>
<WarningLevel > 4</WarningLevel>
2015-05-01 14:27:26 +02:00
<DebugType > pdbonly</DebugType>
2012-07-18 04:35:30 +06:00
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > AllRules.ruleset</CodeAnalysisRuleSet>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2013-08-07 13:48:12 +02:00
<IntermediateOutputPath > ..\bin\Release\</IntermediateOutputPath>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<ItemGroup >
2013-05-06 14:36:47 -10:00
<ProjectReference Include= "..\UmbracoExamine\UmbracoExamine.csproj" >
<Project > {07fbc26b-2927-4a22-8d96-d644c667fecc}</Project>
<Name > UmbracoExamine</Name>
</ProjectReference>
2016-09-16 21:23:31 +02:00
<Reference Include= "AutoMapper, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
2015-08-05 13:35:42 +02:00
<Private > True</Private>
2013-10-03 12:18:21 +10:00
</Reference>
2016-09-16 21:23:31 +02:00
<Reference Include= "AutoMapper.Net4, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath>
2015-08-05 13:35:42 +02:00
<Private > True</Private>
2013-10-03 12:18:21 +10:00
</Reference>
2018-01-23 11:15:37 -07:00
<Reference Include= "ClientDependency.Core, Version=1.9.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ClientDependency.1.9.6\lib\net45\ClientDependency.Core.dll</HintPath>
2012-11-21 08:01:23 +05:00
</Reference>
2014-12-11 19:57:59 +11:00
<Reference Include= "ClientDependency.Core.Mvc, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
2015-07-30 16:13:43 +02:00
<HintPath > ..\packages\ClientDependency-Mvc5.1.8.0.0\lib\net45\ClientDependency.Core.Mvc.dll</HintPath>
<Private > True</Private>
2012-12-12 07:20:58 -01:00
</Reference>
2017-04-06 16:27:41 +02:00
<Reference Include= "dotless.Core, Version=1.5.2.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34, processorArchitecture=MSIL" >
<HintPath > ..\packages\dotless.1.5.2\lib\dotless.Core.dll</HintPath>
2014-11-12 10:40:16 +01:00
</Reference>
2017-12-06 15:21:38 +01:00
<Reference Include= "Examine, Version=0.1.89.0, Culture=neutral, processorArchitecture=MSIL" >
2017-12-14 18:34:48 +11:00
<HintPath > ..\packages\Examine.0.1.89\lib\net45\Examine.dll</HintPath>
2014-12-09 19:07:14 +11:00
</Reference>
<Reference Include= "ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
<HintPath > ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
2013-02-23 23:00:31 +06:00
</Reference>
2017-10-24 13:20:33 +02:00
<Reference Include= "ImageProcessor, Version=2.5.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ImageProcessor.2.5.6\lib\net45\ImageProcessor.dll</HintPath>
2014-02-17 16:12:21 +01:00
</Reference>
2017-10-24 13:20:33 +02:00
<Reference Include= "ImageProcessor.Web, Version=4.8.7.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ImageProcessor.Web.4.8.7\lib\net45\ImageProcessor.Web.dll</HintPath>
2015-09-23 18:06:49 +10:00
</Reference>
2017-04-06 16:27:41 +02:00
<Reference Include= "log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
<HintPath > ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
2012-07-28 01:28:39 +06:00
</Reference>
2014-12-09 19:07:14 +11:00
<Reference Include= "Lucene.Net, Version=2.9.4.1, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL" >
<HintPath > ..\packages\Lucene.Net.2.9.4.1\lib\net40\Lucene.Net.dll</HintPath>
</Reference>
2015-02-04 19:24:59 +11:00
<Reference Include= "Microsoft.AspNet.Identity.Core" >
2015-07-01 17:07:29 +02:00
<HintPath > ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
2015-03-25 16:18:38 +11:00
<Private > True</Private>
2015-02-04 19:24:59 +11:00
</Reference>
2015-03-25 16:18:38 +11:00
<Reference Include= "Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-07-01 17:07:29 +02:00
<HintPath > ..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
2015-02-04 19:24:59 +11:00
</Reference>
2017-04-10 13:34:34 +02:00
<Reference Include= "Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.CodeAnalysis.Common.1.0.0\lib\net45\Microsoft.CodeAnalysis.dll</HintPath>
2015-10-20 14:17:45 +02:00
</Reference>
2017-04-10 13:34:34 +02:00
<Reference Include= "Microsoft.CodeAnalysis.CSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.CodeAnalysis.CSharp.1.0.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
2015-10-20 14:17:45 +02:00
</Reference>
2015-07-03 11:40:41 +02:00
<Reference Include= "Microsoft.CSharp" />
2017-10-24 13:20:33 +02:00
<Reference Include= "Microsoft.IO.RecyclableMemoryStream, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.IO.RecyclableMemoryStream.1.2.2\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
2016-12-28 19:21:00 +11:00
</Reference>
2017-07-26 17:50:58 +10:00
<Reference Include= "Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
2015-02-04 19:24:59 +11:00
</Reference>
2017-07-26 17:50:58 +10:00
<Reference Include= "Microsoft.Owin.Host.SystemWeb, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
2015-02-04 19:24:59 +11:00
</Reference>
2017-07-26 17:50:58 +10:00
<Reference Include= "Microsoft.Owin.Security, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Security.3.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
2015-02-04 19:24:59 +11:00
</Reference>
2017-07-26 17:50:58 +10:00
<Reference Include= "Microsoft.Owin.Security.Cookies, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Security.Cookies.3.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
2015-07-03 11:40:41 +02:00
</Reference>
2017-07-26 17:50:58 +10:00
<Reference Include= "Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
2015-02-04 19:24:59 +11:00
</Reference>
2012-07-18 04:35:30 +06:00
<Reference Include= "Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2012-11-08 07:05:29 -01:00
<Private > True</Private>
<HintPath > ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
2012-07-18 04:35:30 +06:00
</Reference>
2014-06-09 15:32:44 +02:00
<Reference Include= "MiniProfiler, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>
2013-05-12 19:05:49 -10:00
</Reference>
2017-04-06 16:27:41 +02:00
<Reference Include= "MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath > ..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
2013-01-15 14:19:31 -01:00
</Reference>
2017-04-06 16:27:41 +02:00
<Reference Include= "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
2013-02-26 23:13:32 +06:00
</Reference>
2015-02-04 19:24:59 +11:00
<Reference Include= "Owin" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
2015-02-09 12:14:59 +11:00
<Private > True</Private>
2015-02-04 19:24:59 +11:00
</Reference>
2012-07-18 04:35:30 +06:00
<Reference Include= "System" >
<Name > System</Name>
</Reference>
2017-04-24 10:50:25 +02:00
<Reference Include= "System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
2015-10-20 14:17:45 +02:00
</Reference>
2013-05-27 21:32:37 -10:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.configuration" />
<Reference Include= "System.Data" >
<Name > System.Data</Name>
</Reference>
<Reference Include= "System.Data.DataSetExtensions" />
2016-02-17 11:44:33 +01:00
<Reference Include= "System.Data.SqlServerCe, Version=4.0.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
<HintPath > ..\packages\SqlServerCE.4.0.0.1\lib\System.Data.SqlServerCe.dll</HintPath>
2014-07-22 16:13:26 -07:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
2016-02-17 11:44:33 +01:00
<Reference Include= "System.Data.SqlServerCe.Entity, Version=4.0.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
<HintPath > ..\packages\SqlServerCE.4.0.0.1\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
2014-07-22 16:13:26 -07:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
2013-01-01 03:28:09 +03:00
<Reference Include= "System.Drawing" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.EnterpriseServices" />
2015-07-03 11:40:41 +02:00
<Reference Include= "System.IdentityModel" />
2014-02-17 16:12:21 +01:00
<Reference Include= "System.Net" />
2014-07-23 12:19:40 -07:00
<Reference Include= "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<Private > False</Private>
2013-02-26 23:13:32 +06:00
</Reference>
2015-05-01 14:03:59 +10:00
<Reference Include= "System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2015-03-27 12:47:48 +11:00
<SpecificVersion > False</SpecificVersion>
2015-05-01 14:03:59 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
2015-01-21 10:41:01 +11:00
</Reference>
2014-07-23 12:19:40 -07:00
<Reference Include= "System.Net.Http.WebRequest, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<Private > False</Private>
2013-11-03 10:57:42 +01:00
</Reference>
2017-04-24 10:50:25 +02:00
<Reference Include= "System.Reflection.Metadata, Version=1.0.21.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.Metadata.1.0.21\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
2015-10-20 14:17:45 +02:00
</Reference>
2013-10-30 19:34:35 +01:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.ServiceModel" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.Web" >
<Name > System.Web</Name>
</Reference>
<Reference Include= "System.Web.Abstractions" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.Web.DynamicData" />
<Reference Include= "System.Web.Entity" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "System.Web.Extensions.Design" />
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
</Reference>
2015-05-01 14:03:59 +10:00
<Reference Include= "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
2013-02-26 23:13:32 +06:00
</Reference>
2015-06-06 22:35:24 +02:00
<Reference Include= "System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2015-05-01 14:03:59 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
2013-02-26 23:13:32 +06:00
</Reference>
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
<Reference Include= "System.Web.Services" >
<Name > System.Web.Services</Name>
</Reference>
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
2015-07-30 16:13:43 +02:00
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
2012-11-08 07:05:29 -01:00
<Private > True</Private>
2012-07-18 04:35:30 +06:00
</Reference>
<Reference Include= "System.Xml" >
<Name > System.XML</Name>
</Reference>
<ProjectReference Include= "..\SQLCE4Umbraco\SqlCE4Umbraco.csproj" >
<Project > {5BA5425F-27A7-4677-865E-82246498AA2E}</Project>
<Name > SqlCE4Umbraco</Name>
</ProjectReference>
2012-10-16 03:12:16 +05:00
<ProjectReference Include= "..\Umbraco.Core\Umbraco.Core.csproj" >
<Project > {31785bc3-256c-4613-b2f5-a1b0bdded8c1}</Project>
<Name > Umbraco.Core</Name>
</ProjectReference>
2012-07-19 22:48:09 +06:00
<ProjectReference Include= "..\umbraco.editorControls\umbraco.editorControls.csproj" >
<Project > {255F5DF1-4E43-4758-AC05-7A0B68EB021B}</Project>
<Name > umbraco.editorControls</Name>
</ProjectReference>
<ProjectReference Include= "..\umbraco.MacroEngines\umbraco.MacroEngines.csproj" >
<Project > {89C09045-1064-466B-B94A-DB3AFE2A5853}</Project>
<Name > umbraco.MacroEngines</Name>
</ProjectReference>
2012-07-18 04:35:30 +06:00
<ProjectReference Include= "..\umbraco.controls\umbraco.controls.csproj" >
<Project > {6EDD2061-82F2-461B-BB6E-879245A832DE}</Project>
<Name > umbraco.controls</Name>
</ProjectReference>
<ProjectReference Include= "..\umbraco.businesslogic\umbraco.businesslogic.csproj" >
<Name > umbraco.businesslogic</Name>
<Project > {E469A9CE-1BEC-423F-AC44-713CD72457EA}</Project>
<Package > {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<ProjectReference Include= "..\umbraco.cms\umbraco.cms.csproj" >
<Project > {CCD75EC3-63DB-4184-B49D-51C1DD337230}</Project>
<Name > umbraco.cms</Name>
</ProjectReference>
<ProjectReference Include= "..\umbraco.datalayer\umbraco.datalayer.csproj" >
<Project > {C7CB79F0-1C97-4B33-BFA7-00731B579AE2}</Project>
<Name > umbraco.datalayer</Name>
</ProjectReference>
<ProjectReference Include= "..\umbraco.interfaces\umbraco.interfaces.csproj" >
<Name > umbraco.interfaces</Name>
<Project > {511F6D8D-7717-440A-9A57-A507E9A8B27F}</Project>
<Package > {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
2012-07-18 23:54:20 +06:00
<ProjectReference Include= "..\Umbraco.Web\Umbraco.Web.csproj" >
2012-07-18 04:35:30 +06:00
<Project > {651E1350-91B6-44B7-BD60-7207006D7003}</Project>
2012-10-08 09:51:13 -02:00
<Name > Umbraco.Web</Name>
2012-07-18 04:35:30 +06:00
</ProjectReference>
<ProjectReference Include= "..\umbraco.providers\umbraco.providers.csproj" >
<Project > {D7636876-0756-43CB-A192-138C6F0D5E42}</Project>
<Name > umbraco.providers</Name>
</ProjectReference>
2013-05-26 13:33:43 -10:00
<Reference Include= "System.Xml.Linq" />
2018-01-24 15:26:40 +01:00
<Reference Include= "Umbraco.ModelsBuilder, Version=3.0.10.102, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Umbraco.ModelsBuilder.3.0.10\lib\Umbraco.ModelsBuilder.dll</HintPath>
2012-11-26 17:11:13 -01:00
</Reference>
2012-07-18 04:35:30 +06:00
</ItemGroup>
<ItemGroup >
<Compile Include= "..\SolutionInfo.cs" >
<Link > Properties\SolutionInfo.cs</Link>
2015-07-03 11:40:41 +02:00
</Compile>
2013-05-02 15:57:02 -10:00
<Compile Include= "Config\splashes\NoNodes.aspx.cs" >
2013-04-05 21:58:13 +06:00
<DependentUpon > noNodes.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-02 15:57:02 -10:00
<Compile Include= "Config\splashes\NoNodes.aspx.designer.cs" >
2013-04-06 01:41:06 +06:00
<DependentUpon > noNodes.aspx</DependentUpon>
2012-10-16 01:33:35 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-07-18 04:35:30 +06:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2013-10-30 19:34:35 +01:00
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
<DependentUpon > Settings.settings</DependentUpon>
</Compile>
2013-10-02 15:56:53 +10:00
<Compile Include= "Umbraco\Create.aspx.cs" >
<DependentUpon > create.aspx</DependentUpon>
2013-10-02 17:10:12 +10:00
<SubType > ASPXCodeBehind</SubType>
2013-10-02 15:56:53 +10:00
</Compile>
<Compile Include= "Umbraco\Create.aspx.designer.cs" >
<DependentUpon > create.aspx</DependentUpon>
</Compile>
2013-10-09 12:07:50 +11:00
<Compile Include= "Umbraco\Create\xslt.ascx.cs" >
<DependentUpon > xslt.ascx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
2014-01-09 15:58:06 +11:00
</Compile>
2013-10-09 12:07:50 +11:00
<Compile Include= "Umbraco\Create\xslt.ascx.designer.cs" >
<DependentUpon > xslt.ascx</DependentUpon>
2014-01-09 15:58:06 +11:00
</Compile>
2013-08-30 10:17:46 +02:00
<Compile Include= "Umbraco\Dashboard\UserControlProxy.aspx.cs" >
<DependentUpon > UserControlProxy.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dashboard\UserControlProxy.aspx.designer.cs" >
<DependentUpon > UserControlProxy.aspx</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Developer\Macros\EditMacro.aspx.cs" >
2012-12-04 03:26:04 +05:00
<DependentUpon > editMacro.aspx</DependentUpon>
2012-10-08 23:57:27 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Developer\Macros\EditMacro.aspx.designer.cs" >
2012-10-08 23:57:27 +05:00
<DependentUpon > editMacro.aspx</DependentUpon>
</Compile>
2013-04-05 06:06:10 +06:00
<Compile Include= "Umbraco\Developer\Packages\DirectoryBrowser.aspx.cs" >
<DependentUpon > directoryBrowser.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Developer\Packages\DirectoryBrowser.aspx.designer.cs" >
<DependentUpon > directoryBrowser.aspx</DependentUpon>
</Compile>
2013-06-20 15:14:07 +02:00
<Compile Include= "Umbraco\Dialogs\ChangeDocType.aspx.cs" >
<DependentUpon > ChangeDocType.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dialogs\ChangeDocType.aspx.designer.cs" >
<DependentUpon > ChangeDocType.aspx</DependentUpon>
</Compile>
2013-01-01 03:28:09 +03:00
<Compile Include= "Umbraco\Dialogs\EditMacro.aspx.cs" >
<DependentUpon > EditMacro.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-04-20 03:42:47 +06:00
<Compile Include= "Umbraco\dialogs\Sort.aspx.cs" >
<DependentUpon > sort.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\dialogs\Sort.aspx.designer.cs" >
<DependentUpon > sort.aspx</DependentUpon>
2012-10-08 23:46:49 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-01-01 03:28:09 +03:00
<Compile Include= "Umbraco\Dialogs\EditMacro.aspx.designer.cs" >
<DependentUpon > EditMacro.aspx</DependentUpon>
</Compile>
2013-02-09 04:05:01 +06:00
<Compile Include= "Umbraco\Dialogs\Publish.aspx.cs" >
<DependentUpon > publish.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dialogs\Publish.aspx.designer.cs" >
<DependentUpon > publish.aspx</DependentUpon>
</Compile>
2013-02-23 03:20:05 +06:00
<Compile Include= "Umbraco\Masterpages\Default.Master.cs" >
<DependentUpon > default.Master</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Masterpages\Default.Master.designer.cs" >
<DependentUpon > default.Master</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoDialog.master.cs" >
2012-10-08 23:46:49 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoDialog.master.designer.cs" >
2012-10-08 23:46:49 +05:00
<DependentUpon > umbracoDialog.Master</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoPage.master.cs" >
2012-10-09 20:17:27 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoPage.master.designer.cs" >
2012-10-09 20:17:27 +05:00
<DependentUpon > umbracoPage.Master</DependentUpon>
</Compile>
2012-11-08 08:12:24 +05:00
<Compile Include= "Umbraco\Search\QuickSearch.ascx.cs" >
<DependentUpon > QuickSearch.ascx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Search\QuickSearch.ascx.designer.cs" >
<DependentUpon > QuickSearch.ascx</DependentUpon>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx.cs" >
2013-05-07 20:49:58 -10:00
<DependentUpon > editstylesheet.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx.designer.cs" >
2013-05-07 20:49:58 -10:00
<DependentUpon > editstylesheet.aspx</DependentUpon>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx.cs" >
2013-05-07 21:13:30 -10:00
<DependentUpon > EditStyleSheetProperty.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx.designer.cs" >
2013-05-07 21:13:30 -10:00
<DependentUpon > EditStyleSheetProperty.aspx</DependentUpon>
</Compile>
2012-11-05 06:04:40 +06:00
<Compile Include= "Umbraco\TreeInit.aspx.cs" >
2012-10-01 22:09:49 +05:00
<DependentUpon > treeInit.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-11-05 06:04:40 +06:00
<Compile Include= "Umbraco\TreeInit.aspx.designer.cs" >
2012-10-01 03:57:57 +05:00
<DependentUpon > treeInit.aspx</DependentUpon>
</Compile>
2016-02-10 14:57:10 +01:00
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.controller.js" />
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.htm" />
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.resource.js" />
2014-10-07 13:39:18 +02:00
<Content Include= "Config\grid.editors.config.js" />
2015-06-15 17:13:34 +02:00
<Content Include= "Config\Lang\cs-CZ.user.xml" />
<Content Include= "Config\Lang\da-DK.user.xml" />
<Content Include= "Config\Lang\de-DE.user.xml" />
<Content Include= "Config\Lang\en-GB.user.xml" />
<Content Include= "Config\Lang\en-US.user.xml" />
<Content Include= "Config\Lang\es-ES.user.xml" />
<Content Include= "Config\Lang\fr-FR.user.xml" />
<Content Include= "Config\Lang\he-IL.user.xml" />
<Content Include= "Config\Lang\it-IT.user.xml" />
<Content Include= "Config\Lang\ja-JP.user.xml" />
<Content Include= "Config\Lang\ko-KR.user.xml" />
<Content Include= "Config\Lang\nl-NL.user.xml" />
<Content Include= "Config\Lang\nb-NO.user.xml" />
<Content Include= "Config\Lang\pl-PL.user.xml" />
<Content Include= "Config\Lang\pt-BR.user.xml" />
<Content Include= "Config\Lang\ru-RU.user.xml" />
<Content Include= "Config\Lang\sv-SE.user.xml" />
<Content Include= "Config\Lang\zh-CN.user.xml" />
2014-10-02 18:52:38 +10:00
<Content Include= "Umbraco\Config\Lang\cs.xml" />
2014-01-16 18:33:31 +11:00
<Content Include= "Umbraco\ClientRedirect.aspx" />
2017-07-12 15:06:29 +02:00
<Content Include= "Umbraco\Config\Lang\tr.xml" />
2017-06-29 13:27:31 +02:00
<Content Include= "Umbraco\Config\Lang\zh_tw.xml" />
2013-10-02 15:56:53 +10:00
<Content Include= "Umbraco\create.aspx" />
2017-04-28 10:30:47 +10:00
<Content Include= "Umbraco\Developer\Packages\installer.aspx" />
2013-10-16 13:33:08 +11:00
<Content Include= "Umbraco\Logout.aspx" />
2013-11-04 11:01:13 +01:00
<Content Include= "Umbraco\umbraco.aspx" />
2016-08-18 12:45:15 +02:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.unobtrusive-ajax.min.js" />
2013-11-04 11:01:13 +01:00
<Compile Include= "Umbraco\umbraco.aspx.cs" >
<DependentUpon > umbraco.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\umbraco.aspx.designer.cs" >
<DependentUpon > umbraco.aspx</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\Splashes\booting.aspx" />
<Content Include= "Config\Splashes\noNodes.aspx" />
2013-08-30 10:17:46 +02:00
<Content Include= "Umbraco\Dashboard\UserControlProxy.aspx" />
2013-05-12 21:06:53 -10:00
<Content Include= "Umbraco\Xslt\Web.config" >
<SubType >
</SubType>
</Content>
2014-03-11 18:09:54 +11:00
<Content Include= "Umbraco\Install\Views\Web.config" />
2016-02-10 14:57:10 +01:00
<Content Include= "App_Plugins\ModelsBuilder\package.manifest" />
2012-12-03 05:43:31 +05:00
<None Include= "Config\404handlers.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > 404handlers.config</DependentUpon>
</None>
2017-11-09 00:41:59 +11:00
<Content Include= "Config\BackOfficeTours\getting-started.json" />
2012-12-03 05:43:31 +05:00
<None Include= "Config\ClientDependency.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ClientDependency.config</DependentUpon>
2012-09-20 07:13:45 +07:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\BaseRestExtensions.config" >
2012-09-27 15:37:21 -02:00
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Config\BaseRestExtensions.Release.config" >
2012-09-27 15:37:21 -02:00
<DependentUpon > BaseRestExtensions.config</DependentUpon>
2012-10-06 11:47:01 -02:00
</None>
2017-01-02 17:29:37 +01:00
<Content Include= "Config\imageprocessor\security.config" />
<Content Include= "Config\imageprocessor\processing.config" />
2017-01-10 11:36:35 +11:00
<Content Include= "Config\imageprocessor\cache.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Config\log4net.Release.config" >
2012-07-28 01:28:39 +06:00
<DependentUpon > log4net.config</DependentUpon>
2012-09-01 07:03:56 +07:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\FileSystemProviders.Release.config" >
2012-08-13 13:26:06 -01:00
<DependentUpon > FileSystemProviders.config</DependentUpon>
2012-08-15 00:22:42 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\EmbeddedMedia.Release.config" >
2012-09-06 15:23:42 -02:00
<DependentUpon > EmbeddedMedia.config</DependentUpon>
2012-09-03 18:56:59 -01:00
</None>
2017-06-05 09:21:35 +02:00
<Content Include= "Config\HealthChecks.config" >
<SubType > Designer</SubType>
</Content>
2017-08-02 23:57:37 +02:00
<None Include= "Config\HealthChecks.Release.config" >
2017-06-05 09:21:35 +02:00
<DependentUpon > HealthChecks.config</DependentUpon>
<SubType > Designer</SubType>
2017-08-02 23:57:37 +02:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\umbracoSettings.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > umbracoSettings.config</DependentUpon>
2013-02-08 07:36:35 -01:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\trees.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > trees.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\tinyMceConfig.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > tinyMceConfig.config</DependentUpon>
2013-10-30 10:54:23 +01:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\scripting.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > scripting.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\metablogConfig.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > metablogConfig.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\ExamineSettings.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ExamineSettings.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\feedProxy.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > feedProxy.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\ExamineIndex.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ExamineIndex.config</DependentUpon>
2013-02-14 23:55:39 +06:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\Dashboard.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > Dashboard.config</DependentUpon>
2013-09-18 09:01:11 +02:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2014-03-11 18:09:54 +11:00
<Content Include= "Umbraco\Install\Views\Index.cshtml" />
2016-06-28 16:01:23 +02:00
<Content Include= "Media\Web.config" />
2013-08-23 12:22:37 +02:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2013-10-30 19:34:35 +01:00
<Content Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Umbraco\Config\Create\UI.Release.xml" >
2012-07-18 04:35:30 +06:00
<DependentUpon > UI.xml</DependentUpon>
</None>
2012-07-20 22:02:28 +06:00
<Content Include= "Global.asax" />
2012-12-12 12:40:18 -01:00
<Content Include= "Umbraco\Config\Lang\en_us.xml" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\he.xml" />
<Content Include= "Umbraco\Config\Lang\ja.xml" />
<Content Include= "Umbraco\Config\Lang\pl.xml" />
<Content Include= "Umbraco\Config\Lang\pt.xml" />
<Content Include= "Umbraco\Config\Lang\ru.xml" />
<Content Include= "Umbraco\Config\Lang\zh.xml" />
<Content Include= "Umbraco\Controls\Tree\CustomTreeService.asmx" />
<Content Include= "Umbraco\Developer\RelationTypes\EditRelationType.aspx" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\Bidirectional.png" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\ParentToChild.png" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\Refresh.gif" />
<Content Include= "Umbraco\Developer\RelationTypes\NewRelationType.aspx" />
<Content Include= "Umbraco\Developer\RelationTypes\RelationTypesWebService.asmx" />
<Content Include= "Umbraco\Developer\RelationTypes\TreeMenu\ActionDeleteRelationType.js" />
<Content Include= "Umbraco\Developer\RelationTypes\TreeMenu\ActionNewRelationType.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco\Dialogs\AssignDomain2.aspx" />
2013-06-20 15:14:07 +02:00
<Content Include= "Umbraco\Dialogs\ChangeDocType.aspx" >
<SubType > ASPXCodeBehind</SubType>
</Content>
2013-01-01 03:28:09 +03:00
<Content Include= "Umbraco\Dialogs\EditMacro.aspx" />
2013-12-19 15:05:05 +11:00
<Content Include= "Umbraco_Client\Application\Extensions.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.validate.min.js" />
2013-08-27 11:37:20 +02:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.validate.unobtrusive.min.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\ContextMenu\Css\jquery.contextMenu.css" />
<Content Include= "Umbraco_Client\ContextMenu\Js\jquery.contextMenu.js" />
2013-05-02 15:57:02 -10:00
<Content Include= "Umbraco_Client\Dialogs\SortDialog.css" />
<Content Include= "Umbraco_client\Dialogs\SortDialog.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco_Client\Dialogs\AssignDomain2.js" />
<Content Include= "Umbraco_Client\Dialogs\AssignDomain2.css" />
2013-01-04 02:57:40 +03:00
<Content Include= "Umbraco_Client\Dialogs\CreateDialog.css" />
2013-01-02 07:20:01 +03:00
<Content Include= "Umbraco_Client\Dialogs\EditMacro.css" />
<Content Include= "Umbraco_Client\Dialogs\EditMacro.js" />
2013-02-09 04:05:01 +06:00
<Content Include= "Umbraco_Client\Dialogs\PublishDialog.css" />
<Content Include= "Umbraco_Client\Dialogs\PublishDialog.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Dialogs\UmbracoField.js" />
2013-05-08 16:33:09 -10:00
<Content Include= "Umbraco_Client\Editors\EditXslt.css" />
<Content Include= "Umbraco_Client\Editors\EditXslt.js" />
2013-04-05 06:06:10 +06:00
<Content Include= "Umbraco_Client\Editors\DirectoryBrowser.css" />
2012-12-09 01:22:53 +05:00
<Content Include= "Umbraco_Client\Editors\EditMacro.css" />
2013-05-07 20:49:58 -10:00
<Content Include= "Umbraco_Client\Editors\EditStyleSheet.js" />
2013-05-07 22:19:42 -10:00
<Content Include= "Umbraco_Client\Editors\EditTemplate.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Editors\EditView.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\FileUploader\Js\jquery.fileUploader.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\FolderBrowser\Css\folderbrowser.css" />
<Content Include= "Umbraco_Client\FolderBrowser\Js\folderbrowser.js" />
2015-02-19 14:55:00 +01:00
<Content Include= "Umbraco_Client\PunyCode\punycode.min.js" />
2012-12-31 18:39:36 +03:00
<Content Include= "Umbraco_Client\Splitbutton\InsertMacroSplitButton.js" />
2013-05-27 01:23:49 -10:00
<Content Include= "Umbraco_Client\Tablesorting\img\asc.gif" />
<Content Include= "Umbraco_Client\Tablesorting\img\desc.gif" />
<Content Include= "Umbraco_Client\Tablesorting\jquery.tablesorter.min.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Splitbutton\jquery.splitbutton.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.hotkeys.js" />
<Content Include= "Umbraco_Client\MaskedInput\jquery.maskedinput-1.3.min.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Splitbutton\Images\splitbutton_hover.png" />
<Content Include= "Umbraco_Client\Splitbutton\Images\splitbutton_downarrow.png" />
<Content Include= "Umbraco_Client\Splitbutton\splitbutton.css" />
<Content Include= "Umbraco_Client\Modal\jquery.simplemodal.1.4.1.custom.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\ko.xml" />
<Content Include= "Umbraco\Dashboard\FeedProxy.aspx" />
<Content Include= "Umbraco\Members\MemberSearch.ascx" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.idle-timer.js" />
<Content Include= "Umbraco_Client\MacroContainer\macroContainer.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Ui\base2.js" />
<Content Include= "Umbraco_Client\Ui\jquery.alphanumeric.js" />
<Content Include= "Umbraco_Client\Ui\jquery.tooltip.min.js" />
<Content Include= "Umbraco_Client\Ui\json2.js" />
<Content Include= "Umbraco_Client\Ui\knockout.js" />
<Content Include= "Umbraco_Client\Ui\knockout.mapping.js" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\endPreview.aspx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\HistoryManager.js" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.ba-bbq.min.js" />
<Content Include= "Umbraco_Client\Preview\previewModeBadge.png" />
<Content Include= "Umbraco_Client\Preview\umbracoPreview.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\arrows.png" />
<Content Include= "Umbraco_Client\Ui\dd.css" />
<Content Include= "Umbraco_Client\Ui\dd_arrow.gif" />
<Content Include= "Umbraco_Client\Ui\jquery.dd.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Xslt\Templates\Schema2\Breadcrumb.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\Clean.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesAsThumbnails.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByDateAndLimit.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByDocumentType.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByLevel.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesFromAChangableSource.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListThumbnailsFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListWholeStructureFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\NavigationPrototype.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\RelatedLinks.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\RSSFeed.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\Sitemap.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\TablePrototype.xslt" />
<Content Include= "Umbraco\Dialogs\Preview.aspx" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\DateTimePicker\Images\calSprite.png" />
<Content Include= "Umbraco_Client\DateTimePicker\Images\ui-icons_666666_256x240.png" />
<Content Include= "Umbraco_Client\DateTimePicker\Images\ui-icons_999999_256x240.png" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\DateTimePicker\umbDateTimePicker.js" />
<Content Include= "Umbraco\Controls\ProgressBar.ascx" />
<Content Include= "Umbraco_Client\DateTimePicker\datetimepicker.css" />
<Content Include= "Umbraco_Client\DateTimePicker\timepicker.js" />
<Content Include= "Umbraco_Client\Tree\sprites.png" />
<Content Include= "Umbraco\Controls\Tree\TreeControl.ascx" />
<Content Include= "Umbraco\Js\UmbracoSpeechBubbleInit.js" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\Search\QuickSearch.ascx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.noconflict-invoke.js" />
<Content Include= "Umbraco_Client\Application\JQuery\VerticalAlign.js" />
<Content Include= "Umbraco_Client\Application\UrlEncoder.js" />
<Content Include= "Umbraco_Client\CodeArea\UmbracoEditor.js" />
<Content Include= "Umbraco_Client\Tree\UmbracoContext.js" />
<Content Include= "Umbraco_Client\Tree\jquery.tree.checkbox.js" />
<Content Include= "Umbraco_Client\Tree\jquery.tree.contextmenu.js" />
<Content Include= "Umbraco_Client\Tree\jquery.tree.js" />
<Content Include= "Umbraco_Client\Tree\jquery.tree.metadata.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tree\Themes\Default\dot_for_ie.gif" />
<Content Include= "Umbraco_Client\Tree\Themes\Default\icons.png" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\icons.png" />
2012-07-18 04:35:30 +06:00
<Content Include= "default.aspx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Actions\delete.aspx" />
<Content Include= "Umbraco\Actions\editContent.aspx" />
<Content Include= "Umbraco\Actions\preview.aspx" />
<Content Include= "Umbraco\Actions\publish.aspx" />
<Content Include= "Umbraco\Config\Lang\da.xml" />
<Content Include= "Umbraco\Config\Lang\de.xml" />
<Content Include= "Umbraco\Config\Lang\es.xml" />
<Content Include= "Umbraco\Config\Lang\fr.xml" />
<Content Include= "Umbraco\Config\Lang\it.xml" />
<Content Include= "Umbraco\Config\Lang\nl.xml" />
2016-01-05 17:04:11 +01:00
<Content Include= "Umbraco\Config\Lang\nb.xml" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\sv.xml" />
<Content Include= "Umbraco\Webservices\MacroContainerService.asmx" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.cookie.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tablesorting\Img\bg.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Tree\menuIcons.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tree\Themes\Default\style.css" />
<Content Include= "Umbraco_Client\Tree\Themes\Default\throbber.gif" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\check_0.png" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\check_1.png" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\check_2.png" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\style.css" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\throbber.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Developer\Xslt\xsltVisualize.aspx" />
<Content Include= "Umbraco\Dialogs\empty.htm" />
<Content Include= "Umbraco\Dialogs\republish.aspx" />
<Content Include= "Umbraco\Dialogs\search.aspx" />
<Content Include= "Umbraco\Dialogs\SendPublish.aspx" />
<Content Include= "Umbraco_Client\Tree\treeIcons.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\contextMenuBg.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery-fieldselection.js" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.metadata.min.js" />
<Content Include= "Umbraco_Client\Application\UmbracoUtils.js" />
<Content Include= "Umbraco_Client\Application\UmbracoApplicationActions.js" />
<Content Include= "Umbraco_Client\Tree\NodeDefinition.js" />
<Content Include= "Umbraco_Client\Tree\UmbracoTree.js" />
<Content Include= "Umbraco_Client\Application\UmbracoClientManager.js" />
<Content Include= "Umbraco\Webservices\TreeClientService.asmx" />
<Content Include= "Umbraco_Client\Application\NamespaceManager.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Ui\jQueryWresize.js" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\Search\quickSearch.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Members\search.aspx" />
<Content Include= "Umbraco\Translation\details.aspx" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Modal\modalBackground.gif" />
<Content Include= "Umbraco_Client\Modal\modalGradiant.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.autocomplete.js" />
<Content Include= "Umbraco\Developer\Packages\directoryBrowser.aspx" />
<Content Include= "Umbraco\Developer\Packages\editPackage.aspx" />
<Content Include= "Umbraco\Dialogs\create.aspx" />
<Content Include= "Umbraco\Dialogs\exportDocumenttype.aspx" />
<Content Include= "Umbraco\Dialogs\importDocumenttype.aspx" />
<Content Include= "Umbraco\Dialogs\notifications.aspx" />
<Content Include= "Umbraco\Dialogs\protectPage.aspx" />
<Content Include= "Umbraco\Dialogs\publish.aspx" />
<Content Include= "Umbraco\Dialogs\rollBack.aspx" />
<Content Include= "Umbraco\Dialogs\sendToTranslation.aspx" />
<Content Include= "Umbraco\Dialogs\treePicker.aspx" />
<Content Include= "Umbraco\Dialogs\umbracoField.aspx" />
<Content Include= "Umbraco\Dialogs\viewAuditTrail.aspx" />
<Content Include= "Umbraco\Config\Create\UI.xml" />
<Content Include= "Umbraco\Config\Lang\en.xml" >
2012-09-16 10:49:19 -02:00
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Js\UmbracoSpeechBubble.js" />
<Content Include= "Umbraco\Js\UmbracoSpeechBubbleBackEnd.js" />
<Content Include= "Umbraco\Js\umbracoUpgradeChecker.js" />
<Content Include= "Umbraco\Members\ViewMembers.aspx" />
<Content Include= "Umbraco\Plugins\Tinymce3\tinymce3tinymceCompress.aspx" />
<Content Include= "Config\ClientDependency.config" >
2012-09-20 07:13:45 +07:00
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\ExamineSettings.config" />
2013-02-14 23:55:39 +06:00
<Content Include= "Config\ExamineIndex.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\scripting.config" />
<Content Include= "Config\feedProxy.config" />
<Content Include= "Config\applications.config" />
2013-05-08 16:13:18 -10:00
<Content Include= "Config\trees.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Config\applications.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > applications.config</DependentUpon>
<SubType > Designer</SubType>
</None>
2013-05-27 01:23:49 -10:00
<Content Include= "Umbraco\Views\Default.cshtml" />
2013-08-29 16:09:23 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\EditProfile.cshtml" />
2014-01-14 15:21:20 +01:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Empty.cshtml" />
2013-08-29 16:09:23 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Login.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\LoginStatus.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\RegisterMember.cshtml" />
2014-01-14 15:21:20 +01:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Empty %28ForUseWithCustomViews%29.cshtml" >
2013-09-01 15:32:55 +02:00
<SubType > Code</SubType>
</Content>
2013-10-06 16:45:21 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\ListAncestorsFromCurrentPage.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Breadcrumb.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Gallery.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesFromChangeableSource.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesFromCurrentPage.cshtml" >
<SubType > Code</SubType>
</Content>
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByDate.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByName.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByProperty.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesWithDoctype.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListDescendantsFromCurrentPage.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListImagesFromMediaFolder.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\MultinodeTree-picker.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Navigation.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\SiteMap.cshtml" />
2013-12-11 08:51:07 +11:00
<Content Include= "Umbraco\Views\AuthorizeUpgrade.cshtml" />
2015-05-11 21:33:52 +02:00
<Content Include= "Umbraco\Translation\translationTasks.dtd" />
2015-11-10 09:27:47 +01:00
<Content Include= "Views\Web.config" >
<SubType > Designer</SubType>
</Content>
2013-02-01 19:41:23 +06:00
<Content Include= "Web.config" >
<SubType > Designer</SubType>
</Content>
2014-11-18 09:41:02 +11:00
<Content Include= "Views\Partials\Grid\Bootstrap3.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Embed.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Macro.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Media.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Rte.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Textstring.cshtml" />
<Content Include= "Views\Partials\Grid\Bootstrap2.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Base.cshtml" />
2016-11-08 09:55:24 +01:00
<Content Include= "Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
<Content Include= "Views\Partials\Grid\Bootstrap2-Fluid.cshtml" />
2013-10-04 10:53:07 +02:00
<None Include= "Web.Debug.config.transformed" />
2012-07-18 04:35:30 +06:00
<None Include= "web.Template.Debug.config" >
<DependentUpon > Web.Template.config</DependentUpon>
<SubType > Designer</SubType>
</None>
<None Include= "web.Template.Release.config" >
<DependentUpon > Web.Template.config</DependentUpon>
<SubType > Designer</SubType>
</None>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Masterpages\umbracoPage.Master" />
<Content Include= "Umbraco\Masterpages\umbracoDialog.Master" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\Search\QuickSearchHandler.ashx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\CheckForUpgrade.asmx" />
<Content Include= "Umbraco\Xslt\searchResult.xslt" />
<Content Include= "Umbraco\Xslt\Templates\RelatedLinks.xslt" />
<Content Include= "Umbraco\Xslt\Templates\RSSFeed.xslt" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Images\progressbar.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Settings\DictionaryItemList.aspx" />
<Content Include= "Umbraco\Translation\default.aspx" />
<Content Include= "Umbraco\Translation\preview.aspx" />
<Content Include= "Umbraco\Translation\xml.aspx" />
<Content Include= "Umbraco\Create\language.ascx" >
2012-07-18 04:35:30 +06:00
<SubType > UserControl</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Create\simple.ascx" />
<Content Include= "Umbraco\Create\xslt.ascx" >
2012-07-18 04:35:30 +06:00
<SubType > UserControl</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Developer\Macros\assemblyBrowser.aspx" />
<Content Include= "Umbraco\Developer\Macros\editMacro.aspx" />
<Content Include= "Umbraco\Developer\Xslt\editXslt.aspx" />
<Content Include= "Umbraco\Developer\Xslt\getXsltStatus.asmx" />
<Content Include= "Umbraco\Developer\Xslt\xsltChooseExtension.aspx" />
<Content Include= "Umbraco\Developer\Xslt\xsltInsertValueOf.aspx" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\newVersion_overlay.png" />
<Content Include= "Umbraco_Client\Tree\Themes\Umbraco\protect_overlay.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Js\dualSelectBox.js" />
<Content Include= "Umbraco\Js\guiFunctions.js" />
<Content Include= "Umbraco\Js\umbracoCheckKeys.js" />
<Content Include= "Umbraco\Js\xmlextras.js" />
<Content Include= "Umbraco\Js\xmlRequest.js" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\macroResultWrapper.aspx" >
2012-07-18 04:35:30 +06:00
<SubType > Form</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Members\EditMemberGroup.aspx" >
2012-07-18 04:35:30 +06:00
<SubType > Form</SubType>
</Content>
2016-04-04 09:20:59 +02:00
<Content Include= "Umbraco\ping.aspx" >
<SubType > Form</SubType>
2016-04-20 15:56:06 +02:00
</Content>
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\publishStatus.aspx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Settings\EditDictionaryItem.aspx" />
<Content Include= "Umbraco\Settings\editLanguage.aspx" />
<Content Include= "Umbraco\Settings\Modals\ShowUmbracoTags.aspx" />
<Content Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx" />
<Content Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx" />
<Content Include= "Umbraco\Dialogs\sort.aspx" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\tree.aspx" />
<Content Include= "Umbraco\treeInit.aspx" />
<!-- <Content Include="Umbraco\users\PermissionEditor.aspx" /> -->
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\ajax.js" />
<Content Include= "Umbraco\Webservices\CacheRefresher.asmx" >
2012-07-18 04:35:30 +06:00
<SubType > Form</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\CMSNode.asmx" />
<Content Include= "Umbraco\Webservices\codeEditorSave.asmx" />
<Content Include= "Umbraco\Webservices\legacyAjaxCalls.asmx" />
<Content Include= "Umbraco\Webservices\nodeSorter.asmx" />
<Content Include= "Umbraco\Webservices\progressStatus.asmx" >
2012-07-18 04:35:30 +06:00
<SubType > Form</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\publication.asmx" />
<Content Include= "Umbraco\Webservices\wsdl.xslt" />
<Content Include= "Umbraco\Xslt\macroGetCurrent.xsl" />
<Content Include= "Umbraco\Xslt\macroGetSubs.xsl" />
<Content Include= "Umbraco\Xslt\sqlNodeHierachy.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Breadcrumb.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Clean.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesAsThumbnails.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByDateAndLimit.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByDocumentType.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByLevel.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesFromAChangableSource.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListThumbnailsFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListWholeStructureFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\NavigationPrototype.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Sitemap.xslt" />
<Content Include= "Umbraco\Xslt\Templates\TablePrototype.xslt" />
<Content Include= "Umbraco_Client\CodeArea\javascript.js" />
<Content Include= "Umbraco_Client\CodeArea\styles.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Datepicker\Aqua\theme.css" />
<Content Include= "Umbraco_Client\Menuicon\Images\buttonbg.gif" />
<Content Include= "Umbraco_Client\Menuicon\Images\buttonbgdown.gif" />
<Content Include= "Umbraco_Client\Menuicon\Images\split.gif" />
<Content Include= "Umbraco_Client\Menuicon\style.css" />
<Content Include= "Umbraco_Client\Modal\modal.js" />
<Content Include= "Umbraco_Client\Modal\style.css" />
<Content Include= "Umbraco_Client\Panel\Images\panel_bg.gif" />
<Content Include= "Umbraco_Client\Panel\Images\panel_boxfooter_bg.gif" />
<Content Include= "Umbraco_Client\Panel\Images\panel_boxfooter_statusBar_bg.gif" />
<Content Include= "Umbraco_Client\Panel\Images\panel_boxfooter_statusBar_h2_bg.gif" />
<Content Include= "Umbraco_Client\Panel\Images\panel_boxhead_bg.gif" />
<Content Include= "Umbraco_Client\Panel\Images\panel_boxhead_h2_bg.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Panel\javascript.js" />
<Content Include= "Umbraco_Client\Panel\style.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\ProgressBar\Images\container_left.gif" />
<Content Include= "Umbraco_Client\ProgressBar\Images\container_right.gif" />
<Content Include= "Umbraco_Client\ProgressBar\Images\indicator.gif" />
<Content Include= "Umbraco_Client\ProgressBar\javascript.js" />
<Content Include= "Umbraco_Client\ProgressBar\style.css" />
<Content Include= "Umbraco_Client\Propertypane\Images\propertyBackground.gif" />
<Content Include= "Umbraco_Client\Propertypane\style.css" />
<Content Include= "Umbraco_Client\Scrollingmenu\javascript.js" />
<Content Include= "Umbraco_Client\Scrollingmenu\style.css" />
<Content Include= "Umbraco_Client\Tablesorting\tableDragAndDrop.js" />
<Content Include= "Umbraco_Client\Tablesorting\tableFilterUtill.js" />
<Content Include= "Umbraco_Client\Tablesorting\tableFilter.js" />
<Content Include= "Umbraco_Client\Tabview\Images\background.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\bg.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\footer_bg.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\footer_statusBar_bg.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\footer_statusBar_h2_bg.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\left_both.gif" />
<Content Include= "Umbraco_Client\Tabview\Images\right_both.gif" />
<Content Include= "Umbraco_Client\Tabview\javascript.js" />
<Content Include= "Umbraco_Client\Tabview\oldstyle.css" />
<Content Include= "Umbraco_Client\Tabview\style.css" />
<Content Include= "Umbraco_Client\Ui\default.css" />
<Content Include= "Umbraco_Client\Ui\default.js" />
<Content Include= "Umbraco_Client\Ui\jquery.js" />
<Content Include= "Umbraco_Client\Ui\jqueryui.js" />
2012-07-18 04:35:30 +06:00
<Content Include= "App_Browsers\w3cvalidator.browser" />
<Content Include= "App_Browsers\Form.browser" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Masterpages\default.Master" />
<Content Include= "Umbraco\Webservices\TreeDataService.ashx" />
<Content Include= "Umbraco\Webservices\TagsAutoCompleteHandler.ashx" />
<Content Include= "Umbraco\Webservices\MediaUploader.ashx" />
2012-07-18 04:35:30 +06:00
<None Include= "web.Template.config" >
<SubType > Designer</SubType>
</None>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\404handlers.config" />
2013-02-23 23:00:31 +06:00
<Content Include= "Config\Dashboard.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\metablogConfig.config" />
2013-10-04 10:53:07 +02:00
<Content Include= "Config\tinyMceConfig.config" >
<SubType > Designer</SubType>
</Content>
2013-02-08 07:36:35 -01:00
<Content Include= "Config\umbracoSettings.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\log4net.config" />
<Content Include= "Config\FileSystemProviders.config" />
<Content Include= "Config\EmbeddedMedia.config" />
2012-07-18 04:35:30 +06:00
</ItemGroup>
<ItemGroup >
<Folder Include= "App_Data\" />
2014-05-21 19:51:13 +02:00
<Folder Include= "Umbraco\preview\" />
2013-08-27 11:37:20 +02:00
<Folder Include= "Views\MacroPartials\" />
2012-07-18 04:35:30 +06:00
</ItemGroup>
2015-10-20 14:17:45 +02:00
<ItemGroup >
2017-04-10 13:34:34 +02:00
<Analyzer Include= "..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include= "..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
2015-10-20 14:17:45 +02:00
</ItemGroup>
2012-07-18 04:35:30 +06:00
<PropertyGroup >
2014-10-23 10:34:51 +02:00
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 11.0</VisualStudioVersion>
2014-10-25 17:06:35 +02:00
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v11.0</VSToolsPath>
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v12.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v12.0</VSToolsPath>
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0</VSToolsPath>
2016-11-16 18:54:42 +01:00
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0</VSToolsPath>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
2016-02-17 11:44:33 +01:00
<PreBuildEvent > xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\amd64\*.* "$(TargetDir)amd64\" /Y /F /E /I /C /D
xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\" /Y /F /E /I /C /D</PreBuildEvent>
<PostBuildEvent >
</PostBuildEvent>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
2012-07-19 22:15:15 +06:00
<UseIIS > True</UseIIS>
<AutoAssignPort > True</AutoAssignPort>
2018-01-31 12:47:16 +01:00
<DevelopmentServerPort > 7900</DevelopmentServerPort>
2012-07-19 22:15:15 +06:00
<DevelopmentServerVPath > /</DevelopmentServerVPath>
2018-01-31 12:47:16 +01:00
<IISUrl > http://localhost:7900</IISUrl>
2012-07-19 22:15:15 +06:00
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > False</UseCustomServer>
2012-12-06 10:31:54 -01:00
<CustomServerUrl >
</CustomServerUrl>
2012-07-19 22:15:15 +06:00
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
2012-07-18 04:35:30 +06:00
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
2017-05-09 00:26:40 +02:00
<Import Project= "$(MSBuildProjectDirectory)\..\umbraco.presentation.targets" Condition= "$(BuildingInsideVisualStudio) != true" />
<Import Project= "$(SolutionDir)umbraco.presentation.targets" Condition= "$(BuildingInsideVisualStudio) == true" />
2017-06-15 15:02:50 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-05 14:14:37 +02:00
</PropertyGroup>
2017-06-15 15:02:50 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-05 14:14:37 +02:00
</PropertyGroup>
2017-06-15 15:02:50 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
2017-05-05 14:14:37 +02:00
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
</PropertyGroup>
2017-06-15 15:02:50 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-05 14:14:37 +02:00
</PropertyGroup>
2017-06-15 15:02:50 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-05 14:14:37 +02:00
</PropertyGroup>
<UsingTask TaskName= "TransformXml" AssemblyFile= "$(WebPublishingTasks)" Condition= "'$(WebPublishingTasks)' != ''" />
<UsingTask TaskName= "TransformXml" AssemblyFile= "$(VSWherePath)\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll" Condition= "'$(VSWherePath)' != ''" />
2013-10-09 12:07:50 +11:00
<Target Name= "BeforeBuild" >
2017-05-05 14:14:37 +02:00
<Message Text= "WebPublishingTasks: $(WebPublishingTasks)" Importance= "high" />
<Message Text= "VSWherePath: $(VSWherePath)" Importance= "high" />
2012-12-10 12:12:32 -01:00
<!-- Create web.config file from Template if it doesn't exist -->
2013-10-08 19:08:30 +02:00
<Copy SourceFiles= "$(ProjectDir)web.Template.config" DestinationFiles= "$(ProjectDir)Web.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "!Exists('$(ProjectDir)Web.config')" />
2012-12-10 12:12:32 -01:00
<!-- Transform the local Web.config file in Visual Studio -->
<TransformXml Source= "$(ProjectDir)Web.config" Transform= "$(ProjectDir)web.Template.$(Configuration).config" Destination= "$(ProjectDir)Web.$(Configuration).config.transformed" Condition= "$(BuildingInsideVisualStudio) == true" />
<!-- Always transform the Template file when not in VS (ie: build.bat) -->
2014-01-17 17:52:26 +01:00
<TransformXml Source= "$(ProjectDir)Web.Template.config" Transform= "$(ProjectDir)web.Template.$(Configuration).config" Destination= "Web.$(Configuration).config.transformed" Condition= "$(BuildingInsideVisualStudio) != true" />
2016-06-21 10:53:52 +02:00
<!-- Create ClientDependency.config file from Template if it doesn't exist -->
2017-09-18 23:08:32 +02:00
<Copy SourceFiles= "$(ProjectDir)Config\ClientDependency.Release.config" DestinationFiles= "$(ProjectDir)Config\ClientDependency.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "!Exists('$(ProjectDir)Config\ClientDependency.config')" />
2017-09-18 14:16:57 +02:00
<!-- Only runs if the Belle build folder doesn't yet exist -->
<Message Text= "Skipping BelleBuild because UmbracoBuild is '$(UmbracoBuild)', " Importance= "High" Condition= "'$(UmbracoBuild)' != ''" />
<Message Text= "Running BelleBuild because $(ProjectDir)\..\Umbraco.Web.UI\Umbraco\lib does not exist" Importance= "High" Condition= "!Exists('$(ProjectDir)\..\Umbraco.Web.UI\Umbraco\lib')" />
2017-09-12 09:19:34 +02:00
<CallTarget Targets= "BelleBuild" Condition= "!Exists('$(ProjectDir)\..\Umbraco.Web.UI\Umbraco\lib') and '$(UmbracoBuild)' == ''" />
2017-09-18 14:16:57 +02:00
<Message Text= "Skipping BelleBuild because $(ProjectDir)\..\Umbraco.Web.UI\Umbraco\lib exists or UmbracoBuild is not set" Importance= "High" Condition= "Exists('$(ProjectDir)\..\Umbraco.Web.UI\Umbraco\lib') and '$(UmbracoBuild)' == ''" />
2012-12-03 15:53:06 -01:00
</Target>
<Target Name= "AfterBuild" >
2012-12-06 10:31:54 -01:00
<Copy SourceFiles= "$(ProjectDir)Web.$(Configuration).config.transformed" DestinationFiles= "$(ProjectDir)Web.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "$(BuildingInsideVisualStudio) == true" />
2017-09-18 23:08:32 +02:00
</Target>
2017-09-12 09:19:34 +02:00
<Target Name= "BelleBuild" BeforeTargets= "Rebuild" Condition= "'$(UmbracoBuild)' == ''" >
2017-06-15 15:02:50 +02:00
<Exec WorkingDirectory= "$(ProjectDir)\..\..\" Command= "powershell -ExecutionPolicy RemoteSigned -Command "&{ $env:PSModulePath = \"$pwd\build\Modules\;$env:PSModulePath\" ; Import-Module Umbraco.Build -Force -DisableNameChecking ; build-umbraco compile-belle }"" />
2014-01-17 17:52:26 +01:00
</Target>
2016-09-16 21:23:31 +02:00
<Import Project= "..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition= "Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
2012-07-18 04:35:30 +06:00
</Project>