2014-03-17 18:34:41 +11:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-21 19:23:13 +01:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<PropertyGroup>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{651E1350-91B6-44B7-BD60-7207006D7003}</ProjectGuid>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<ApplicationIcon>
|
|
|
|
|
|
</ApplicationIcon>
|
|
|
|
|
|
<AssemblyKeyContainerName>
|
|
|
|
|
|
</AssemblyKeyContainerName>
|
|
|
|
|
|
<AssemblyName>umbraco</AssemblyName>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
|
<DelaySign>false</DelaySign>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>Umbraco.Web</RootNamespace>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
|
<StartupObject>
|
|
|
|
|
|
</StartupObject>
|
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
|
<SccProjectName>
|
|
|
|
|
|
</SccProjectName>
|
|
|
|
|
|
<SccLocalPath>
|
|
|
|
|
|
</SccLocalPath>
|
|
|
|
|
|
<SccAuxPath>
|
|
|
|
|
|
</SccAuxPath>
|
|
|
|
|
|
<SccProvider>
|
|
|
|
|
|
</SccProvider>
|
|
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
2015-12-21 19:23:13 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<TargetFrameworkProfile />
|
2012-11-23 08:35:58 -01:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2013-01-05 03:01:29 +03:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
|
</DocumentationFile>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
|
<NoWarn>
|
|
|
|
|
|
</NoWarn>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Optimize>false</Optimize>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-05-26 13:33:43 -10:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-10-23 17:08:35 +02:00
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2013-01-05 03:01:29 +03:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
|
</ConfigurationOverrideFile>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2013-01-05 03:01:29 +03:00
|
|
|
|
<DocumentationFile>bin\Release\umbraco.xml</DocumentationFile>
|
2015-05-01 14:27:26 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
|
<NoWarn>
|
|
|
|
|
|
</NoWarn>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-05-01 14:27:26 +02:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-05-26 13:33:43 -10:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-10-23 17:08:35 +02:00
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2013-01-05 22:46:50 +03:00
|
|
|
|
<ProjectReference Include="..\UmbracoExamine\UmbracoExamine.csproj">
|
|
|
|
|
|
<Project>{07fbc26b-2927-4a22-8d96-d644c667fecc}</Project>
|
|
|
|
|
|
<Name>UmbracoExamine</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-12-21 20:48:20 +01:00
|
|
|
|
<Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-08-05 13:35:42 +02:00
|
|
|
|
<Private>True</Private>
|
2013-06-18 17:22:01 +10:00
|
|
|
|
</Reference>
|
2015-07-03 11:40:41 +02:00
|
|
|
|
<Reference Include="ClientDependency.Core, Version=1.8.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\ClientDependency.1.8.4\lib\net45\ClientDependency.Core.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-07-14 16:50:45 +02:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2014-05-10 14:53:59 +02:00
|
|
|
|
<Reference Include="dotless.Core">
|
2014-11-14 14:46:25 +11:00
|
|
|
|
<HintPath>..\packages\dotless.1.4.1.0\lib\dotless.Core.dll</HintPath>
|
2014-05-10 14:53:59 +02:00
|
|
|
|
</Reference>
|
2015-08-13 15:30:28 +02:00
|
|
|
|
<Reference Include="Examine, Version=0.1.68.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-07-23 18:03:44 +02:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2015-06-16 10:19:34 +02:00
|
|
|
|
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-06-16 10:19:34 +02:00
|
|
|
|
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2015-12-21 16:33:09 +01:00
|
|
|
|
<Reference Include="LightInject, Version=4.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
2015-12-21 19:23:13 +01:00
|
|
|
|
<HintPath>..\packages\LightInject.4.0.3\lib\net46\LightInject.dll</HintPath>
|
2015-12-20 17:09:46 +01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="LightInject.Mvc, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\LightInject.Mvc.1.0.0.4\lib\net45\LightInject.Mvc.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="LightInject.Web, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\LightInject.Web.1.0.0.4\lib\net45\LightInject.Web.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="LightInject.WebApi, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\LightInject.WebApi.1.0.0.4\lib\net45\LightInject.WebApi.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2015-12-21 19:33:58 +01:00
|
|
|
|
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="Lucene.Net, Version=2.9.4.1, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<HintPath>..\packages\Lucene.Net.2.9.4.1\lib\net40\Lucene.Net.dll</HintPath>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2015-12-22 11:49:13 -05:00
|
|
|
|
<Reference Include="MarkdownSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\Markdown.1.14.4\lib\net45\MarkdownSharp.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-12-22 11:49:13 -05:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2015-03-25 16:18:38 +11:00
|
|
|
|
<Reference Include="Microsoft.AspNet.Identity.Core, 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.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
|
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>
|
2012-08-25 07:14:23 +07:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-02-20 17:26:28 +01:00
|
|
|
|
<Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2015-02-06 13:47:00 +11:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-02-20 17:26:28 +01:00
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
|
2015-02-04 19:24:59 +11:00
|
|
|
|
</Reference>
|
2015-03-05 14:02:39 +11:00
|
|
|
|
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
|
2015-02-09 12:14:59 +11:00
|
|
|
|
</Reference>
|
2015-02-20 17:26:28 +01:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2015-02-09 12:14:59 +11:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-02-20 17:26:28 +01:00
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
|
2015-02-04 19:24:59 +11:00
|
|
|
|
</Reference>
|
2015-03-05 14:02:39 +11:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.Cookies, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2015-02-09 17:37:21 +11:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-03-05 14:02:39 +11:00
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
|
2015-02-04 19:24:59 +11:00
|
|
|
|
</Reference>
|
2015-03-05 14:02:39 +11:00
|
|
|
|
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2015-02-09 17:37:21 +11:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-03-05 14:02:39 +11:00
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
|
2015-02-04 19:24:59 +11:00
|
|
|
|
</Reference>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2012-12-06 10:31:54 -01:00
|
|
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<Private>True</Private>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
</Reference>
|
2015-12-21 21:28:35 +01:00
|
|
|
|
<Reference Include="MiniProfiler, Version=3.2.0.157, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\MiniProfiler.3.2.0.157\lib\net40\MiniProfiler.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
2013-05-12 19:05:49 -10:00
|
|
|
|
</Reference>
|
2014-07-23 12:19:40 -07:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2015-07-27 16:11:18 +02:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-07-27 16:11:18 +02:00
|
|
|
|
<Private>True</Private>
|
2013-02-26 01:23:58 +06:00
|
|
|
|
</Reference>
|
2015-02-09 12:14:59 +11:00
|
|
|
|
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2015-02-04 19:24:59 +11:00
|
|
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-06-24 14:17:24 +02:00
|
|
|
|
<Reference Include="Semver, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
2015-12-21 19:23:13 +01:00
|
|
|
|
<HintPath>..\packages\semver.1.1.2\lib\net451\Semver.dll</HintPath>
|
|
|
|
|
|
<Private>True</Private>
|
2015-06-24 14:17:24 +02:00
|
|
|
|
</Reference>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="System">
|
|
|
|
|
|
<Name>System</Name>
|
|
|
|
|
|
</Reference>
|
2013-05-23 22:15:52 -10:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
|
<Reference Include="System.Data">
|
|
|
|
|
|
<Name>System.Data</Name>
|
|
|
|
|
|
</Reference>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
|
<Reference Include="System.Drawing">
|
|
|
|
|
|
<Name>System.Drawing</Name>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
2014-08-18 20:42:56 +02:00
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
2015-06-06 22:35:24 +02:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2014-07-22 16:15:02 -07: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>
|
2013-02-26 01:23:58 +06:00
|
|
|
|
</Reference>
|
2013-05-23 22:15:52 -10:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2012-11-20 09:29:38 -01:00
|
|
|
|
<Reference Include="System.Web" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<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>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-12-06 10:31:54 -01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
2015-06-06 22:35:24 +02:00
|
|
|
|
<Reference Include="System.Web.Http">
|
2015-05-01 14:03:59 +10:00
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
2015-06-06 22:35:24 +02:00
|
|
|
|
<Private>True</Private>
|
2013-02-26 01:23:58 +06:00
|
|
|
|
</Reference>
|
2015-05-01 14:03:59 +10:00
|
|
|
|
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
2013-02-26 01:23:58 +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-26 17:11:13 -01:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +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>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +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>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</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>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +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>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<Private>True</Private>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Reference>
|
2013-02-03 05:06:11 +06:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Reference Include="System.Xml">
|
|
|
|
|
|
<Name>System.XML</Name>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<ProjectReference Include="..\SQLCE4Umbraco\SqlCE4Umbraco.csproj">
|
|
|
|
|
|
<Project>{5BA5425F-27A7-4677-865E-82246498AA2E}</Project>
|
|
|
|
|
|
<Name>SqlCE4Umbraco</Name>
|
|
|
|
|
|
</ProjectReference>
|
2012-07-20 01:04:35 +06:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj">
|
|
|
|
|
|
<Project>{31785BC3-256C-4613-B2F5-A1B0BDDED8C1}</Project>
|
|
|
|
|
|
<Name>Umbraco.Core</Name>
|
|
|
|
|
|
</ProjectReference>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<ProjectReference Include="..\umbraco.controls\umbraco.controls.csproj">
|
|
|
|
|
|
<Project>{6EDD2061-82F2-461B-BB6E-879245A832DE}</Project>
|
|
|
|
|
|
<Name>umbraco.controls</Name>
|
|
|
|
|
|
</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>
|
2016-01-12 11:22:49 +01:00
|
|
|
|
<Reference Include="UrlRewritingNet.UrlRewriter, Version=2.0.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\UrlRewritingNet.UrlRewriter.2.0.7\lib\UrlRewritingNet.UrlRewriter.dll</HintPath>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<Private>False</Private>
|
2012-11-26 17:11:13 -01:00
|
|
|
|
</Reference>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2012-07-17 03:28:15 +06:00
|
|
|
|
<Compile Include="..\SolutionInfo.cs">
|
|
|
|
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
|
|
|
|
|
</Compile>
|
2012-10-16 01:33:35 +05:00
|
|
|
|
<Compile Include="ApplicationContextExtensions.cs" />
|
2014-03-05 22:42:51 +11:00
|
|
|
|
<Compile Include="AreaRegistrationContextExtensions.cs" />
|
2015-07-24 17:34:06 +02:00
|
|
|
|
<Compile Include="BatchedDatabaseServerMessengerStartup.cs" />
|
2016-03-17 15:59:35 +01:00
|
|
|
|
<Compile Include="Cache\ICacheRefresher.cs" />
|
2016-03-11 09:23:09 +01:00
|
|
|
|
<Compile Include="DefaultHttpContextAccessor.cs" />
|
2015-12-20 17:28:38 +01:00
|
|
|
|
<Compile Include="DefaultUmbracoContextAccessor.cs" />
|
2015-07-24 11:44:09 +02:00
|
|
|
|
<Compile Include="Editors\BackOfficeNotificationsController.cs" />
|
2015-12-20 17:09:46 +01:00
|
|
|
|
<Compile Include="LightInjectExtensions.cs" />
|
2016-01-20 16:57:31 +01:00
|
|
|
|
<Compile Include="Editors\EditorValidationResolver.cs" />
|
|
|
|
|
|
<Compile Include="Editors\EditorValidator.cs" />
|
2016-02-16 15:07:42 +01:00
|
|
|
|
<Compile Include="IHttpContextAccessor.cs" />
|
2016-02-10 13:31:36 +01:00
|
|
|
|
<Compile Include="Models\ContentEditing\GetAvailableCompositionsFilter.cs" />
|
2016-01-20 16:57:31 +01:00
|
|
|
|
<Compile Include="Editors\IEditorValidator.cs" />
|
2016-01-27 13:20:13 +01:00
|
|
|
|
<Compile Include="Editors\EditorModelEventManager.cs" />
|
2015-04-01 16:04:19 +11:00
|
|
|
|
<Compile Include="HtmlHelperBackOfficeExtensions.cs" />
|
2016-03-17 15:28:46 +01:00
|
|
|
|
<Compile Include="_Legacy\Actions\Action.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionAssignDomain.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionAudit.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionBrowse.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionChangeDocType.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionCopy.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionDelete.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionDisable.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionEmptyTranscan.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionExport.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionImport.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionMove.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionNew.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionNewFolder.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionNotify.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionNull.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionPackage.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionPackageCreate.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionProtect.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionPublish.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionQuit.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionRefresh.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionRePublish.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionRestore.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionRights.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionRollback.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionSendToTranslate.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionSort.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionToPublish.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionTranslate.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionUnPublish.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ActionUpdate.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\ContextMenuSeperator.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Actions\LegacyActionMenuItemAttribute.cs" />
|
2016-02-17 16:45:26 +01:00
|
|
|
|
<Compile Include="Models\ContentEditing\EntityBasic.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\ApplicationAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\ApplicationDefinitions.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\IApplication.cs" />
|
|
|
|
|
|
<Compile Include="Services\SectionService.cs" />
|
|
|
|
|
|
<Compile Include="Trees\TreeAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\TreeNode.cs" />
|
2015-05-13 16:50:45 +10:00
|
|
|
|
<Compile Include="Routing\NotFoundHandlerHelper.cs" />
|
2015-08-20 18:41:39 +02:00
|
|
|
|
<Compile Include="Install\InstallSteps\Version73FileCleanup.cs" />
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<Compile Include="Models\ContentEditing\DocumentTypeDisplay.cs" />
|
2015-06-25 17:10:45 +02:00
|
|
|
|
<Compile Include="Media\EmbedProviders\Flickr.cs" />
|
2015-08-19 22:38:15 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentTypeCompositionDisplay.cs" />
|
2015-10-06 17:19:08 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentTypeSave.cs" />
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<Compile Include="Models\ContentEditing\DocumentTypeSave.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MediaTypeDisplay.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MediaTypeSave.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MemberPropertyTypeBasic.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MemberPropertyTypeDisplay.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MemberTypeDisplay.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MemberTypeSave.cs" />
|
2015-10-06 17:19:08 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyGroupBasic.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyTypeBasic.cs" />
|
2015-07-29 15:12:12 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\SimpleNotificationModel.cs" />
|
2015-10-06 17:19:08 +02:00
|
|
|
|
<Compile Include="Models\Mapping\ContentTypeModelMapperExtensions.cs" />
|
2016-01-08 12:57:50 +01:00
|
|
|
|
<Compile Include="Models\Mapping\LockedCompositionsResolver.cs" />
|
2016-01-21 15:01:55 +01:00
|
|
|
|
<Compile Include="Models\Mapping\PropertyGroupDisplayResolver.cs" />
|
2015-08-31 18:59:51 +02:00
|
|
|
|
<Compile Include="Models\PublishedContentWithKeyBase.cs" />
|
2016-02-16 11:17:47 +01:00
|
|
|
|
<Compile Include="Mvc\ControllerContextExtensions.cs" />
|
2016-03-10 18:00:14 +01:00
|
|
|
|
<Compile Include="Mvc\EnsurePartialViewMacroViewContextFilterAttribute.cs" />
|
2015-11-18 14:59:29 +01:00
|
|
|
|
<Compile Include="Mvc\IRenderController.cs" />
|
2016-01-19 12:52:26 +01:00
|
|
|
|
<Compile Include="Mvc\ModelBindingException.cs" />
|
2015-11-18 14:59:29 +01:00
|
|
|
|
<Compile Include="Mvc\RenderIndexActionSelectorAttribute.cs" />
|
2015-11-25 19:39:24 +01:00
|
|
|
|
<Compile Include="Mvc\ValidateMvcAngularAntiForgeryTokenAttribute.cs" />
|
2015-06-18 10:14:31 +02:00
|
|
|
|
<Compile Include="PropertyEditors\DatePreValueEditor.cs" />
|
2015-09-26 22:41:56 +02:00
|
|
|
|
<Compile Include="PropertyEditors\DecimalPropertyEditor.cs" />
|
2016-02-04 16:03:43 +01:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\ImageCropDataSetConverter.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\ImageCropperValueConverter.cs" />
|
2015-07-23 20:04:40 +02:00
|
|
|
|
<Compile Include="RequestLifespanMessagesFactory.cs" />
|
2016-02-16 11:17:47 +01:00
|
|
|
|
<Compile Include="RouteDataExtensions.cs" />
|
2015-07-06 16:56:01 +02:00
|
|
|
|
<Compile Include="Scheduling\LatchedBackgroundTaskBase.cs" />
|
2015-06-26 16:59:40 +02:00
|
|
|
|
<Compile Include="Security\Identity\ExternalSignInAutoLinkOptions.cs" />
|
2015-11-24 16:31:18 +01:00
|
|
|
|
<Compile Include="Security\Identity\FixWindowsAuthMiddlware.cs" />
|
2015-11-19 18:12:21 +01:00
|
|
|
|
<Compile Include="Security\Identity\ForceRenewalCookieAuthenticationHandler.cs" />
|
|
|
|
|
|
<Compile Include="Security\Identity\ForceRenewalCookieAuthenticationMiddleware.cs" />
|
2015-06-18 19:16:49 +02:00
|
|
|
|
<Compile Include="Security\Identity\GetUserSecondsMiddleWare.cs" />
|
2015-05-13 17:12:28 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyTypeDisplay.cs" />
|
2015-06-04 16:52:22 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyGroupDisplay.cs" />
|
2015-06-25 16:57:52 +02:00
|
|
|
|
<Compile Include="Media\EmbedProviders\OEmbedJson.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\OEmbedResponse.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\OEmbedPhoto.cs" />
|
2015-07-01 17:07:29 +02:00
|
|
|
|
<Compile Include="Security\Identity\IUmbracoBackOfficeTwoFactorOptions.cs" />
|
2015-05-13 17:12:28 +02:00
|
|
|
|
<Compile Include="Models\Mapping\PropertyTypeGroupResolver.cs" />
|
2016-02-17 16:45:26 +01:00
|
|
|
|
<Compile Include="Services\ApplicationTreeService.cs" />
|
2016-03-09 17:35:50 +01:00
|
|
|
|
<Compile Include="Security\Identity\PreviewAuthenticationMiddleware.cs" />
|
2016-02-16 15:07:42 +01:00
|
|
|
|
<Compile Include="SingletonHttpContextAccessor.cs" />
|
2015-06-08 17:59:56 +02:00
|
|
|
|
<Compile Include="Trees\ContentTypeTreeController.cs" />
|
2015-08-19 22:38:15 +02:00
|
|
|
|
<Compile Include="Trees\MediaTypeTreeController.cs" />
|
2015-06-05 12:15:20 +02:00
|
|
|
|
<Compile Include="Trees\MemberTypeTreeController.cs" />
|
2015-11-19 18:12:21 +01:00
|
|
|
|
<Compile Include="Security\OwinExtensions.cs" />
|
2015-12-01 15:21:52 +01:00
|
|
|
|
<Compile Include="Security\WebAuthExtensions.cs" />
|
2015-12-22 19:25:10 +01:00
|
|
|
|
<Compile Include="UI\JavaScript\UmbracoClientDependencyLoader.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeUrlGenerator.cs" />
|
2015-03-30 20:13:03 +11:00
|
|
|
|
<Compile Include="UmbracoDefaultOwinStartup.cs" />
|
2015-02-09 17:37:21 +11:00
|
|
|
|
<Compile Include="IUmbracoContextAccessor.cs" />
|
2015-01-06 15:36:14 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\Relation.cs" />
|
2015-02-18 17:14:55 +01:00
|
|
|
|
<Compile Include="HtmlStringUtilities.cs" />
|
2015-01-06 15:36:14 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\RelationType.cs" />
|
2015-03-04 12:16:28 +01:00
|
|
|
|
<Compile Include="Models\ContentExtensions.cs" />
|
2015-02-18 17:14:55 +01:00
|
|
|
|
<Compile Include="IDynamicPublishedContentQuery.cs" />
|
|
|
|
|
|
<Compile Include="ITagQuery.cs" />
|
|
|
|
|
|
<Compile Include="ITypedPublishedContentQuery.cs" />
|
|
|
|
|
|
<Compile Include="IUmbracoComponentRenderer.cs" />
|
2015-01-06 15:36:14 +11:00
|
|
|
|
<Compile Include="Models\Mapping\RelationModelMapper.cs" />
|
2015-03-19 14:00:48 +11:00
|
|
|
|
<Compile Include="Mvc\DisableClientCacheAttribute.cs" />
|
2015-02-20 14:17:28 +01:00
|
|
|
|
<Compile Include="Models\UnLinkLoginModel.cs" />
|
2015-01-06 17:39:07 +11:00
|
|
|
|
<Compile Include="Mvc\MvcVersionCheck.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\ReflectedFixedRazorViewEngine.cs" />
|
2015-05-21 16:09:10 +02:00
|
|
|
|
<Compile Include="Scheduling\ThreadingTaskImmutable.cs" />
|
2015-04-06 16:48:55 +12:00
|
|
|
|
<Compile Include="Mvc\ProfilingView.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\ProfilingViewEngine.cs" />
|
2015-06-06 22:35:24 +02:00
|
|
|
|
<Compile Include="Mvc\UrlHelperExtensions.cs" />
|
2014-11-12 16:00:17 +11:00
|
|
|
|
<Compile Include="Scheduling\BackgroundTaskRunner.cs" />
|
2015-03-04 12:16:28 +01:00
|
|
|
|
<Compile Include="BatchedDatabaseServerMessenger.cs" />
|
|
|
|
|
|
<Compile Include="BatchedWebServiceServerMessenger.cs" />
|
2012-10-31 11:36:22 +06:00
|
|
|
|
<Compile Include="CacheHelperExtensions.cs" />
|
2013-04-04 21:57:41 +06:00
|
|
|
|
<Compile Include="Cache\ApplicationCacheRefresher.cs" />
|
|
|
|
|
|
<Compile Include="Cache\ApplicationTreeCacheRefresher.cs" />
|
2013-03-16 08:47:55 +06:00
|
|
|
|
<Compile Include="Cache\ContentTypeCacheRefresher.cs" />
|
2013-03-22 05:04:32 +06:00
|
|
|
|
<Compile Include="Cache\DataTypeCacheRefresher.cs" />
|
2013-03-23 01:59:25 +06:00
|
|
|
|
<Compile Include="Cache\DictionaryCacheRefresher.cs" />
|
2013-02-07 03:29:47 +06:00
|
|
|
|
<Compile Include="Cache\DistributedCache.cs" />
|
2013-02-07 04:26:48 +06:00
|
|
|
|
<Compile Include="Cache\DistributedCacheExtensions.cs" />
|
2013-02-07 04:45:05 +06:00
|
|
|
|
<Compile Include="Cache\CacheRefresherEventHandler.cs" />
|
2013-03-22 00:49:07 +06:00
|
|
|
|
<Compile Include="Cache\DomainCacheRefresher.cs" />
|
2013-03-22 00:35:15 +06:00
|
|
|
|
<Compile Include="Cache\LanguageCacheRefresher.cs" />
|
2013-02-06 09:53:13 +06:00
|
|
|
|
<Compile Include="Cache\MacroCacheRefresher.cs" />
|
2013-02-07 05:53:59 +06:00
|
|
|
|
<Compile Include="Cache\MediaCacheRefresher.cs" />
|
2013-02-07 04:57:44 +06:00
|
|
|
|
<Compile Include="Cache\MemberCacheRefresher.cs" />
|
2014-02-12 17:14:16 +11:00
|
|
|
|
<Compile Include="Cache\MemberGroupCacheRefresher.cs" />
|
2013-02-06 09:53:13 +06:00
|
|
|
|
<Compile Include="Cache\PageCacheRefresher.cs" />
|
2014-03-27 14:28:45 +11:00
|
|
|
|
<Compile Include="Cache\PublicAccessCacheRefresher.cs" />
|
2013-03-22 01:49:34 +06:00
|
|
|
|
<Compile Include="Cache\StylesheetCacheRefresher.cs" />
|
|
|
|
|
|
<Compile Include="Cache\StylesheetPropertyCacheRefresher.cs" />
|
2013-02-06 09:53:13 +06:00
|
|
|
|
<Compile Include="Cache\TemplateCacheRefresher.cs" />
|
2014-03-06 17:50:08 +11:00
|
|
|
|
<Compile Include="Cache\UnpublishedPageCacheRefresher.cs" />
|
2013-02-12 04:13:29 +06:00
|
|
|
|
<Compile Include="Cache\UserCacheRefresher.cs" />
|
2013-07-09 11:47:46 +10:00
|
|
|
|
<Compile Include="Cache\UserPermissionsCacheRefresher.cs" />
|
2013-05-02 14:24:27 -10:00
|
|
|
|
<Compile Include="Cache\UserTypeCacheRefresher.cs" />
|
2013-07-31 19:14:02 +10:00
|
|
|
|
<Compile Include="Editors\AuthenticationController.cs" />
|
2013-11-05 12:00:56 +01:00
|
|
|
|
<Compile Include="Controllers\UmbProfileController.cs" />
|
2014-02-13 16:22:51 +11:00
|
|
|
|
<Compile Include="Editors\ContentController.cs" />
|
2013-11-05 12:00:56 +01:00
|
|
|
|
<Compile Include="Controllers\UmbLoginStatusController.cs" />
|
2013-08-21 13:38:49 +10:00
|
|
|
|
<Compile Include="Editors\ContentPostValidateAttribute.cs" />
|
2014-09-12 11:35:20 +10:00
|
|
|
|
<Compile Include="Editors\ContentTypeControllerBase.cs" />
|
2013-09-02 17:43:56 +10:00
|
|
|
|
<Compile Include="Editors\DashboardController.cs" />
|
2013-10-03 19:00:31 +10:00
|
|
|
|
<Compile Include="Editors\DashboardSecurity.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Editors\DataTypeController.cs" />
|
2013-08-20 17:25:17 +10:00
|
|
|
|
<Compile Include="Editors\DataTypeValidateAttribute.cs" />
|
2013-11-05 18:17:16 +11:00
|
|
|
|
<Compile Include="Editors\EntityControllerActionSelector.cs" />
|
2014-03-17 18:34:41 +11:00
|
|
|
|
<Compile Include="Editors\EntityControllerConfigurationAttribute.cs" />
|
2013-12-05 19:06:55 +11:00
|
|
|
|
<Compile Include="Editors\ImagesController.cs" />
|
2014-08-18 20:42:56 +02:00
|
|
|
|
<Compile Include="Editors\PackageInstallController.cs" />
|
2014-06-09 17:58:47 +01:00
|
|
|
|
<Compile Include="Editors\RelationController.cs" />
|
2014-09-23 16:30:27 +02:00
|
|
|
|
<Compile Include="Editors\CanvasDesignerController.cs" />
|
2014-10-16 18:45:02 +10:00
|
|
|
|
<Compile Include="Editors\UserController.cs" />
|
2014-10-07 13:39:18 +02:00
|
|
|
|
<Compile Include="GridTemplateExtensions.cs" />
|
2014-08-18 20:42:56 +02:00
|
|
|
|
<Compile Include="Models\PackageInstallModel.cs" />
|
2014-09-22 18:18:09 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\DataTypeBasic.cs" />
|
2014-09-19 15:34:26 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MemberBasic.cs" />
|
2014-09-19 13:55:30 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MemberListDisplay.cs" />
|
2014-06-26 11:31:39 +02:00
|
|
|
|
<Compile Include="Models\TemplateQuery\ContentTypeModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\PropertyModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\SourceModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\TemplateQueryResult.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\SortExpression.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\Operathor.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\OperathorTerm.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\QueryCondition.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\QueryModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\TemplateQuery\QueryResultModel.cs" />
|
|
|
|
|
|
<Compile Include="Editors\TemplateQueryController.cs" />
|
2014-03-20 14:57:48 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentBaseItemSave.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\MediaItemSave.cs" />
|
2014-04-02 11:22:38 +02:00
|
|
|
|
<Compile Include="Models\DetachedContent.cs" />
|
2014-03-20 14:27:58 +11:00
|
|
|
|
<Compile Include="Models\ImageCropAnchor.cs" />
|
2014-03-20 14:57:48 +11:00
|
|
|
|
<Compile Include="Models\ImageCropCoordinates.cs" />
|
|
|
|
|
|
<Compile Include="Models\ImageCropDataSet.cs" />
|
|
|
|
|
|
<Compile Include="Models\ImageCropFocalPoint.cs" />
|
2014-03-20 14:27:58 +11:00
|
|
|
|
<Compile Include="Models\ImageCropMode.cs" />
|
2014-03-05 20:03:45 +01:00
|
|
|
|
<Compile Include="Install\DatabaseHelper.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\InstallException.cs" />
|
2014-02-26 18:25:59 +11:00
|
|
|
|
<Compile Include="Install\InstallStatusTracker.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\InstallSteps\DatabaseConfigureStep.cs" />
|
2014-02-26 16:30:25 +01:00
|
|
|
|
<Compile Include="Install\InstallSteps\DatabaseInstallStep.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallSteps\DatabaseUpgradeStep.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\InstallSteps\FilePermissionsStep.cs" />
|
2014-03-04 11:16:42 +11:00
|
|
|
|
<Compile Include="Install\InstallSteps\MajorVersion7UpgradeReport.cs" />
|
2014-02-26 16:49:35 +01:00
|
|
|
|
<Compile Include="Install\InstallSteps\SetUmbracoVersionStep.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\InstallSteps\StarterKitCleanupStep.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallSteps\StarterKitDownloadStep.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallSteps\StarterKitInstallStep.cs" />
|
2014-03-05 14:30:17 +11:00
|
|
|
|
<Compile Include="Install\InstallSteps\UpgradeStep.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallSteps\NewInstallStep.cs" />
|
2014-03-05 19:47:00 +11:00
|
|
|
|
<Compile Include="Install\Controllers\InstallPackageController.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\Models\DatabaseModel.cs" />
|
|
|
|
|
|
<Compile Include="Install\Models\DatabaseType.cs" />
|
2014-03-04 19:20:36 +11:00
|
|
|
|
<Compile Include="Install\Models\InstallationType.cs" />
|
2014-03-04 16:21:45 +11:00
|
|
|
|
<Compile Include="Install\Models\InstallInstructions.cs" />
|
2014-03-05 22:42:51 +11:00
|
|
|
|
<Compile Include="Install\Models\InstallPackageModel.cs" />
|
2014-03-05 10:32:59 +11:00
|
|
|
|
<Compile Include="Install\Models\InstallProgressResultModel.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\Models\InstallSetup.cs" />
|
2014-03-04 11:16:42 +11:00
|
|
|
|
<Compile Include="Install\Models\InstallSetupResult.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\Models\InstallSetupStep.cs" />
|
2014-02-26 16:30:25 +01:00
|
|
|
|
<Compile Include="Install\Models\InstallSetupStepAttribute.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\Models\InstallTrackingItem.cs" />
|
2014-03-03 08:57:00 +01:00
|
|
|
|
<Compile Include="Install\Models\Package.cs" />
|
2014-02-26 16:01:31 +01:00
|
|
|
|
<Compile Include="Install\Models\UserModel.cs" />
|
2014-02-26 04:15:14 +11:00
|
|
|
|
<Compile Include="Install\UmbracoInstallArea.cs" />
|
|
|
|
|
|
<Compile Include="Install\Controllers\InstallApiController.cs" />
|
|
|
|
|
|
<Compile Include="Install\Controllers\InstallController.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallAuthorizeAttribute.cs" />
|
2014-02-20 12:58:38 +01:00
|
|
|
|
<Compile Include="MediaPropertyExtensions.cs" />
|
2013-10-28 18:38:20 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\EntityTypeSearchResult.cs" />
|
2013-12-12 14:10:03 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\ListViewAwareContentItemDisplayBase.cs" />
|
2014-03-18 15:29:14 +11:00
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyTypeValidation.cs" />
|
2014-02-17 16:12:21 +01:00
|
|
|
|
<Compile Include="Models\ImageCropData.cs" />
|
2014-04-18 22:04:23 +01:00
|
|
|
|
<Compile Include="Models\ImageCropRatioMode.cs" />
|
2013-10-23 10:13:54 +02:00
|
|
|
|
<Compile Include="Models\IRenderModel.cs" />
|
2014-05-14 11:33:40 +01:00
|
|
|
|
<Compile Include="Models\PartialViewMacroModelExtensions.cs" />
|
2014-02-13 13:30:32 +11:00
|
|
|
|
<Compile Include="Models\PostRedirectModel.cs" />
|
2014-04-02 11:13:54 +02:00
|
|
|
|
<Compile Include="Models\PublishedProperty.cs" />
|
2014-06-08 14:14:12 +02:00
|
|
|
|
<Compile Include="Mvc\ActionExecutedEventArgs.cs" />
|
2014-06-23 15:02:23 +10:00
|
|
|
|
<Compile Include="Mvc\AdminTokenAuthorizeAttribute.cs" />
|
2014-06-08 17:16:28 +02:00
|
|
|
|
<Compile Include="Mvc\NotFoundHandler.cs" />
|
2014-06-08 14:14:12 +02:00
|
|
|
|
<Compile Include="Mvc\PreRenderViewActionFilterAttribute.cs" />
|
2014-03-13 12:21:31 +11:00
|
|
|
|
<Compile Include="Mvc\RedirectToUmbracoUrlResult.cs" />
|
2014-10-07 13:39:18 +02:00
|
|
|
|
<Compile Include="PropertyEditors\GridPropertyEditor.cs" />
|
2014-06-08 17:16:28 +02:00
|
|
|
|
<Compile Include="Mvc\UmbracoVirtualNodeByIdRouteHandler.cs" />
|
2014-07-24 09:39:05 -07:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\MacroContainerValueConverter.cs" />
|
2014-05-05 19:07:57 +10:00
|
|
|
|
<Compile Include="PropertyEditors\TagsDataController.cs" />
|
2014-03-11 14:23:51 +11:00
|
|
|
|
<Compile Include="PublishedCache\MemberPublishedContent.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\RawValueProperty.cs" />
|
2013-10-23 10:13:54 +02:00
|
|
|
|
<Compile Include="Models\RenderModelOfTContent.cs" />
|
2014-01-15 17:18:23 +11:00
|
|
|
|
<Compile Include="Mvc\JsonNetResult.cs" />
|
2013-11-27 14:52:54 +11:00
|
|
|
|
<Compile Include="Mvc\MinifyJavaScriptResultAttribute.cs" />
|
2013-11-29 17:41:38 +11:00
|
|
|
|
<Compile Include="Mvc\EnsurePublishedContentRequestAttribute.cs" />
|
2013-10-23 10:13:54 +02:00
|
|
|
|
<Compile Include="Mvc\UmbracoTemplatePageOfTContent.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\UmbracoViewPage.cs" />
|
2013-09-26 15:34:58 +02:00
|
|
|
|
<Compile Include="Editors\LogController.cs" />
|
2013-09-18 18:20:14 +10:00
|
|
|
|
<Compile Include="Editors\MacroController.cs" />
|
2013-10-08 17:49:40 +11:00
|
|
|
|
<Compile Include="Editors\MemberTypeController.cs" />
|
2013-10-20 19:58:44 +02:00
|
|
|
|
<Compile Include="Editors\UpdateCheckController.cs" />
|
2013-10-16 17:51:48 +11:00
|
|
|
|
<Compile Include="MembershipProviderExtensions.cs" />
|
2013-10-17 14:46:16 +11:00
|
|
|
|
<Compile Include="Models\ChangingPasswordModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\ModelWithNotifications.cs" />
|
2013-10-03 20:57:36 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\StyleSheet.cs" />
|
|
|
|
|
|
<Compile Include="Editors\StylesheetController.cs" />
|
2013-09-27 09:25:08 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\AuditLog.cs" />
|
2013-10-01 10:04:07 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MoveOrCopy.cs" />
|
2013-09-18 18:20:14 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MacroParameter.cs" />
|
2013-09-27 15:19:39 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MemberDisplay.cs" />
|
2013-09-27 16:59:38 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MemberSave.cs" />
|
2013-10-03 20:57:36 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\RichTextEditorCommand.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\RichTextEditorConfiguration.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\RichTextEditorPlugin.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\StylesheetRule.cs" />
|
2013-09-18 15:00:32 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\UmbracoEntityTypes.cs" />
|
2013-09-27 09:25:08 +10:00
|
|
|
|
<Compile Include="Models\Mapping\LogModelMapper.cs" />
|
2013-09-18 17:31:41 +10:00
|
|
|
|
<Compile Include="Models\Mapping\MacroModelMapper.cs" />
|
2013-09-27 15:19:39 +10:00
|
|
|
|
<Compile Include="Models\Mapping\MemberModelMapper.cs" />
|
2013-10-24 13:31:10 +11:00
|
|
|
|
<Compile Include="Models\Mapping\TabModelMapper.cs" />
|
|
|
|
|
|
<Compile Include="Models\TagModel.cs" />
|
2013-10-19 15:07:02 +02:00
|
|
|
|
<Compile Include="Models\UpgradeCheckResponse.cs" />
|
2013-10-18 08:34:37 +11:00
|
|
|
|
<Compile Include="Models\PasswordChangedModel.cs" />
|
2014-01-13 16:13:53 +11:00
|
|
|
|
<Compile Include="NotificationServiceExtensions.cs" />
|
2013-09-19 18:36:36 +10:00
|
|
|
|
<Compile Include="PropertyEditors\ColorListPreValueEditor.cs" />
|
2013-10-10 13:41:06 +11:00
|
|
|
|
<Compile Include="PropertyEditors\EmailAddressPropertyEditor.cs" />
|
2014-02-17 16:12:21 +01:00
|
|
|
|
<Compile Include="ImageCropperBaseExtensions.cs" />
|
2014-02-07 09:15:44 +01:00
|
|
|
|
<Compile Include="PropertyEditors\ImageCropperPropertyEditor.cs" />
|
2014-02-17 16:12:21 +01:00
|
|
|
|
<Compile Include="PropertyEditors\ImageCropperPropertyValueEditor.cs" />
|
2013-09-19 10:37:57 +02:00
|
|
|
|
<Compile Include="PropertyEditors\ListViewPropertyEditor.cs" />
|
2013-10-30 10:54:23 +01:00
|
|
|
|
<Compile Include="PropertyEditors\MacroContainerPropertyEditor.cs" />
|
2013-11-05 12:19:26 +11:00
|
|
|
|
<Compile Include="PropertyEditors\MarkdownPropertyEditor.cs" />
|
2013-10-30 13:11:59 +01:00
|
|
|
|
<Compile Include="PropertyEditors\MemberGroupPickerPropertyEditor.cs" />
|
2013-10-09 15:29:02 +02:00
|
|
|
|
<Compile Include="PropertyEditors\MemberPickerPropertyEditor.cs" />
|
2013-10-10 21:15:04 +02:00
|
|
|
|
<Compile Include="PropertyEditors\MultiNodeTreePickerPropertyEditor.cs" />
|
2013-11-14 20:36:06 +11:00
|
|
|
|
<Compile Include="PropertyEditors\MultipleMediaPickerPropertyEditor.cs" />
|
2013-10-30 16:53:53 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\ContentTypeParameterEditor.cs" />
|
2013-10-30 18:14:16 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\MultipleContentTypeParameterEditor.cs" />
|
2013-12-10 14:13:56 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\MultipleMediaPickerParameterEditor.cs" />
|
2013-10-30 18:30:04 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\MultiplePropertyGroupParameterEditor.cs" />
|
2013-10-30 18:14:16 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\MultiplePropertyTypeParameterEditor.cs" />
|
2013-10-30 18:30:04 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\PropertyGroupParameterEditor.cs" />
|
2013-10-30 18:14:16 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\PropertyTypeParameterEditor.cs" />
|
2013-12-10 14:13:56 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ParameterEditors\SingleMediaPickerParameterEditor.cs" />
|
2013-11-28 14:27:58 +11:00
|
|
|
|
<Compile Include="PropertyEditors\PropertyEditorAssetAttribute.cs" />
|
2013-10-03 13:27:13 +02:00
|
|
|
|
<Compile Include="PropertyEditors\RelatedLinksPropertyEditor.cs" />
|
2013-09-16 10:05:33 +02:00
|
|
|
|
<Compile Include="PropertyEditors\RteEmbedController.cs" />
|
2013-08-09 13:40:09 +02:00
|
|
|
|
<Compile Include="Editors\EntityController.cs" />
|
2013-08-28 17:53:31 +10:00
|
|
|
|
<Compile Include="Editors\MediaPostValidateAttribute.cs" />
|
2013-09-16 09:17:46 +02:00
|
|
|
|
<Compile Include="Editors\MemberController.cs" />
|
2013-11-12 18:07:10 +11:00
|
|
|
|
<Compile Include="Editors\CurrentUserController.cs" />
|
2013-10-03 17:59:23 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\DashboardControl.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\DataTypeDisplay.cs" />
|
2013-08-20 14:44:59 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\DataTypeSave.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\PreValueFieldDisplay.cs" />
|
2013-08-20 14:44:59 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\PreValueFieldSave.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\PropertyEditorBasic.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\AvailablePropertyEditorsResolver.cs" />
|
2013-08-20 14:44:59 +10:00
|
|
|
|
<Compile Include="Models\Mapping\DatabaseTypeResolver.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\Mapping\DataTypeModelMapper.cs" />
|
2013-08-19 16:49:07 +10:00
|
|
|
|
<Compile Include="Models\Mapping\EntityModelMapper.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\Mapping\PreValueDisplayResolver.cs" />
|
2013-08-27 13:18:47 +10:00
|
|
|
|
<Compile Include="PropertyEditors\CheckBoxListPropertyEditor.cs" />
|
2013-08-27 15:02:24 +10:00
|
|
|
|
<Compile Include="PropertyEditors\ColorPickerPropertyEditor.cs" />
|
2013-08-14 19:24:20 +10:00
|
|
|
|
<Compile Include="PropertyEditors\DatePropertyEditor.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\DateTimePropertyEditor.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\DateTimeValidator.cs" />
|
2013-08-26 17:24:08 +10:00
|
|
|
|
<Compile Include="PropertyEditors\DropDownMultiplePropertyEditor.cs" />
|
2013-09-16 14:50:56 +02:00
|
|
|
|
<Compile Include="PropertyEditors\FolderBrowserPropertyEditor.cs" />
|
2013-08-28 13:30:05 +10:00
|
|
|
|
<Compile Include="PropertyEditors\IntegerPropertyEditor.cs" />
|
2013-09-06 17:50:31 +10:00
|
|
|
|
<Compile Include="PropertyEditors\MediaPickerPropertyEditor.cs" />
|
2013-08-28 17:53:31 +10:00
|
|
|
|
<Compile Include="PropertyEditors\MultipleTextStringPropertyEditor.cs" />
|
2013-08-27 13:18:47 +10:00
|
|
|
|
<Compile Include="PropertyEditors\PublishValuesMultipleValueEditor.cs" />
|
2013-08-26 19:00:04 +10:00
|
|
|
|
<Compile Include="PropertyEditors\DropDownMultipleWithKeysPropertyEditor.cs" />
|
2013-09-06 17:50:31 +10:00
|
|
|
|
<Compile Include="PropertyEditors\RadioButtonsPropertyEditor.cs" />
|
2013-10-03 20:57:36 +02:00
|
|
|
|
<Compile Include="PropertyEditors\RichTextPreValueController.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\RichTextPreValueEditor.cs" />
|
2013-10-30 08:59:28 +11:00
|
|
|
|
<Compile Include="PropertyEditors\SliderPropertyEditor.cs" />
|
2013-10-29 18:17:10 +11:00
|
|
|
|
<Compile Include="PropertyEditors\TagPropertyEditorTagDefinition.cs" />
|
2013-10-02 13:50:42 +10:00
|
|
|
|
<Compile Include="PropertyEditors\TagsPropertyEditor.cs" />
|
2013-10-28 15:36:08 +11:00
|
|
|
|
<Compile Include="PropertyEditors\UploadFileTypeValidator.cs" />
|
2013-09-16 16:06:11 +02:00
|
|
|
|
<Compile Include="PropertyEditors\UserPickerPropertyEditor.cs" />
|
2013-11-21 11:48:07 +01:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\RelatedLinksEditorValueConvertor.cs" />
|
2013-08-27 13:18:47 +10:00
|
|
|
|
<Compile Include="PropertyEditors\ValueListPreValueEditor.cs" />
|
2013-08-22 18:38:57 +10:00
|
|
|
|
<Compile Include="PropertyEditors\DropDownPropertyEditor.cs" />
|
2013-08-27 13:18:47 +10:00
|
|
|
|
<Compile Include="PropertyEditors\PublishValueValueEditor.cs" />
|
2013-08-26 18:03:35 +10:00
|
|
|
|
<Compile Include="PropertyEditors\DropDownWithKeysPropertyEditor.cs" />
|
2013-08-12 14:16:45 +10:00
|
|
|
|
<Compile Include="PropertyEditors\LabelPropertyEditor.cs" />
|
2013-09-19 14:55:00 +10:00
|
|
|
|
<Compile Include="PropertyEditors\PropertyValueEditorWrapper.cs" />
|
2013-11-02 13:22:48 +11:00
|
|
|
|
<Compile Include="PublishedContentQuery.cs" />
|
2014-02-17 16:12:21 +01:00
|
|
|
|
<Compile Include="ImageCropperTemplateExtensions.cs" />
|
2014-06-08 17:16:28 +02:00
|
|
|
|
<Compile Include="Mvc\UmbracoVirtualNodeRouteHandler.cs" />
|
2014-10-29 18:20:01 +10:00
|
|
|
|
<Compile Include="Routing\CustomRouteUrlProvider.cs" />
|
2013-08-12 15:57:54 +10:00
|
|
|
|
<Compile Include="Routing\UrlProviderExtensions.cs" />
|
2015-02-04 15:12:37 +11:00
|
|
|
|
<Compile Include="Scheduling\BackgroundTaskRunnerOptions.cs" />
|
2015-02-06 16:10:34 +01:00
|
|
|
|
<Compile Include="Scheduling\IBackgroundTaskRunner.cs" />
|
2015-02-08 16:25:30 +01:00
|
|
|
|
<Compile Include="Scheduling\ILatchedBackgroundTask.cs" />
|
2015-02-06 16:10:34 +01:00
|
|
|
|
<Compile Include="Scheduling\RecurringTaskBase.cs" />
|
2015-02-04 19:24:59 +11:00
|
|
|
|
<Compile Include="Security\Identity\AppBuilderExtensions.cs" />
|
2015-04-02 14:46:53 +11:00
|
|
|
|
<Compile Include="Security\Identity\AuthenticationOptionsExtensions.cs" />
|
2015-02-19 16:36:39 +01:00
|
|
|
|
<Compile Include="Security\Identity\AuthenticationManagerExtensions.cs" />
|
2015-02-09 17:37:21 +11:00
|
|
|
|
<Compile Include="Security\Identity\BackOfficeCookieManager.cs" />
|
2015-02-06 13:47:00 +11:00
|
|
|
|
<Compile Include="Security\Identity\FormsAuthenticationSecureDataFormat.cs" />
|
2015-04-10 16:55:04 +10:00
|
|
|
|
<Compile Include="Security\Identity\UmbracoBackOfficeCookieAuthOptions.cs" />
|
2015-02-06 16:10:34 +01:00
|
|
|
|
<Compile Include="Scheduling\TaskAndFactoryExtensions.cs" />
|
2015-02-09 17:37:21 +11:00
|
|
|
|
<Compile Include="SingletonUmbracoContextAccessor.cs" />
|
2013-12-24 10:48:32 +11:00
|
|
|
|
<Compile Include="Strategies\Migrations\ClearCsrfCookiesAfterUpgrade.cs" />
|
2013-12-13 12:53:02 +11:00
|
|
|
|
<Compile Include="Strategies\Migrations\ClearMediaXmlCacheForDeletedItemsAfterUpgrade.cs" />
|
2014-09-12 12:51:41 +10:00
|
|
|
|
<Compile Include="Strategies\Migrations\EnsureListViewDataTypeIsCreated.cs" />
|
2015-01-16 10:57:49 +11:00
|
|
|
|
<Compile Include="Strategies\Migrations\MigrationStartupHander.cs" />
|
|
|
|
|
|
<Compile Include="Strategies\Migrations\OverwriteStylesheetFilesFromTempFiles.cs" />
|
2014-01-13 16:13:53 +11:00
|
|
|
|
<Compile Include="Strategies\NotificationsHandler.cs" />
|
2014-08-20 17:01:12 +02:00
|
|
|
|
<Compile Include="Strategies\RelateOnCopyHandler.cs" />
|
2013-11-02 13:22:48 +11:00
|
|
|
|
<Compile Include="TagQuery.cs" />
|
2013-10-08 12:38:27 +11:00
|
|
|
|
<Compile Include="Trees\CoreTreeAttribute.cs" />
|
2013-08-13 18:19:56 +10:00
|
|
|
|
<Compile Include="Trees\DataTypeTreeController.cs" />
|
2014-05-09 12:23:59 +02:00
|
|
|
|
<Compile Include="Trees\FileSystemTreeController.cs" />
|
2014-11-20 16:28:50 +11:00
|
|
|
|
<Compile Include="Trees\LanguageTreeController.cs" />
|
2013-11-01 14:46:33 +11:00
|
|
|
|
<Compile Include="Trees\LegacyBaseTreeAttribute.cs" />
|
2013-10-01 15:36:08 +10:00
|
|
|
|
<Compile Include="Trees\MemberTreeController.cs" />
|
2013-10-03 15:05:48 +10:00
|
|
|
|
<Compile Include="Trees\MenuRenderingEventArgs.cs" />
|
2013-10-08 12:38:27 +11:00
|
|
|
|
<Compile Include="Models\Trees\CreateChildEntity.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\MenuItemList.cs" />
|
2014-11-20 19:51:42 +11:00
|
|
|
|
<Compile Include="Trees\TemplatesTreeController.cs" />
|
2013-11-07 13:52:06 +11:00
|
|
|
|
<Compile Include="Trees\TreeControllerBase.cs" />
|
2014-09-23 16:30:27 +02:00
|
|
|
|
<Compile Include="CanvasDesignerUtility.cs" />
|
2013-11-28 10:37:08 +11:00
|
|
|
|
<Compile Include="UI\JavaScript\AssetInitialization.cs" />
|
2013-10-02 10:54:25 +02:00
|
|
|
|
<Compile Include="UI\JavaScript\CssInitialization.cs" />
|
2014-01-08 14:04:30 +11:00
|
|
|
|
<Compile Include="UI\JavaScript\DependencyPathRenderer.cs" />
|
2013-10-02 15:56:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
Updates PartialView & PartialViewMacros models/services/repositories, streamlines their operations, fixes up other underlying problems with the FileRepository, fixes tree syncing for partial views, partial view macros and scripts, fixes scripts being created in folders, allows partial views and partial view macros to be managed and created in folders, fixes FileUnitOfWork to use a queue, publicizes some internal test classes, fixes tree syncing when dealing with invariant case, adds correct validation to the create dialogs of scripts and partial views (and partial view macros)
2014-10-22 16:44:45 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\script.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2014-01-15 15:36:28 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\Language.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2014-08-14 17:20:25 +02:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\PartialViewTasksBase.cs" />
|
2013-10-09 12:07:50 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\xslt.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2014-01-15 17:18:23 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\Installer.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-10-31 12:57:41 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\cruds.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-10-08 15:04:47 +02:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadPackager.cs" />
|
2015-01-29 12:45:44 +11:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\XmlCacheFilePersister.cs" />
|
2015-02-18 17:14:55 +01:00
|
|
|
|
<Compile Include="UmbracoComponentRenderer.cs" />
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<Compile Include="Web References\org.umbraco.our\Reference.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2013-12-02 13:31:44 +11:00
|
|
|
|
<Compile Include="WebApi\AngularJsonMediaTypeFormatter.cs" />
|
2014-03-05 22:42:51 +11:00
|
|
|
|
<Compile Include="WebApi\AngularJsonOnlyConfigurationAttribute.cs" />
|
2013-09-27 16:59:38 +10:00
|
|
|
|
<Compile Include="WebApi\Binders\MemberBinder.cs" />
|
2013-12-02 17:20:50 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\AngularAntiForgeryHelper.cs" />
|
2015-07-24 11:44:09 +02:00
|
|
|
|
<Compile Include="WebApi\Filters\AppendCurrentEventMessagesAttribute.cs" />
|
2013-12-02 17:20:50 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\ClearAngularAntiForgeryTokenAttribute.cs" />
|
2014-03-13 18:24:37 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\DisableBrowserCacheAttribute.cs" />
|
2015-01-05 12:22:49 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\EnableOverrideAuthorizationAttribute.cs" />
|
2013-11-20 14:18:03 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\FilterGrouping.cs" />
|
2014-11-27 17:57:33 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\LegacyTreeAuthorizeAttribute.cs" />
|
2016-01-27 13:20:13 +01:00
|
|
|
|
<Compile Include="WebApi\Filters\OutgoingEditorModelEventAttribute.cs" />
|
2014-05-09 15:50:07 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\OutgoingNoHyphenGuidFormatAttribute.cs" />
|
2015-01-05 12:22:49 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\OverridableAuthorizationAttribute.cs" />
|
2013-12-03 11:36:17 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\SetAngularAntiForgeryTokensAttribute.cs" />
|
2013-12-02 17:20:50 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\UmbracoBackOfficeLogoutAttribute.cs" />
|
2014-09-05 16:08:41 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\UmbracoTreeAuthorizeAttribute.cs" />
|
2014-10-01 16:06:19 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\UmbracoUseHttps.cs" />
|
2013-12-02 17:20:50 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\ValidateAngularAntiForgeryTokenAttribute.cs" />
|
2013-11-20 14:18:03 +11:00
|
|
|
|
<Compile Include="WebApi\HttpControllerContextExtensions.cs" />
|
2013-08-06 18:42:36 +10:00
|
|
|
|
<Compile Include="WebApi\CustomDateTimeConvertor.cs" />
|
2013-07-25 12:29:41 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentSortOrder.cs" />
|
2013-07-24 14:59:49 +10:00
|
|
|
|
<Compile Include="Editors\ContentControllerBase.cs" />
|
2013-06-25 22:10:39 +10:00
|
|
|
|
<Compile Include="Editors\ContentTypeController.cs" />
|
2013-07-12 10:57:54 +10:00
|
|
|
|
<Compile Include="Editors\LegacyController.cs" />
|
2013-11-05 12:00:56 +01:00
|
|
|
|
<Compile Include="Controllers\UmbRegisterController.cs" />
|
2013-08-28 17:52:06 +02:00
|
|
|
|
<Compile Include="Models\ProfileModel.cs" />
|
2013-08-28 13:36:04 +02:00
|
|
|
|
<Compile Include="Models\LoginStatusModel.cs" />
|
2013-10-30 08:59:28 +11:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\MarkdownEditorValueConverter.cs" />
|
2013-10-04 20:14:38 +02:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\TextStringValueConverter.cs" />
|
2013-09-05 17:47:13 +02:00
|
|
|
|
<Compile Include="PublishedContentPropertyExtension.cs" />
|
2013-08-29 16:12:50 +02:00
|
|
|
|
<Compile Include="Models\UmbracoProperty.cs" />
|
2013-08-30 12:03:16 +10:00
|
|
|
|
<Compile Include="Mvc\MergeParentContextViewDataAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\ViewDataDictionaryExtensions.cs" />
|
2013-08-28 13:36:04 +02:00
|
|
|
|
<Compile Include="Models\RegisterModel.cs" />
|
|
|
|
|
|
<Compile Include="Models\LoginModel.cs" />
|
2013-08-05 19:29:47 +10:00
|
|
|
|
<Compile Include="Editors\MediaTypeController.cs" />
|
2014-12-07 16:16:29 +01:00
|
|
|
|
<Compile Include="Scheduling\IBackgroundTask.cs" />
|
2014-06-20 14:34:21 +10:00
|
|
|
|
<Compile Include="Scheduling\KeepAlive.cs" />
|
|
|
|
|
|
<Compile Include="Scheduling\LogScrubber.cs" />
|
|
|
|
|
|
<Compile Include="Scheduling\ScheduledPublishing.cs" />
|
|
|
|
|
|
<Compile Include="Scheduling\ScheduledTasks.cs" />
|
2014-12-07 16:16:29 +01:00
|
|
|
|
<Compile Include="Scheduling\TaskEventArgs.cs" />
|
2014-01-07 17:01:22 +11:00
|
|
|
|
<Compile Include="Security\MembershipHelper.cs" />
|
2013-07-01 14:23:56 +10:00
|
|
|
|
<Compile Include="Editors\SectionController.cs" />
|
2013-07-12 10:57:54 +10:00
|
|
|
|
<Compile Include="Editors\UmbracoAuthorizedJsonController.cs" />
|
2013-07-18 17:05:40 +10:00
|
|
|
|
<Compile Include="Editors\ValidationHelper.cs" />
|
2013-06-07 02:29:24 -10:00
|
|
|
|
<Compile Include="HttpCookieExtensions.cs" />
|
2013-07-23 18:55:31 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemDisplayBase.cs" />
|
2013-06-05 14:37:19 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentSaveAction.cs" />
|
2013-06-03 18:56:16 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentTypeBasic.cs" />
|
2013-07-23 18:55:31 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\IErrorModel.cs" />
|
2013-07-16 18:23:20 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\IHaveUploadedFiles.cs" />
|
2013-07-22 17:13:56 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\INotificationModel.cs" />
|
2013-06-10 16:43:42 -02:00
|
|
|
|
<Compile Include="Models\ContentEditing\MediaItemDisplay.cs" />
|
2013-07-22 17:13:56 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\MessagesExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\Notification.cs" />
|
2013-07-01 14:23:56 +10:00
|
|
|
|
<Compile Include="Models\ContentEditing\Section.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\Tab.cs" />
|
2013-06-10 16:43:42 -02:00
|
|
|
|
<Compile Include="Models\ContentEditing\TabbedContentItem.cs" />
|
2013-06-03 23:50:20 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\UserBasic.cs" />
|
2013-06-17 01:06:31 +02:00
|
|
|
|
<Compile Include="Models\ContentEditing\UserDetail.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="FormDataCollectionExtensions.cs" />
|
2013-07-25 16:08:18 +10:00
|
|
|
|
<Compile Include="Models\Mapping\ContentPropertyBasicConverter.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\ContentPropertyDisplayConverter.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\ContentPropertyDtoConverter.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\ContentPropertyModelMapper.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\CreatorResolver.cs" />
|
2013-09-18 17:31:41 +10:00
|
|
|
|
<Compile Include="Models\Mapping\MediaModelMapper.cs" />
|
2013-08-19 17:39:50 +10:00
|
|
|
|
<Compile Include="Models\Mapping\ContentTypeModelMapper.cs" />
|
2013-07-25 16:08:18 +10:00
|
|
|
|
<Compile Include="Models\Mapping\ContentModelMapper.cs" />
|
|
|
|
|
|
<Compile Include="Models\Mapping\OwnerResolver.cs" />
|
2013-07-01 14:23:56 +10:00
|
|
|
|
<Compile Include="Models\Mapping\SectionModelMapper.cs" />
|
2013-07-25 16:08:18 +10:00
|
|
|
|
<Compile Include="Models\Mapping\TabsAndPropertiesResolver.cs" />
|
2013-06-17 01:06:31 +02:00
|
|
|
|
<Compile Include="Models\Mapping\UserModelMapper.cs" />
|
2013-06-19 16:42:50 +10:00
|
|
|
|
<Compile Include="PropertyEditors\ContentPickerPropertyEditor.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\FileUploadPropertyEditor.cs" />
|
2013-09-19 14:55:00 +10:00
|
|
|
|
<Compile Include="PropertyEditors\FileUploadPropertyValueEditor.cs" />
|
2013-06-19 16:42:50 +10:00
|
|
|
|
<Compile Include="PropertyEditors\RichTextPropertyEditor.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\TextAreaPropertyEditor.cs" />
|
2013-08-28 13:30:05 +10:00
|
|
|
|
<Compile Include="PropertyEditors\TextboxPropertyEditor.cs" />
|
2013-06-19 16:42:50 +10:00
|
|
|
|
<Compile Include="PropertyEditors\TrueFalsePropertyEditor.cs" />
|
2013-08-05 19:22:00 +10:00
|
|
|
|
<Compile Include="Trees\MediaTreeController.cs" />
|
2013-10-08 12:38:27 +11:00
|
|
|
|
<Compile Include="Models\Trees\ActionMenuItem.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\ActionMenuItemAttribute.cs" />
|
2013-07-11 19:46:13 +10:00
|
|
|
|
<Compile Include="Trees\ActionUrlMethod.cs" />
|
2013-07-30 14:23:39 +10:00
|
|
|
|
<Compile Include="Trees\ContentTreeControllerBase.cs" />
|
2013-07-30 13:29:05 +10:00
|
|
|
|
<Compile Include="Trees\LegacyTreeController.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="Trees\ISearchableTree.cs" />
|
2013-06-25 08:54:36 +10:00
|
|
|
|
<Compile Include="Trees\LegacyTreeDataConverter.cs" />
|
|
|
|
|
|
<Compile Include="Trees\LegacyTreeJavascript.cs" />
|
2013-06-20 17:47:14 +10:00
|
|
|
|
<Compile Include="Trees\LegacyTreeParams.cs" />
|
2013-10-08 12:38:27 +11:00
|
|
|
|
<Compile Include="Models\Trees\MenuItem.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\MenuItemCollection.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\RefreshNode.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\SearchResultItem.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\SectionRootNode.cs" />
|
2013-09-26 15:55:38 +10:00
|
|
|
|
<Compile Include="Trees\TreeController.cs" />
|
2013-05-31 17:20:56 -10:00
|
|
|
|
<Compile Include="Trees\ApplicationTreeExtensions.cs" />
|
2013-10-08 12:38:27 +11:00
|
|
|
|
<Compile Include="Models\Trees\TreeNodeCollection.cs" />
|
|
|
|
|
|
<Compile Include="Models\Trees\TreeNodeExtensions.cs" />
|
2013-07-30 14:23:39 +10:00
|
|
|
|
<Compile Include="Trees\TreeNodeRenderingEventArgs.cs" />
|
|
|
|
|
|
<Compile Include="Trees\TreeNodesRenderingEventArgs.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="Trees\TreeQueryStringParameters.cs" />
|
2013-07-01 14:23:56 +10:00
|
|
|
|
<Compile Include="Trees\ApplicationTreeController.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="Editors\BackOfficeController.cs" />
|
2013-05-24 08:13:24 -02:00
|
|
|
|
<Compile Include="Security\Providers\MembersMembershipProvider.cs" />
|
2014-01-22 12:16:47 +11:00
|
|
|
|
<Compile Include="Security\Providers\MembersRoleProvider.cs" />
|
2014-02-21 16:03:32 +11:00
|
|
|
|
<Compile Include="Security\Providers\UmbracoMembershipProvider.cs" />
|
2013-05-24 08:13:24 -02:00
|
|
|
|
<Compile Include="Security\Providers\UsersMembershipProvider.cs" />
|
2013-07-30 13:29:05 +10:00
|
|
|
|
<Compile Include="Trees\ContentTreeController.cs" />
|
2013-07-30 14:23:39 +10:00
|
|
|
|
<Compile Include="Trees\TreeRenderingEventArgs.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="Trees\UrlHelperExtensions.cs" />
|
2013-06-19 13:45:41 +10:00
|
|
|
|
<Compile Include="UI\JavaScript\JsInitialization.cs" />
|
2013-06-03 18:56:16 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemBasic.cs" />
|
2013-05-23 22:15:52 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemDisplay.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemFile.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\ContentItemSave.cs" />
|
2013-06-10 10:36:59 -02:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentPropertyBasic.cs" />
|
2013-05-23 22:15:52 -10:00
|
|
|
|
<Compile Include="Models\ContentEditing\ContentPropertyDisplay.cs" />
|
|
|
|
|
|
<Compile Include="Models\ContentEditing\ContentPropertyDto.cs" />
|
2012-10-04 03:26:56 +05:00
|
|
|
|
<Compile Include="Dynamics\DynamicExpression.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicGrouping.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicPublishedContentIdEqualityComparer.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicPublishedContentListOrdering.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicQueryable.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\ExpressionParser.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\ExtensionMethods.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\Grouping.cs" />
|
2013-01-03 06:21:55 +03:00
|
|
|
|
<Compile Include="HttpRequestExtensions.cs" />
|
2013-04-30 16:43:59 -10:00
|
|
|
|
<Compile Include="HttpUrlHelperExtensions.cs" />
|
2013-02-03 05:06:11 +06:00
|
|
|
|
<Compile Include="Install\FilePermissionHelper.cs" />
|
|
|
|
|
|
<Compile Include="Install\InstallHelper.cs" />
|
2014-02-26 04:15:14 +11:00
|
|
|
|
<Compile Include="Install\HttpInstallAuthorizeAttribute.cs" />
|
2012-12-07 06:31:53 +05:00
|
|
|
|
<Compile Include="Macros\PartialViewMacroController.cs" />
|
2012-12-04 03:26:04 +05:00
|
|
|
|
<Compile Include="Macros\PartialViewMacroEngine.cs" />
|
2012-12-07 06:31:53 +05:00
|
|
|
|
<Compile Include="Macros\PartialViewMacroPage.cs" />
|
2012-11-21 07:23:15 -01:00
|
|
|
|
<Compile Include="Media\ImageUrl.cs" />
|
|
|
|
|
|
<Compile Include="Media\ImageUrlProviderResolver.cs" />
|
|
|
|
|
|
<Compile Include="Media\ImageUrlProviders\ImageUrlProvider.cs" />
|
2012-10-04 01:31:08 +05:00
|
|
|
|
<Compile Include="Models\DynamicPublishedContent.cs" />
|
2012-10-04 03:26:56 +05:00
|
|
|
|
<Compile Include="Models\DynamicPublishedContentList.cs" />
|
2012-12-04 03:26:04 +05:00
|
|
|
|
<Compile Include="Models\PartialViewMacroModel.cs" />
|
2012-12-09 03:22:11 +05:00
|
|
|
|
<Compile Include="Models\PublishedContentBase.cs" />
|
2012-09-29 08:07:00 +07:00
|
|
|
|
<Compile Include="Mvc\AreaRegistrationExtensions.cs" />
|
2013-03-20 16:01:48 -01:00
|
|
|
|
<Compile Include="ContextualPublishedCacheExtensions.cs" />
|
2013-04-28 16:09:24 -10:00
|
|
|
|
<Compile Include="Mvc\DefaultRenderMvcControllerResolver.cs" />
|
2013-04-30 16:43:59 -10:00
|
|
|
|
<Compile Include="Mvc\QueryStringFilterAttribute.cs" />
|
2013-03-19 17:51:55 -01:00
|
|
|
|
<Compile Include="PublishedCache\ContextualPublishedContentCache.cs" />
|
2013-03-31 18:44:29 -02:00
|
|
|
|
<Compile Include="PublishedCache\ContextualPublishedCacheOfT.cs" />
|
2013-03-19 17:51:55 -01:00
|
|
|
|
<Compile Include="PublishedCache\ContextualPublishedCache.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\ContextualPublishedMediaCache.cs" />
|
2013-03-31 18:40:55 -02:00
|
|
|
|
<Compile Include="PublishedCache\PublishedCachesResolver.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\IPublishedCaches.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\PublishedCaches.cs" />
|
2013-03-22 15:02:26 -01:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\PublishedMediaCache.cs" />
|
2012-08-15 23:20:37 +06:00
|
|
|
|
<Compile Include="Dictionary\UmbracoCultureDictionary.cs" />
|
|
|
|
|
|
<Compile Include="Dictionary\UmbracoCultureDictionaryFactory.cs" />
|
2013-02-26 02:21:51 +06:00
|
|
|
|
<Compile Include="Mvc\MemberAuthorizeAttribute.cs" />
|
2013-06-18 14:59:00 +10:00
|
|
|
|
<Compile Include="Mvc\BackOfficeArea.cs" />
|
2013-02-20 06:30:06 +06:00
|
|
|
|
<Compile Include="Mvc\ControllerFactoryExtensions.cs" />
|
2013-06-25 09:33:48 +10:00
|
|
|
|
<Compile Include="Mvc\IRenderMvcController.cs" />
|
2013-02-19 07:30:46 +06:00
|
|
|
|
<Compile Include="Mvc\SurfaceRouteHandler.cs" />
|
2013-03-22 15:02:26 -01:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\RoutesCache.cs" />
|
2013-09-05 17:47:13 +02:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\UmbracoContextCache.cs" />
|
2013-03-01 13:56:11 -01:00
|
|
|
|
<Compile Include="Routing\UrlProviderMode.cs" />
|
2013-02-28 05:05:06 +06:00
|
|
|
|
<Compile Include="Search\ExamineIndexerModel.cs" />
|
|
|
|
|
|
<Compile Include="Search\LuceneIndexerExtensions.cs" />
|
2013-04-09 22:11:12 +06:00
|
|
|
|
<Compile Include="Security\ValidateRequestAttempt.cs" />
|
2013-04-04 02:11:31 +06:00
|
|
|
|
<Compile Include="Security\WebSecurity.cs" />
|
2013-06-19 13:45:41 +10:00
|
|
|
|
<Compile Include="UI\JavaScript\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2013-05-26 19:54:50 -10:00
|
|
|
|
<Compile Include="UI\JavaScript\ServerVariablesParser.cs" />
|
2013-12-13 17:07:29 +11:00
|
|
|
|
<Compile Include="Strategies\Migrations\RebuildMediaXmlCacheAfterUpgrade.cs" />
|
2014-02-12 17:14:16 +11:00
|
|
|
|
<Compile Include="Strategies\PublicAccessEventHandler.cs" />
|
2013-12-19 15:05:05 +11:00
|
|
|
|
<Compile Include="UI\Bundles\JsApplicationLib.cs" />
|
|
|
|
|
|
<Compile Include="UI\Bundles\JsJQueryCore.cs" />
|
|
|
|
|
|
<Compile Include="UI\Bundles\JsJQueryPlugins.cs" />
|
|
|
|
|
|
<Compile Include="UI\Bundles\JsUmbracoApplicationCore.cs" />
|
|
|
|
|
|
<Compile Include="UI\Bundles\JsUmbracoApplicationUI.cs" />
|
|
|
|
|
|
<Compile Include="UI\Bundles\JsUmbracoTree.cs" />
|
2013-05-28 13:24:48 -10:00
|
|
|
|
<Compile Include="UI\CdfLogger.cs" />
|
2013-10-17 22:40:38 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\PasswordChanger.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-12-19 11:41:26 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\TreeControl.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2014-03-10 15:16:17 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\simple.ascx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2014-01-14 16:21:00 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\ProtectPage.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-12-03 16:38:58 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\emptyTrashcan.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-12-03 16:28:51 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\create.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\AssignDomain.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-03-12 12:00:34 -01:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\AssignDomain2.aspx.cs">
|
|
|
|
|
|
<DependentUpon>AssignDomain2.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2013-03-12 12:00:34 -01:00
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\AssignDomain2.aspx.designer.cs">
|
|
|
|
|
|
<DependentUpon>AssignDomain2.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2013-10-17 22:40:38 +11:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\EditUser.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-09-05 17:47:13 +02:00
|
|
|
|
<Compile Include="UmbracoContextExtensions.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\stylesheet\editstylesheet.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\stylesheet\property\EditStyleSheetProperty.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-11-05 12:00:56 +01:00
|
|
|
|
<Compile Include="Controllers\UmbLoginController.cs" />
|
2013-10-06 18:55:52 +02:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TranslateTreeNames.cs" />
|
2013-02-26 23:13:32 +06:00
|
|
|
|
<Compile Include="UrlHelperExtensions.cs" />
|
2013-06-10 10:36:59 -02:00
|
|
|
|
<Compile Include="Editors\MediaController.cs" />
|
2013-09-06 11:40:37 +10:00
|
|
|
|
<Compile Include="UrlHelperRenderExtensions.cs" />
|
2013-06-11 01:56:30 +02:00
|
|
|
|
<Compile Include="WebApi\Binders\ContentItemBaseBinder.cs" />
|
2014-01-15 13:17:38 +11:00
|
|
|
|
<Compile Include="WebApi\IsBackOfficeAttribute.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="WebApi\Binders\ContentItemBinder.cs" />
|
2013-06-11 01:56:30 +02:00
|
|
|
|
<Compile Include="WebApi\Binders\MediaItemBinder.cs" />
|
2013-08-07 19:28:32 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\EnsureUserPermissionForContentAttribute.cs" />
|
2013-07-16 18:23:20 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\ContentItemValidationHelper.cs" />
|
2013-08-09 16:53:20 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\EnsureUserPermissionForMediaAttribute.cs" />
|
2013-05-23 22:15:52 -10:00
|
|
|
|
<Compile Include="WebApi\Filters\FileUploadCleanupFilterAttribute.cs" />
|
2013-08-07 19:28:32 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\FilterAllowedOutgoingContentAttribute.cs" />
|
2013-09-03 13:59:25 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\FilterAllowedOutgoingMediaAttribute.cs" />
|
2013-05-30 21:21:52 -10:00
|
|
|
|
<Compile Include="WebApi\Filters\HttpQueryStringFilterAttribute.cs" />
|
2013-08-07 19:28:32 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\OutgoingDateTimeFormatAttribute.cs" />
|
|
|
|
|
|
<Compile Include="WebApi\Filters\UmbracoApplicationAuthorizeAttribute.cs" />
|
2013-11-18 15:58:53 +11:00
|
|
|
|
<Compile Include="WebApi\GuidNoHyphenConverter.cs" />
|
2013-09-10 15:37:44 +10:00
|
|
|
|
<Compile Include="WebApi\HttpRequestMessageExtensions.cs" />
|
2014-06-09 16:42:57 +01:00
|
|
|
|
<Compile Include="WebApi\JsonCamelCaseFormatter.cs" />
|
2013-02-26 22:14:32 +06:00
|
|
|
|
<Compile Include="WebApi\MemberAuthorizeAttribute.cs" />
|
2015-01-06 17:39:07 +11:00
|
|
|
|
<Compile Include="WebApi\MvcVersionCheck.cs" />
|
2014-06-27 13:34:15 +10:00
|
|
|
|
<Compile Include="WebApi\NamespaceHttpControllerSelector.cs" />
|
2015-10-08 17:13:38 +02:00
|
|
|
|
<Compile Include="WebApi\PrefixlessBodyModelValidator.cs" />
|
|
|
|
|
|
<Compile Include="WebApi\PrefixlessBodyModelValidatorAttribute.cs" />
|
2013-02-26 22:14:32 +06:00
|
|
|
|
<Compile Include="WebApi\UmbracoApiController.cs" />
|
2015-04-13 15:06:40 +10:00
|
|
|
|
<Compile Include="WebApi\UmbracoApiControllerBase.cs" />
|
2013-02-26 22:14:32 +06:00
|
|
|
|
<Compile Include="WebApi\UmbracoApiControllerResolver.cs" />
|
2012-12-30 03:11:21 +03:00
|
|
|
|
<Compile Include="Mvc\UmbracoAuthorizeAttribute.cs" />
|
2013-03-05 05:56:53 +06:00
|
|
|
|
<Compile Include="Mvc\NotChildAction.cs" />
|
2012-12-30 03:11:21 +03:00
|
|
|
|
<Compile Include="Mvc\UmbracoAuthorizedController.cs" />
|
2013-02-09 04:05:01 +06:00
|
|
|
|
<Compile Include="Mvc\UmbracoController.cs" />
|
2013-02-19 07:30:46 +06:00
|
|
|
|
<Compile Include="Mvc\UmbracoControllerFactory.cs" />
|
2013-02-16 16:00:28 -01:00
|
|
|
|
<Compile Include="Mvc\UmbracoMvcHandler.cs" />
|
2013-10-23 10:13:54 +02:00
|
|
|
|
<Compile Include="Mvc\UmbracoViewPageOfTModel.cs" />
|
2013-02-05 06:31:13 -01:00
|
|
|
|
<Compile Include="PublishedCache\IPublishedCache.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\IPublishedContentCache.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\IPublishedMediaCache.cs" />
|
2012-10-02 22:51:53 +05:00
|
|
|
|
<Compile Include="PublishedContentExtensions.cs" />
|
2012-09-14 09:09:23 +07:00
|
|
|
|
<Compile Include="ExamineExtensions.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="FormlessPage.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2012-09-05 09:35:24 +07:00
|
|
|
|
<Compile Include="HtmlHelperRenderExtensions.cs" />
|
2014-06-20 14:34:21 +10:00
|
|
|
|
<Compile Include="Scheduling\Scheduler.cs" />
|
2012-08-31 09:28:19 -02:00
|
|
|
|
<Compile Include="Media\EmbedProviders\AbstractOEmbedProvider.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\AbstractProvider.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\OEmbedRich.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\OEmbedVideo.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\Settings\Dictionary.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\Settings\String.cs" />
|
|
|
|
|
|
<Compile Include="Media\EmbedProviders\Twitgoo.cs" />
|
2012-09-05 09:35:24 +07:00
|
|
|
|
<Compile Include="ModelStateExtensions.cs" />
|
2012-09-20 13:16:38 +07:00
|
|
|
|
<Compile Include="Mvc\HtmlTagWrapper.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\HtmlTagWrapperTextNode.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\IHtmlTagWrapper.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\MergeModelStateToChildActionAttribute.cs" />
|
2012-09-26 11:04:07 +07:00
|
|
|
|
<Compile Include="Mvc\PluginController.cs" />
|
2012-10-01 23:22:23 +05:00
|
|
|
|
<Compile Include="Mvc\PluginViewEngine.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\PostedDataProxyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RedirectToUmbracoPageResult.cs" />
|
2012-09-25 11:20:05 +07:00
|
|
|
|
<Compile Include="Mvc\Strings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\SurfaceController.cs" />
|
2012-09-26 11:04:07 +07:00
|
|
|
|
<Compile Include="Mvc\PluginControllerArea.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\PluginControllerAttribute.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\SurfaceControllerFactory.cs" />
|
2012-09-26 11:04:07 +07:00
|
|
|
|
<Compile Include="Mvc\PluginControllerMetadata.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\UmbracoPageResult.cs" />
|
2013-09-23 16:30:24 +02:00
|
|
|
|
<Compile Include="PropertyEditors\ValueConverters\RteMacroRenderingValueConverter.cs" />
|
2012-09-05 09:35:24 +07:00
|
|
|
|
<Compile Include="RenderFieldCaseType.cs" />
|
|
|
|
|
|
<Compile Include="RenderFieldEncodingType.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="RouteCollectionExtensions.cs" />
|
2013-01-31 10:06:25 -01:00
|
|
|
|
<Compile Include="Routing\AliasUrlProvider.cs" />
|
2013-01-18 14:03:11 -01:00
|
|
|
|
<Compile Include="Routing\ContentFinderByLegacy404.cs" />
|
2013-01-18 13:20:08 -01:00
|
|
|
|
<Compile Include="Routing\ContentFinderByPageIdQuery.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mvc\SurfaceControllerResolver.cs" />
|
2013-02-19 06:37:25 -01:00
|
|
|
|
<Compile Include="Routing\ISiteDomainHelper.cs" />
|
2013-02-13 06:12:43 +06:00
|
|
|
|
<Compile Include="Routing\RoutableAttemptEventArgs.cs" />
|
2013-01-31 10:06:25 -01:00
|
|
|
|
<Compile Include="Routing\DefaultUrlProvider.cs" />
|
|
|
|
|
|
<Compile Include="Routing\DomainAndUri.cs" />
|
|
|
|
|
|
<Compile Include="Routing\IUrlProvider.cs" />
|
2013-02-19 06:37:25 -01:00
|
|
|
|
<Compile Include="Routing\SiteDomainHelper.cs" />
|
|
|
|
|
|
<Compile Include="Routing\SiteDomainHelperResolver.cs" />
|
2013-01-31 10:06:25 -01:00
|
|
|
|
<Compile Include="Routing\UrlProviderResolver.cs" />
|
2013-02-13 06:12:43 +06:00
|
|
|
|
<Compile Include="Routing\EnsureRoutableOutcome.cs" />
|
2013-04-08 23:11:47 +06:00
|
|
|
|
<Compile Include="Security\LegacyDefaultAppMapping.cs" />
|
2013-01-18 13:13:06 -01:00
|
|
|
|
<Compile Include="Routing\PublishedContentRequestEngine.cs" />
|
2013-01-31 10:06:25 -01:00
|
|
|
|
<Compile Include="Routing\UrlProvider.cs" />
|
2013-02-23 23:00:31 +06:00
|
|
|
|
<Compile Include="Routing\WebServicesRouteConstraint.cs" />
|
2013-02-28 05:05:06 +06:00
|
|
|
|
<Compile Include="Search\ExamineSearcherModel.cs" />
|
2013-01-05 22:46:50 +03:00
|
|
|
|
<Compile Include="Search\ExamineEvents.cs" />
|
2013-01-10 11:46:26 -01:00
|
|
|
|
<Compile Include="Strategies\Migrations\PublishAfterUpgradeToVersionSixth.cs" />
|
2015-03-30 17:40:36 +11:00
|
|
|
|
<Compile Include="Strategies\LegacyClasses.cs" />
|
2013-02-13 06:12:43 +06:00
|
|
|
|
<Compile Include="Strategies\ServerRegistrationEventHandler.cs" />
|
2012-11-14 10:47:40 +05:00
|
|
|
|
<Compile Include="Templates\TemplateRenderer.cs" />
|
2012-09-29 08:13:49 +07:00
|
|
|
|
<Compile Include="Templates\TemplateUtilities.cs" />
|
2012-12-31 02:51:30 +03:00
|
|
|
|
<Compile Include="Trees\PartialViewMacrosTree.cs" />
|
2012-12-30 00:59:25 +03:00
|
|
|
|
<Compile Include="Trees\PartialViewsTree.cs" />
|
2012-12-31 18:39:36 +03:00
|
|
|
|
<Compile Include="UI\Controls\InsertMacroSplitButton.cs" />
|
2013-04-08 23:11:47 +06:00
|
|
|
|
<Compile Include="UI\IAssignedApp.cs" />
|
2016-03-17 16:03:12 +01:00
|
|
|
|
<Compile Include="_Legacy\PackageActions\addApplication.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\addApplicationTree.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\addDashboardSection.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\addProxyFeedHost.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\addStringToHtmlElement.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\allowDoctype.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\moveRootDocument.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\PackageHelper.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\publishRootDocument.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\PackageActions\removeStringFromTemplate.cs" />
|
2016-03-17 15:30:25 +01:00
|
|
|
|
<Compile Include="_Legacy\UI\ITask.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\UI\ITaskReturnUrl.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\UI\LegacyDialogHandler.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\UI\LegacyDialogTask.cs" />
|
2013-02-23 23:00:31 +06:00
|
|
|
|
<Compile Include="UI\Controls\ProgressBar.cs" />
|
2012-12-31 18:39:36 +03:00
|
|
|
|
<Compile Include="UI\Controls\UmbracoControl.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="UI\Controls\UmbracoUserControl.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UI\Pages\BasePage.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-02-03 05:06:11 +06:00
|
|
|
|
<Compile Include="UI\Pages\ClientTools.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="UI\Pages\UmbracoEnsuredPage.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-02-03 05:06:11 +06:00
|
|
|
|
<Compile Include="UI\SpeechBubbleIcon.cs" />
|
2013-01-03 06:21:55 +03:00
|
|
|
|
<Compile Include="umbraco.presentation\AttributeCollectionAdapter.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\Default.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2012-12-04 11:08:02 +05:00
|
|
|
|
<Compile Include="umbraco.presentation\MacroCacheContent.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\moveOrCopy.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\sort.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-02-06 05:56:49 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Help.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\masterpages\default.Master.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\publishStatus.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Default.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2013-10-06 16:45:21 +02:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\PartialViewMacrosTasks.cs" />
|
2012-12-31 02:51:30 +03:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\PartialViewTasks.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Macros\editMacro.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\editXslt.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\umbracoField.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\treePicker.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\masterpages\umbracoPage.master.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\masterpages\umbracoDialog.master.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\editTemplate.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\modals\ShowUmbracoTags.aspx.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2012-11-21 07:13:31 -01:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\Image.cs" />
|
2012-12-04 11:08:02 +05:00
|
|
|
|
<Compile Include="umbraco.presentation\XsltExtensionAttribute.cs" />
|
2012-09-03 07:54:09 +07:00
|
|
|
|
<Compile Include="UmbracoHelper.cs" />
|
2012-09-29 08:07:00 +07:00
|
|
|
|
<Compile Include="Mvc\ViewContextExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\ViewDataContainerExtensions.cs" />
|
2013-03-22 15:02:26 -01:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\PublishedContentCache.cs" />
|
2012-10-02 01:43:59 +05:00
|
|
|
|
<Compile Include="Routing\PublishedContentNotFoundHandler.cs" />
|
2013-09-05 17:47:13 +02:00
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\XmlPublishedContent.cs" />
|
|
|
|
|
|
<Compile Include="PublishedCache\XmlPublishedCache\XmlPublishedProperty.cs" />
|
2012-08-07 21:40:34 +06:00
|
|
|
|
<Compile Include="Mvc\Constants.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\FilteredControllerFactoriesResolver.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\IFilteredControllerFactory.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\MasterControllerFactory.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RenderActionInvoker.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RenderControllerFactory.cs" />
|
2012-10-24 09:59:23 +05:00
|
|
|
|
<Compile Include="Models\RenderModel.cs" />
|
2012-08-07 21:40:34 +06:00
|
|
|
|
<Compile Include="Mvc\RenderModelBinder.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RenderMvcController.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RenderRouteHandler.cs" />
|
|
|
|
|
|
<Compile Include="Mvc\RenderViewEngine.cs" />
|
2012-10-24 09:59:23 +05:00
|
|
|
|
<Compile Include="Mvc\UmbracoTemplatePage.cs" />
|
2012-08-07 21:40:34 +06:00
|
|
|
|
<Compile Include="Mvc\RouteDefinition.cs" />
|
2012-09-29 08:07:00 +07:00
|
|
|
|
<Compile Include="Mvc\RouteValueDictionaryExtensions.cs" />
|
2013-02-13 06:12:43 +06:00
|
|
|
|
<Compile Include="Routing\UmbracoRequestEventArgs.cs" />
|
2013-02-27 00:34:08 +06:00
|
|
|
|
<Compile Include="WebApi\UmbracoAuthorizeAttribute.cs" />
|
2013-02-27 05:24:45 +06:00
|
|
|
|
<Compile Include="WebApi\UmbracoAuthorizedApiController.cs" />
|
2013-08-07 19:28:32 +10:00
|
|
|
|
<Compile Include="WebApi\Filters\ValidationFilterAttribute.cs" />
|
2013-10-15 18:46:44 +11:00
|
|
|
|
<Compile Include="WebApi\Filters\UmbracoUserTimeoutFilterAttribute.cs" />
|
2013-09-04 12:01:41 +10:00
|
|
|
|
<Compile Include="WebApi\WebApiHelper.cs" />
|
2012-08-01 22:06:15 +06:00
|
|
|
|
<Compile Include="WebBootManager.cs" />
|
2012-09-29 08:07:00 +07:00
|
|
|
|
<Compile Include="Routing\LegacyRequestInitializer.cs" />
|
2012-07-20 01:04:35 +06:00
|
|
|
|
<Compile Include="Mvc\ControllerExtensions.cs" />
|
2013-02-02 10:22:19 -01:00
|
|
|
|
<Compile Include="Routing\ContentLastChanceFinderResolver.cs" />
|
2013-01-18 13:20:08 -01:00
|
|
|
|
<Compile Include="Routing\ContentFinderByUrlAlias.cs" />
|
2012-07-24 10:06:07 -01:00
|
|
|
|
<Compile Include="Media\ThumbnailProviders\AbstractThumbnailProvider.cs" />
|
|
|
|
|
|
<Compile Include="Media\ThumbnailProviders\MediaTypeIconThumbnailProvider.cs" />
|
|
|
|
|
|
<Compile Include="Media\ThumbnailProviders\FileExtensionIconThumbnailProvider.cs" />
|
|
|
|
|
|
<Compile Include="Media\ThumbnailProviders\ImageThumbnailProvider.cs" />
|
2012-08-01 11:24:39 +06:00
|
|
|
|
<Compile Include="Media\ThumbnailProviders\ThumbnailProvidersResolver.cs" />
|
2013-01-18 13:20:08 -01:00
|
|
|
|
<Compile Include="Routing\ContentFinderByIdPath.cs" />
|
|
|
|
|
|
<Compile Include="Routing\ContentFinderByNiceUrl.cs" />
|
|
|
|
|
|
<Compile Include="Routing\ContentFinderByNiceUrlAndTemplate.cs" />
|
|
|
|
|
|
<Compile Include="Routing\ContentFinderByProfile.cs" />
|
2012-08-01 22:06:15 +06:00
|
|
|
|
<Compile Include="PluginManagerExtensions.cs" />
|
2012-08-08 23:10:34 +06:00
|
|
|
|
<Compile Include="Routing\DomainHelper.cs" />
|
2013-02-02 10:22:19 -01:00
|
|
|
|
<Compile Include="Routing\ContentFinderResolver.cs" />
|
2012-10-02 01:40:19 +05:00
|
|
|
|
<Compile Include="Routing\PublishedContentRequest.cs" />
|
2013-01-18 13:20:08 -01:00
|
|
|
|
<Compile Include="Routing\IContentFinder.cs" />
|
2012-07-21 00:20:50 +06:00
|
|
|
|
<Compile Include="Routing\RoutingContext.cs" />
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\EnsureSystemPathsApplicationStartupHandler.cs" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\content.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\helper.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\item.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\library.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\macro.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\page.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\Settings1.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\template.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:49:42 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbracoPageHolder.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\delete.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>delete.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\delete.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>delete.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\editContent.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editContent.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\editContent.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editContent.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\preview.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>preview.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\preview.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>preview.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\publish.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>publish.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\actions\publish.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>publish.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\ContentControl.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\ContentPicker.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\ContentTypeControl.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\dualSelectBox.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\GenericValidation.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\LabelButton.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\ProgressBar.ascx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>ProgressBar.ascx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\ProgressBar.ascx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>ProgressBar.ascx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\SaveClickEventArgs.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\CustomTreeControl.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\CustomTreeService.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\JTreeContextMenu.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\JTreeContextMenuItem.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\controls\Tree\NodeInfo.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\CreatedPackageTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\dictionaryTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\macroTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\MemberGroupTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\ScriptTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\stylesheetPropertyTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\StylesheetTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\templateTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\userTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\XsltTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dashboard\FeedProxy.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>FeedProxy.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dashboard\FeedProxy.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>FeedProxy.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\EditRelationType.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditRelationType.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\EditRelationType.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditRelationType.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\NewRelationType.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>NewRelationType.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\NewRelationType.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>NewRelationType.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\ReadOnlyRelation.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\RelationTypesWebService.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>RelationTypesWebService.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\TreeMenu\ActionDeleteRelationType.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\RelationTypes\TreeMenu\ActionNewRelationType.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\Preview.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>Preview.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\Preview.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>Preview.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\MemberSearch.ascx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>MemberSearch.ascx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\MemberSearch.ascx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>MemberSearch.ascx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-09-01 07:03:56 +07:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\preview\PreviewContent.cs" />
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltVisualize.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltVisualize.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltVisualize.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltVisualize.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\insertMasterpageContent.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>insertMasterpageContent.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\insertMasterpageContent.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>insertMasterpageContent.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\insertMasterpagePlaceholder.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>insertMasterpagePlaceholder.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\insertMasterpagePlaceholder.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>insertMasterpagePlaceholder.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\republish.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>republish.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\republish.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>republish.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\search.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>search.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\search.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>search.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\SendPublish.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>SendPublish.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\SendPublish.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>SendPublish.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\dialogHandler_temp.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\create\languageTasks.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Macros\assemblyBrowser.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>assemblyBrowser.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Macros\assemblyBrowser.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>assemblyBrowser.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\autoDoc.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>autoDoc.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\autoDoc.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>autoDoc.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\BrowseRepository.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>BrowseRepository.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\BrowseRepository.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>BrowseRepository.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\editPackage.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editPackage.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\editPackage.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editPackage.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\installedPackage.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>installedPackage.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\installedPackage.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>installedPackage.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\LoadNitros.ascx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>LoadNitros.ascx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\LoadNitros.ascx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>LoadNitros.ascx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\SubmitPackage.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>SubmitPackage.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Packages\SubmitPackage.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>SubmitPackage.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\getXsltStatus.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>getXsltStatus.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltChooseExtension.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltChooseExtension.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltChooseExtension.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltChooseExtension.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltInsertValueOf.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltInsertValueOf.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\developer\Xslt\xsltInsertValueOf.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xsltInsertValueOf.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\about.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>about.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\about.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>about.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\exportDocumenttype.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>exportDocumenttype.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\importDocumenttype.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>importDocumenttype.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\notifications.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>notifications.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\notifications.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>notifications.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\RegexWs.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>RegexWs.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\RegexWs.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>RegexWs.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\rollBack.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>rollBack.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\rollBack.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>rollBack.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\sendToTranslation.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>sendToTranslation.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\sendToTranslation.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>sendToTranslation.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\viewAuditTrail.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>viewAuditTrail.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\dialogs\viewAuditTrail.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>viewAuditTrail.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\EditMemberGroup.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditMemberGroup.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\EditMemberGroup.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditMemberGroup.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\search.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>search.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\search.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>search.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\ViewMembers.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>ViewMembers.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\members\ViewMembers.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>ViewMembers.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\DictionaryItemList.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>DictionaryItemList.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\DictionaryItemList.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>DictionaryItemList.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\EditDictionaryItem.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditDictionaryItem.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\EditDictionaryItem.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditDictionaryItem.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\editLanguage.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editLanguage.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\editLanguage.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editLanguage.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\settings\scripts\editScript.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>editScript.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\ITreeService.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadRelationTypes.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\NodeActionsEventArgs.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeEventArgs.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeRequestParams.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\MacroContainerService.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>MacroContainerService.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\DisableEventValidation.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\Item.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\ItemRenderer.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\Macro.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\ContentType.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\templateControls\Resources.Designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\default.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>default.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\default.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>default.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\details.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>details.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\details.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>details.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\preview.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>preview.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\preview.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>preview.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\xml.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xml.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\translation\xml.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>xml.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\BaseTree.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\FileSystemTree.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadDictionary.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadMacros.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadMemberGroups.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadPackages.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadScripts.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadStylesheetProperty.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadStylesheets.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadTranslationTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadUsers.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\loadXslt.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\NullTree.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\LegacyTree.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeDefinitionCollection.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeDefinition.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeDialogModes.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\TreeService.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\UserPermissions.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\UserTypes.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Trees\XmlTree.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>XmlTree.xsd</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\urlRewriter\UrlRewriterFormWriter.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\EditUserType.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditUserType.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\EditUserType.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>EditUserType.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\NodePermissions.ascx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>NodePermissions.ascx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\NodePermissions.ascx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>NodePermissions.ascx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\PermissionEditor.aspx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>PermissionEditor.aspx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\PermissionEditor.aspx.designer.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>PermissionEditor.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\PermissionsHandler.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>PermissionsHandler.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\UserPermissions.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\users\UserTypeTasks.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\ajaxHelpers.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\CacheRefresher.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>CacheRefresher.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\CheckForUpgrade.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>CheckForUpgrade.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\CMSNode.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>CMSNode.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\codeEditorSave.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>codeEditorSave.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\Developer.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>Developer.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\legacyAjaxCalls.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>legacyAjaxCalls.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\nodeSorter.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>nodeSorter.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\progressStatus.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>progressStatus.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\publication.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>publication.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\RegexComWebservice.cs" />
|
|
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\Settings.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>Settings.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\templates.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>templates.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\webservices\trashcan.asmx.cs">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>trashcan.asmx</DependentUpon>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<SubType>Component</SubType>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</Compile>
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="umbraco.presentation\umbraco\Web\UI\ContentPage.cs">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Compile>
|
2012-07-20 22:02:28 +06:00
|
|
|
|
<Compile Include="UmbracoApplication.cs" />
|
2012-07-20 01:04:35 +06:00
|
|
|
|
<Compile Include="UmbracoContext.cs" />
|
|
|
|
|
|
<Compile Include="UmbracoModule.cs" />
|
2012-07-22 14:01:18 -02:00
|
|
|
|
<Compile Include="UriUtility.cs" />
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Compile Include="Web References\org.umbraco.update\Reference.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2013-02-11 03:55:58 +06:00
|
|
|
|
<Compile Include="WebServices\BulkPublishController.cs" />
|
2013-02-19 06:30:19 -01:00
|
|
|
|
<Compile Include="WebServices\CoreStringsController.cs" />
|
2013-03-12 12:00:34 -01:00
|
|
|
|
<Compile Include="WebServices\DomainsApiController.cs" />
|
2013-05-27 08:19:20 -02:00
|
|
|
|
<Compile Include="WebServices\EmbedMediaService.cs" />
|
2013-02-27 05:24:45 +06:00
|
|
|
|
<Compile Include="WebServices\ExamineManagementApiController.cs" />
|
2013-10-24 13:42:41 +11:00
|
|
|
|
<Compile Include="WebServices\TagsController.cs" />
|
2014-06-20 14:34:21 +10:00
|
|
|
|
<Compile Include="WebServices\ScheduledPublishController.cs" />
|
2013-04-09 07:01:43 +06:00
|
|
|
|
<Compile Include="WebServices\UmbracoAuthorizedHttpHandler.cs" />
|
2012-12-30 03:11:21 +03:00
|
|
|
|
<Compile Include="WebServices\SaveFileController.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="WebServices\UmbracoAuthorizedWebService.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2013-04-09 07:01:43 +06:00
|
|
|
|
<Compile Include="WebServices\UmbracoHttpHandler.cs" />
|
2013-07-18 19:18:53 +10:00
|
|
|
|
<Compile Include="WebServices\UmbracoWebService.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2014-10-23 18:52:11 +10:00
|
|
|
|
<Compile Include="WebServices\XmlDataIntegrityController.cs" />
|
2013-09-03 10:31:00 +02:00
|
|
|
|
<Compile Include="WebViewPageExtensions.cs" />
|
2016-03-16 15:29:08 +01:00
|
|
|
|
<Compile Include="_Legacy\Utils\EncodedStringWriter.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Utils\JSONSerializer.cs" />
|
|
|
|
|
|
<Compile Include="_Legacy\Utils\SerializableData.cs" />
|
2013-11-26 20:03:13 +11:00
|
|
|
|
<None Include="..\Umbraco.Web.UI\Views\web.config">
|
|
|
|
|
|
<Link>Mvc\web.config</Link>
|
|
|
|
|
|
</None>
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<None Include="Web References\org.umbraco.our\Reference.map">
|
|
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="Web References\org.umbraco.our\repository.disco" />
|
2013-05-26 19:54:50 -10:00
|
|
|
|
<EmbeddedResource Include="UI\JavaScript\Main.js" />
|
2013-06-19 13:45:41 +10:00
|
|
|
|
<EmbeddedResource Include="UI\JavaScript\JsInitialize.js" />
|
2013-05-26 19:54:50 -10:00
|
|
|
|
<EmbeddedResource Include="UI\JavaScript\ServerVariables.js" />
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\controls\Tree\CustomTreeService.asmx" />
|
2014-11-14 18:10:41 +11:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\RelationTypes\EditRelationType.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\RelationTypes\NewRelationType.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\RelationTypes\RelationTypesWebService.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dashboard\FeedProxy.aspx" />
|
2013-03-12 12:00:34 -01:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\AssignDomain2.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2013-09-16 09:17:46 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\members\MemberSearch.ascx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\Preview.aspx" />
|
2013-02-09 04:05:01 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\controls\ProgressBar.ascx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\actions\delete.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\actions\editContent.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\actions\preview.aspx" />
|
2013-07-24 13:06:25 +10:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\actions\publish.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\MacroContainerService.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Xslt\xsltVisualize.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\empty.htm" />
|
2013-09-18 13:11:03 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\insertMasterpageContent.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\insertMasterpagePlaceholder.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2013-07-10 17:28:15 +10:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\republish.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\search.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\SendPublish.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\members\search.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\translation\details.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Packages\BrowseRepository.aspx" />
|
2013-04-19 04:10:35 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Packages\editPackage.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2013-10-21 14:26:26 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Packages\installedPackage.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Packages\LoadNitros.ascx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Packages\SubmitPackage.aspx" />
|
2013-01-21 12:41:37 -01:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\about.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\exportDocumenttype.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\importDocumenttype.aspx" />
|
2013-08-26 17:28:15 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\notifications.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\RegexWs.aspx" />
|
2013-10-02 19:23:20 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\rollBack.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\sendToTranslation.aspx" />
|
2016-03-17 15:09:20 +01:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\dialogs\viewAuditTrail.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\members\ViewMembers.aspx" />
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<None Include="app.config" />
|
2014-07-23 12:19:40 -07:00
|
|
|
|
<None Include="packages.config">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</None>
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<None Include="Web References\org.umbraco.our\repository.wsdl" />
|
2013-05-26 13:33:43 -10:00
|
|
|
|
<None Include="Web References\org.umbraco.update\UpgradeResult.datasource">
|
|
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
|
|
</None>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<None Include="Web References\org.umbraco.update\UpgradeResult1.datasource">
|
|
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<None Include="umbraco.presentation\umbraco\templateControls\InlineXslt.xsltTemplate" />
|
2013-10-21 14:26:26 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\users\NodePermissions.ascx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2013-09-18 09:01:11 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\users\PermissionEditor.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\users\PermissionsHandler.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\CheckForUpgrade.asmx" />
|
2013-09-18 09:01:11 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\settings\DictionaryItemList.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-08-22 11:59:42 -02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\settings\scripts\editScript.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\translation\default.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\translation\preview.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\translation\xml.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Macros\assemblyBrowser.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\autoDoc.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Xslt\getXsltStatus.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Xslt\xsltChooseExtension.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\developer\Xslt\xsltInsertValueOf.aspx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\members\EditMemberGroup.aspx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Content>
|
2013-09-18 09:01:11 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\settings\EditDictionaryItem.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\settings\editLanguage.aspx" />
|
2013-06-20 15:14:07 +02:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\users\EditUserType.aspx">
|
|
|
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<!--<Content Include="umbraco.presentation\umbraco\users\PermissionEditor.aspx" />-->
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\CacheRefresher.asmx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\CMSNode.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\codeEditorSave.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\Developer.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\legacyAjaxCalls.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\nodeSorter.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\progressStatus.asmx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\publication.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\Settings.asmx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Content>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\templates.asmx" />
|
|
|
|
|
|
<Content Include="umbraco.presentation\umbraco\webservices\trashcan.asmx" />
|
|
|
|
|
|
<None Include="umbraco.presentation\umbraco\Trees\Trees.cd" />
|
|
|
|
|
|
<None Include="umbraco.presentation\umbraco\Trees\XmlTree.xsd">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<SubType>
|
|
|
|
|
|
</SubType>
|
|
|
|
|
|
</None>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<None Include="umbraco.presentation\umbraco\Trees\XmlTree.xsx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<DependentUpon>XmlTree.xsd</DependentUpon>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="Web References\org.umbraco.update\checkforupgrade.disco" />
|
|
|
|
|
|
<None Include="Web References\org.umbraco.update\checkforupgrade.wsdl" />
|
|
|
|
|
|
<None Include="Web References\org.umbraco.update\Reference.map">
|
|
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
2013-05-26 19:54:50 -10:00
|
|
|
|
<EmbeddedResource Include="UI\JavaScript\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2014-02-07 15:45:52 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2013-05-26 19:54:50 -10:00
|
|
|
|
</EmbeddedResource>
|
2012-09-25 11:20:05 +07:00
|
|
|
|
<EmbeddedResource Include="Mvc\Strings.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
2012-07-19 21:38:56 +06:00
|
|
|
|
<EmbeddedResource Include="umbraco.presentation\umbraco\templateControls\Resources.resx">
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</ItemGroup>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<WebReferences Include="Web References\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2013-11-01 09:21:29 +11:00
|
|
|
|
<WebReferenceUrl Include="http://our.umbraco.org/umbraco/webservices/api/repository.asmx">
|
|
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
|
|
<RelPath>Web References\org.umbraco.our\</RelPath>
|
|
|
|
|
|
<UpdateFromURL>http://our.umbraco.org/umbraco/webservices/api/repository.asmx</UpdateFromURL>
|
|
|
|
|
|
<ServiceLocationURL>
|
|
|
|
|
|
</ServiceLocationURL>
|
|
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
|
|
<CachedSettingsPropName>umbraco_org_umbraco_our_Repository</CachedSettingsPropName>
|
|
|
|
|
|
</WebReferenceUrl>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
<WebReferenceUrl Include="http://update.umbraco.org/checkforupgrade.asmx">
|
|
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
|
|
<RelPath>Web References\org.umbraco.update\</RelPath>
|
|
|
|
|
|
<UpdateFromURL>http://update.umbraco.org/checkforupgrade.asmx</UpdateFromURL>
|
|
|
|
|
|
<ServiceLocationURL>
|
|
|
|
|
|
</ServiceLocationURL>
|
|
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
|
|
<CachedSettingsPropName>umbraco_org_umbraco_update_CheckForUpgrade</CachedSettingsPropName>
|
|
|
|
|
|
</WebReferenceUrl>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup>
|
2013-12-09 17:55:37 +01: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>
|
2012-07-18 23:54:20 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
</PreBuildEvent>
|
2013-02-06 05:56:49 +06:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
</PostBuildEvent>
|
2012-07-18 23:54:20 +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 />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<!--<PostBuildEvent>xcopy "$(ProjectDir)..\..\lib\*.dll" "$(TargetDir)*.dll" /Y</PostBuildEvent>-->
|
|
|
|
|
|
</PropertyGroup>
|
2012-11-23 08:35:58 -01:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2013-12-19 11:41:26 +11:00
|
|
|
|
</Project>
|