2014-11-18 15:59:15 +11:00
<?xml version="1.0" encoding="utf-8"?>
2012-07-17 01:32:46 +06:00
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {31785BC3-256C-4613-B2F5-A1B0BDDED8C1}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Umbraco.Core</RootNamespace>
<AssemblyName > Umbraco.Core</AssemblyName>
2013-05-26 13:33:43 -10:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2012-07-17 01:32:46 +06:00
<FileAlignment > 512</FileAlignment>
2012-10-08 09:51:13 -02:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2013-05-26 13:33:43 -10:00
<TargetFrameworkProfile />
2012-07-17 01:32:46 +06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2012-07-17 01:32:46 +06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2013-01-18 08:44:39 -01:00
<DocumentationFile > bin\Release\Umbraco.Core.xml</DocumentationFile>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2012-07-17 01:32:46 +06:00
</PropertyGroup>
<ItemGroup >
2015-08-05 13:35:42 +02:00
<Reference Include= "AutoMapper, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.3.0.0\lib\net40\AutoMapper.dll</HintPath>
<Private > True</Private>
2013-09-27 13:16:25 +10:00
</Reference>
2015-08-05 13:35:42 +02:00
<Reference Include= "AutoMapper.Net4, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.3.0.0\lib\net40\AutoMapper.Net4.dll</HintPath>
<Private > True</Private>
2013-06-20 10:05:51 +10:00
</Reference>
2015-06-16 10:19:34 +02:00
<Reference Include= "HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
2013-12-06 15:01:58 +11:00
</Reference>
2013-11-29 16:24:48 +01:00
<Reference Include= "ICSharpCode.SharpZipLib" >
<HintPath > ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
2012-11-26 11:27:56 -01:00
<Reference Include= "log4net, Version=1.2.11.0, Culture=neutral, processorArchitecture=MSIL" >
2012-11-26 10:12:50 -01:00
<SpecificVersion > False</SpecificVersion>
2012-11-26 11:27:56 -01:00
<HintPath > ..\packages\log4net-mediumtrust.2.0.0\lib\log4net.dll</HintPath>
2012-07-28 01:28:39 +06:00
</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-06 16:13:02 +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-06 16:13:02 +11:00
</Reference>
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-09 12:14:59 +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>
</Reference>
<Reference Include= "Microsoft.Owin.Security" >
<HintPath > ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
<Private > True</Private>
2015-02-06 16:13:02 +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-06 16:13:02 +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-06 16:13:02 +11:00
</Reference>
2014-06-09 15:32:44 +02:00
<Reference Include= "MiniProfiler, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL" >
2014-05-30 15:26:22 +10:00
<SpecificVersion > False</SpecificVersion>
2014-06-09 15:32:44 +02:00
<HintPath > ..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>
2013-05-10 10:15:30 -02:00
</Reference>
2014-02-18 14:57:03 +11:00
<Reference Include= "MySql.Data" >
2014-02-17 21:38:13 +11:00
<SpecificVersion > False</SpecificVersion>
2015-07-16 13:59:08 +02:00
<HintPath > ..\packages\MySql.Data.6.9.7\lib\net45\MySql.Data.dll</HintPath>
2014-02-17 21:38:13 +11:00
</Reference>
2014-08-20 10:44:05 +02: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>
<Private > True</Private>
2012-10-08 09:51:13 -02:00
</Reference>
2015-02-06 13:47:00 +11:00
<Reference Include= "Owin" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
2015-06-24 14:17:24 +02:00
<Reference Include= "Semver" >
<HintPath > ..\packages\semver.1.1.2\lib\net45\Semver.dll</HintPath>
</Reference>
2012-07-17 01:32:46 +06:00
<Reference Include= "System" />
2013-10-10 12:43:48 +02:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2012-08-13 13:26:06 -01:00
<Reference Include= "System.Configuration" />
2013-02-04 13:21:46 -01:00
<Reference Include= "System.Data.Entity" />
2012-11-26 17:58:42 -01:00
<Reference Include= "System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2012-12-28 20:51:08 -01:00
<HintPath > ..\packages\SqlServerCE.4.0.0.0\lib\System.Data.SqlServerCe.dll</HintPath>
2012-11-26 17:58:42 -01:00
</Reference>
<Reference Include= "System.Data.SqlServerCe.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2012-12-28 20:51:08 -01:00
<HintPath > ..\packages\SqlServerCE.4.0.0.0\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
2012-11-26 17:58:42 -01:00
</Reference>
2012-12-20 08:53:28 -01:00
<Reference Include= "System.Drawing" />
2013-12-02 17:20:50 +11:00
<Reference Include= "System.Net.Http" />
2015-07-27 15:51:57 +02:00
<Reference Include= "System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Private > True</Private>
2015-01-21 10:41:01 +11:00
</Reference>
2013-12-04 10:47:59 +01:00
<Reference Include= "System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
2014-07-22 16:14:13 -07:00
<SpecificVersion > False</SpecificVersion>
2013-12-04 10:47:59 +01:00
</Reference>
2015-07-27 15:51:57 +02:00
<Reference Include= "System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Private > True</Private>
2015-01-21 10:41:01 +11:00
</Reference>
2013-12-04 10:47:59 +01:00
<Reference Include= "System.Net.Http.WebRequest" />
2012-10-04 13:44:02 -02:00
<Reference Include= "System.Runtime.Caching" />
2012-10-03 06:38:31 -02:00
<Reference Include= "System.Runtime.Serialization" />
2012-10-08 10:16:59 -02:00
<Reference Include= "System.Transactions" />
2012-07-17 03:51:34 +06:00
<Reference Include= "System.Web" />
2013-05-23 13:25:14 -02:00
<Reference Include= "System.Web.ApplicationServices" />
2013-02-12 07:35:47 +06:00
<Reference Include= "System.Web.Extensions" />
2014-07-22 16:13:26 -07:00
<Reference Include= "System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
2012-12-06 10:31:54 -01:00
</Reference>
2012-07-17 01:32:46 +06:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "..\SolutionInfo.cs" >
<Link > Properties\SolutionInfo.cs</Link>
</Compile>
2012-09-25 13:09:59 +07:00
<Compile Include= "ActivatorHelper.cs" />
2015-01-16 15:47:44 +11:00
<Compile Include= "ActivatorServiceProvider.cs" />
2012-07-20 01:04:35 +06:00
<Compile Include= "ApplicationContext.cs" />
2013-02-02 02:38:39 +06:00
<Compile Include= "ApplicationEventHandler.cs" />
2012-08-04 06:07:29 +06:00
<Compile Include= "AssemblyExtensions.cs" />
2015-04-13 19:10:56 +02:00
<Compile Include= "AsyncLock.cs" />
2013-09-04 17:14:06 +02:00
<Compile Include= "Attempt{T}.cs" />
2012-11-12 08:39:29 -01:00
<Compile Include= "Auditing\Audit.cs" />
2012-11-13 14:30:05 -01:00
<Compile Include= "Auditing\AuditTypes.cs" />
2012-10-31 11:36:22 +06:00
<Compile Include= "CacheHelper.cs" />
2013-03-12 03:00:42 +04:00
<Compile Include= "Cache\CacheKeys.cs" />
2013-08-08 20:25:26 +10:00
<Compile Include= "Cache\CacheProviderExtensions.cs" />
2013-08-08 19:46:58 +10:00
<Compile Include= "Cache\ICacheProvider.cs" />
2013-03-21 22:53:58 +06:00
<Compile Include= "Cache\CacheRefresherBase.cs" />
<Compile Include= "Cache\CacheRefresherEventArgs.cs" />
2013-12-16 16:02:34 +11:00
<Compile Include= "Cache\DictionaryCacheProviderBase.cs" />
2013-08-08 19:46:58 +10:00
<Compile Include= "Cache\HttpRequestCacheProvider.cs" />
2015-04-08 14:21:58 +02:00
<Compile Include= "Cache\IPayloadCacheRefresher.cs" />
2013-08-08 19:46:58 +10:00
<Compile Include= "Cache\ObjectCacheRuntimeCacheProvider.cs" />
<Compile Include= "Cache\IRuntimeCacheProvider.cs" />
2013-03-23 04:01:52 +06:00
<Compile Include= "Cache\HttpRuntimeCacheProvider.cs" />
2013-03-21 08:38:18 +06:00
<Compile Include= "Cache\IJsonCacheRefresher.cs" />
2013-03-21 22:53:58 +06:00
<Compile Include= "Cache\JsonCacheRefresherBase.cs" />
2013-03-23 04:01:52 +06:00
<Compile Include= "Cache\NullCacheProvider.cs" />
2015-04-08 14:21:58 +02:00
<Compile Include= "Cache\PayloadCacheRefresherBase.cs" />
2013-05-13 19:31:27 -10:00
<Compile Include= "Cache\StaticCacheProvider.cs" />
2013-03-21 22:53:58 +06:00
<Compile Include= "Cache\TypedCacheRefresherBase.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "CodeAnnotations\FriendlyNameAttribute.cs" />
<Compile Include= "CodeAnnotations\UmbracoObjectTypeAttribute.cs" />
2012-11-20 08:49:06 -01:00
<Compile Include= "CodeAnnotations\UmbracoWillObsoleteAttribute.cs" />
2012-11-07 09:55:21 +05:00
<Compile Include= "CodeAnnotations\UmbracoExperimentalFeatureAttribute.cs" />
<Compile Include= "CodeAnnotations\UmbracoProposedPublicAttribute.cs" />
2013-03-20 20:53:12 +06:00
<Compile Include= "ConcurrentHashSet.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\BaseRest\IBaseRestSection.cs" />
2013-09-13 18:11:20 +10:00
<Compile Include= "Configuration\BaseRest\IExtension.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\BaseRest\IMethodSection.cs" />
2013-02-26 16:52:44 -01:00
<Compile Include= "Configuration\CaseInsensitiveEnumConfigConverter.cs" />
2012-12-12 09:07:06 -01:00
<Compile Include= "Configuration\ClientDependencyConfiguration.cs" />
2013-09-13 18:11:20 +10:00
<Compile Include= "Configuration\BaseRest\BaseRestSection.cs" />
<Compile Include= "Configuration\BaseRest\ExtensionElement.cs" />
<Compile Include= "Configuration\BaseRest\ExtensionElementCollection.cs" />
<Compile Include= "Configuration\BaseRest\MethodElement.cs" />
2013-10-03 17:06:58 +10:00
<Compile Include= "Configuration\Dashboard\AccessElement.cs" />
<Compile Include= "Configuration\Dashboard\AccessItem.cs" />
<Compile Include= "Configuration\Dashboard\AccessType.cs" />
2013-11-04 22:12:17 +11:00
<Compile Include= "Configuration\Dashboard\AreaCollection.cs" />
<Compile Include= "Configuration\Dashboard\AreaElement.cs" />
2013-10-03 17:06:58 +10:00
<Compile Include= "Configuration\Dashboard\AreasElement.cs" />
<Compile Include= "Configuration\Dashboard\ControlCollection.cs" />
<Compile Include= "Configuration\Dashboard\ControlElement.cs" />
<Compile Include= "Configuration\Dashboard\DashboardSection.cs" />
<Compile Include= "Configuration\Dashboard\IAccess.cs" />
<Compile Include= "Configuration\Dashboard\IAccessItem.cs" />
<Compile Include= "Configuration\Dashboard\IArea.cs" />
2013-10-03 19:00:31 +10:00
<Compile Include= "Configuration\Dashboard\IDashboardControl.cs" />
2013-10-03 17:06:58 +10:00
<Compile Include= "Configuration\Dashboard\IDashboardSection.cs" />
<Compile Include= "Configuration\Dashboard\ISection.cs" />
2013-10-03 19:00:31 +10:00
<Compile Include= "Configuration\Dashboard\IDashboardTab.cs" />
2013-10-03 17:06:58 +10:00
<Compile Include= "Configuration\Dashboard\SectionCollection.cs" />
<Compile Include= "Configuration\Dashboard\SectionElement.cs" />
<Compile Include= "Configuration\Dashboard\TabCollection.cs" />
<Compile Include= "Configuration\Dashboard\TabElement.cs" />
2012-08-13 13:26:06 -01:00
<Compile Include= "Configuration\FileSystemProviderElement.cs" />
<Compile Include= "Configuration\FileSystemProviderElementCollection.cs" />
<Compile Include= "Configuration\FileSystemProvidersSection.cs" />
2015-06-16 15:04:31 +02:00
<Compile Include= "Configuration\Grid\GridConfig.cs" />
<Compile Include= "Configuration\Grid\GridEditorsConfig.cs" />
<Compile Include= "Configuration\Grid\IGridConfig.cs" />
<Compile Include= "Configuration\Grid\IGridEditorConfig.cs" />
<Compile Include= "Configuration\Grid\IGridEditorsConfig.cs" />
2013-09-25 19:23:41 +10:00
<Compile Include= "Configuration\UmbracoConfig.cs" />
2013-02-26 16:52:44 -01:00
<Compile Include= "Configuration\UmbracoConfigurationSection.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\AppCodeFileExtensionsCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\AppCodeFileExtensionsElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\CharCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\CharElement.cs" />
2013-09-16 16:16:42 +10:00
<Compile Include= "Configuration\CommaDelimitedConfigurationElement.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\ContentElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ContentError404Collection.cs" />
<Compile Include= "Configuration\UmbracoSettings\ContentErrorPageElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ContentErrorsElement.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\ImagingAutoFillPropertiesCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\ImagingAutoFillUploadFieldElement.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\ContentImagingElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ContentScriptEditorElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\CustomBooleanTypeConverter.cs" />
<Compile Include= "Configuration\UmbracoSettings\DeveloperElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\DisabledLogTypesCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\DistributedCallElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ExternalLoggerElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\FileExtensionElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\HelpElement.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IChar.cs" />
2013-09-16 15:52:59 +10:00
<Compile Include= "Configuration\UmbracoSettings\IContentSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IContentErrorPage.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IImagingAutoFillUploadField.cs" />
<Compile Include= "Configuration\UmbracoSettings\IDeveloperSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\IDistributedCallSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IFileExtension.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IHelpSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\ILink.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\ILoggingSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\ILogType.cs" />
2013-09-16 16:16:42 +10:00
<Compile Include= "Configuration\InnerTextConfigurationElement.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\INotDynamicXmlDocument.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IProvidersSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IRazorStaticMapping.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IRepositoriesSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IRepository.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IRequestHandlerSection.cs" />
2013-09-13 13:41:07 +10:00
<Compile Include= "Configuration\UmbracoSettings\IScheduledTask.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\IScheduledTasksSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\IScriptingSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\ISecuritySection.cs" />
2013-09-13 18:11:20 +10:00
<Compile Include= "Configuration\UmbracoSettings\IServer.cs" />
2013-09-16 17:39:45 +10:00
<Compile Include= "Configuration\UmbracoSettings\ITemplatesSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\IUmbracoSettingsSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\IViewStateMoverModuleSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\IWebRoutingSection.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\LinkElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\LinksCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\LoggingElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\LogTypeElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\NotDynamicXmlDocumentElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\NotDynamicXmlDocumentElementCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\NotificationsElement.cs" />
2013-09-16 16:16:42 +10:00
<Compile Include= "Configuration\OptionalCommaDelimitedConfigurationElement.cs" />
<Compile Include= "Configuration\OptionalInnerTextConfigurationElement.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\ProvidersElement.cs" />
2013-09-16 16:16:42 +10:00
<Compile Include= "Configuration\RawXmlConfigurationElement.cs" />
2013-08-31 11:28:19 +10:00
<Compile Include= "Configuration\UmbracoSettings\RazorElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\RazorStaticMappingCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\RazorStaticMappingElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\RepositoriesCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\RepositoriesElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\RepositoryElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\RequestHandlerElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ScheduledTaskElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ScheduledTasksCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\ScheduledTasksElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ScriptingElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\SecurityElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ServerCollection.cs" />
<Compile Include= "Configuration\UmbracoSettings\ServerElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\TemplatesElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\UmbracoSettingsSection.cs" />
<Compile Include= "Configuration\UmbracoSettings\UrlReplacingElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\UserProviderElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\ViewstateMoverModuleElement.cs" />
<Compile Include= "Configuration\UmbracoSettings\WebRoutingElement.cs" />
2012-11-26 11:18:06 -01:00
<Compile Include= "Configuration\UmbracoVersion.cs" />
2013-09-04 17:14:06 +02:00
<Compile Include= "Attempt.cs" />
2013-09-16 09:16:47 +02:00
<Compile Include= "Constants-Examine.cs" />
2014-02-19 23:49:08 +11:00
<Compile Include= "ControlExtensions.cs" />
2012-08-01 22:06:15 +06:00
<Compile Include= "CoreBootManager.cs" />
2012-10-29 09:49:31 -01:00
<Compile Include= "DatabaseContext.cs" />
2012-09-15 12:17:42 +07:00
<Compile Include= "DataTableExtensions.cs" />
2013-07-17 14:16:38 +10:00
<Compile Include= "DateTimeExtensions.cs" />
2015-08-13 15:19:04 +02:00
<Compile Include= "DelegateExtensions.cs" />
2012-09-05 09:35:24 +07:00
<Compile Include= "DictionaryExtensions.cs" />
2012-08-15 23:20:37 +06:00
<Compile Include= "Dictionary\CultureDictionaryFactoryResolver.cs" />
<Compile Include= "Dictionary\ICultureDictionaryFactory.cs" />
2012-11-18 10:28:53 +05:00
<Compile Include= "Dynamics\DynamicInstanceHelper.cs" />
2013-01-13 23:18:10 +03:00
<Compile Include= "Dynamics\DynamicXmlConverter.cs" />
2012-12-15 21:41:09 +05:00
<Compile Include= "Events\CancellableEventArgs.cs" />
2012-12-15 10:44:09 +05:00
<Compile Include= "Events\ContentCacheEventArgs.cs" />
<Compile Include= "Events\CopyEventArgs.cs" />
2013-01-24 14:47:24 -01:00
<Compile Include= "Events\DatabaseCreationEventArgs.cs" />
2012-12-15 10:44:09 +05:00
<Compile Include= "Events\DeleteEventArgs.cs" />
2012-12-15 21:04:17 +05:00
<Compile Include= "Events\CancellableObjectEventArgs.cs" />
2012-12-16 07:43:03 +05:00
<Compile Include= "Events\DeleteRevisionsEventArgs.cs" />
2012-12-15 21:04:17 +05:00
<Compile Include= "Events\EventExtensions.cs" />
2015-07-23 20:04:40 +02:00
<Compile Include= "Events\EventMessage.cs" />
<Compile Include= "Events\EventMessages.cs" />
2014-01-19 14:30:23 +01:00
<Compile Include= "Events\ExportEventArgs.cs" />
2015-07-23 20:04:40 +02:00
<Compile Include= "Events\IEventMessagesFactory.cs" />
2014-01-19 14:30:23 +01:00
<Compile Include= "Events\ImportEventArgs.cs" />
2014-06-17 07:06:07 +02:00
<Compile Include= "Events\ImportPackageEventArgs.cs" />
2015-07-23 20:04:40 +02:00
<Compile Include= "Events\MessageType.cs" />
2013-01-10 11:46:26 -01:00
<Compile Include= "Events\MigrationEventArgs.cs" />
2015-07-23 20:04:40 +02:00
<Compile Include= "Events\MoveEventInfo.cs" />
2012-12-28 14:15:12 -01:00
<Compile Include= "Events\PublishEventArgs.cs" />
2013-08-08 15:12:26 +02:00
<Compile Include= "Events\RecycleBinEventArgs.cs" />
2015-07-24 11:44:09 +02:00
<Compile Include= "Events\TransientMessagesFactory.cs" />
2012-12-15 21:04:17 +05:00
<Compile Include= "Events\TypedEventHandler.cs" />
2012-12-15 10:44:09 +05:00
<Compile Include= "Events\MoveEventArgs.cs" />
<Compile Include= "Events\NewEventArgs.cs" />
<Compile Include= "Events\RefreshContentEventArgs.cs" />
<Compile Include= "Events\RollbackEventArgs.cs" />
<Compile Include= "Events\SaveEventArgs.cs" />
<Compile Include= "Events\SendToPublishEventArgs.cs" />
2014-10-06 15:02:47 +02:00
<Compile Include= "Exceptions\InvalidCompositionException.cs" />
2015-07-09 14:31:59 +02:00
<Compile Include= "Exceptions\UmbracoStartupFailedException.cs" />
2015-07-16 15:29:46 +02:00
<Compile Include= "FileResources\Files.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Files.resx</DependentUpon>
</Compile>
2014-03-11 17:00:35 +11:00
<Compile Include= "HideFromTypeFinderAttribute.cs" />
2015-05-11 12:22:56 +10:00
<Compile Include= "HttpContextExtensions.cs" />
2013-01-29 09:45:12 +06:00
<Compile Include= "IApplicationEventHandler.cs" />
2013-09-30 12:02:35 +10:00
<Compile Include= "IDisposeOnRequestEnd.cs" />
2015-07-01 13:46:11 +02:00
<Compile Include= "Logging\AsyncForwardingAppenderBase.cs" />
<Compile Include= "Logging\LoggingEventContext.cs" />
<Compile Include= "Logging\LoggingEventHelper.cs" />
2015-07-03 15:32:37 +02:00
<Compile Include= "MainDom.cs" />
2015-04-10 14:22:09 +10:00
<Compile Include= "Logging\OwinLogger.cs" />
<Compile Include= "Logging\OwinLoggerFactory.cs" />
2015-07-01 13:46:11 +02:00
<Compile Include= "Logging\ParallelForwardingAppender.cs" />
2015-04-07 17:24:35 +10:00
<Compile Include= "Manifest\GridEditorConverter.cs" />
2015-01-19 15:12:34 +11:00
<Compile Include= "Models\AuditItem.cs" />
<Compile Include= "Models\AuditType.cs" />
2015-02-19 16:06:07 +01:00
<Compile Include= "Models\Identity\IdentityModelMappings.cs" />
2015-02-06 16:13:02 +11:00
<Compile Include= "Models\Identity\IdentityUser.cs" />
<Compile Include= "Models\Identity\IdentityUserClaim.cs" />
<Compile Include= "Models\Identity\IdentityUserLogin.cs" />
<Compile Include= "Models\Identity\IdentityUserRole.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Models\Identity\BackOfficeIdentityUser.cs" />
<Compile Include= "Models\Identity\IIdentityUserLogin.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Models\IMigrationEntry.cs" />
2015-08-31 18:59:51 +02:00
<Compile Include= "Models\IPublishedContentWithKey.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Models\IServerRegistration.cs" />
<Compile Include= "Models\MigrationEntry.cs" />
2015-09-07 12:38:46 +02:00
<Compile Include= "Models\PartialViewType.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Models\PublicAccessEntry.cs" />
<Compile Include= "Models\PublicAccessRule.cs" />
2015-08-31 18:59:51 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentWithKeyExtended.cs" />
<Compile Include= "Models\PublishedContent\PublishedContentWithKeyModel.cs" />
<Compile Include= "Models\PublishedContent\PublishedContentWithKeyWrapped.cs" />
2015-01-23 16:34:57 +11:00
<Compile Include= "Models\Rdbms\AccessDto.cs" />
2015-02-17 16:47:29 +01:00
<Compile Include= "Media\Exif\BitConverterEx.cs" />
<Compile Include= "Media\Exif\ExifBitConverter.cs" />
<Compile Include= "Media\Exif\ExifEnums.cs" />
<Compile Include= "Media\Exif\ExifExceptions.cs" />
<Compile Include= "Media\Exif\ExifExtendedProperty.cs" />
<Compile Include= "Media\Exif\ExifFileTypeDescriptor.cs" />
<Compile Include= "Media\Exif\ExifInterOperability.cs" />
<Compile Include= "Media\Exif\ExifProperty.cs" />
<Compile Include= "Media\Exif\ExifPropertyCollection.cs" />
<Compile Include= "Media\Exif\ExifPropertyFactory.cs" />
2015-02-10 16:33:59 +11:00
<Compile Include= "Media\Exif\ExifTag.cs" />
2015-02-17 16:47:29 +01:00
<Compile Include= "Media\Exif\ExifTagFactory.cs" />
2015-01-23 16:34:57 +11:00
<Compile Include= "Models\Rdbms\AccessRuleDto.cs" />
2015-02-10 15:28:48 +01:00
<Compile Include= "Models\Rdbms\DocumentPublishedReadOnlyDto.cs" />
2015-02-06 16:13:02 +11:00
<Compile Include= "Models\Rdbms\ExternalLoginDto.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Models\Rdbms\MigrationDto.cs" />
2015-01-21 17:03:56 +11:00
<Compile Include= "Models\UmbracoDomain.cs" />
<Compile Include= "Models\DoNotCloneAttribute.cs" />
<Compile Include= "Models\IDomain.cs" />
2015-08-25 15:42:33 +02:00
<Compile Include= "Persistence\DatabaseNodeLockExtensions.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Persistence\Factories\ExternalLoginFactory.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Persistence\Factories\MigrationEntryFactory.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Factories\PublicAccessEntryFactory.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Persistence\Factories\TaskFactory.cs" />
2015-01-22 19:19:21 +11:00
<Compile Include= "Persistence\Factories\TaskTypeFactory.cs" />
2015-08-25 15:42:33 +02:00
<Compile Include= "Persistence\LockedRepository.cs" />
<Compile Include= "Persistence\LockingRepository.cs" />
2015-01-28 16:15:34 +11:00
<Compile Include= "Persistence\Mappers\AccessMapper.cs" />
2015-01-21 17:43:03 +11:00
<Compile Include= "Persistence\Mappers\DomainMapper.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Persistence\Mappers\MigrationEntryMapper.cs" />
2015-11-11 12:02:12 +01:00
<Compile Include= "Persistence\Mappers\TaskTypeMapper.cs" />
2015-11-10 12:15:44 +01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeTwo\EnsureMigrationsTableIdentityIsCorrect.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddExternalLoginsTable.cs" />
2015-07-02 17:19:42 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddForeignKeysForLanguageAndDictionaryTables.cs" />
2015-09-10 10:19:28 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddServerRegistrationColumnsAndLock.cs" />
2015-06-24 14:17:24 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddMigrationTable.cs" />
2015-01-23 16:34:57 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddPublicAccessTables.cs" />
2015-06-24 17:47:20 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddUniqueIdPropertyTypeColumn.cs" />
2015-05-13 18:19:23 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddUserColumns.cs" />
2015-09-10 00:16:35 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\CleanUpCorruptedPublishedFlags.cs" />
2015-01-27 20:34:30 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\MovePublicAccessXmlDataToDb.cs" />
2015-01-29 17:21:44 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\RemoveHelpTextColumn.cs" />
2015-01-23 12:34:51 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\RemoveLanguageLocaleColumn.cs" />
2015-01-16 17:18:07 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\RemoveStylesheetDataAndTables.cs" />
2015-07-06 17:52:07 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\RemoveUmbracoLoginsTable.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\UpdateUniqueIdToHaveCorrectIndexType.cs" />
2015-02-17 16:47:29 +01:00
<Compile Include= "Media\Exif\IFD.cs" />
<Compile Include= "Media\Exif\ImageFile.cs" />
<Compile Include= "Media\Exif\ImageFileDirectory.cs" />
<Compile Include= "Media\Exif\ImageFileDirectoryEntry.cs" />
<Compile Include= "Media\Exif\ImageFileFormat.cs" />
<Compile Include= "Media\Exif\JFIFEnums.cs" />
<Compile Include= "Media\Exif\JFIFExtendedProperty.cs" />
<Compile Include= "Media\Exif\JFIFThumbnail.cs" />
<Compile Include= "Media\Exif\JPEGExceptions.cs" />
<Compile Include= "Media\Exif\JPEGFile.cs" />
<Compile Include= "Media\Exif\JPEGMarker.cs" />
<Compile Include= "Media\Exif\JPEGSection.cs" />
<Compile Include= "Media\Exif\MathEx.cs" />
<Compile Include= "Media\Exif\TIFFFile.cs" />
<Compile Include= "Media\Exif\TIFFHeader.cs" />
<Compile Include= "Media\Exif\TIFFStrip.cs" />
<Compile Include= "Media\Exif\Utility.cs" />
2015-10-27 11:22:28 +01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeOne\UpdateUserLanguagesToIsoCode.cs" />
2015-01-30 10:01:25 +11:00
<Compile Include= "Persistence\RecordPersistenceType.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Relators\AccessRulesRelator.cs" />
2015-01-19 15:12:34 +11:00
<Compile Include= "Persistence\Repositories\AuditRepository.cs" />
2015-05-18 16:04:23 +10:00
<Compile Include= "Persistence\Repositories\DeepCloneRuntimeCacheProvider.cs" />
2015-01-21 17:03:56 +11:00
<Compile Include= "Persistence\Repositories\DomainRepository.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Persistence\Repositories\ExternalLoginRepository.cs" />
2015-01-19 15:12:34 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\IAuditRepository.cs" />
2015-01-21 17:03:56 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\IDomainRepository.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\IExternalLoginRepository.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Persistence\Repositories\Interfaces\IMigrationEntryRepository.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\IPublicAccessRepository.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Persistence\Repositories\Interfaces\IServerRegistrationRepository.cs" />
2015-07-02 17:20:27 +02:00
<Compile Include= "Persistence\Repositories\Interfaces\IDeleteMediaFilesRepository.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\ITaskRepository.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\ITaskTypeRepository.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Persistence\Repositories\MigrationEntryRepository.cs" />
2015-01-27 19:47:30 +11:00
<Compile Include= "Persistence\Repositories\PublicAccessRepository.cs" />
2015-01-29 15:39:41 +11:00
<Compile Include= "Persistence\Repositories\RepositoryCacheOptions.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Persistence\Repositories\TaskRepository.cs" />
2015-01-22 19:19:21 +11:00
<Compile Include= "Persistence\Repositories\TaskTypeRepository.cs" />
2015-06-16 15:04:31 +02:00
<Compile Include= "PropertyEditors\ValueConverters\GridValueConverter.cs" />
2015-07-29 15:12:12 +02:00
<Compile Include= "Publishing\UnPublishedStatusType.cs" />
<Compile Include= "Publishing\UnPublishStatus.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Security\BackOfficeClaimsIdentityFactory.cs" />
2015-09-16 15:22:40 +02:00
<Compile Include= "Security\BackOfficeCookieAuthenticationProvider.cs" />
2015-07-01 17:07:29 +02:00
<Compile Include= "Security\BackOfficeSignInManager.cs" />
2015-02-06 16:13:02 +11:00
<Compile Include= "Security\BackOfficeUserManager.cs" />
2015-10-26 14:51:19 +01:00
<Compile Include= "Security\BackOfficeUserPasswordCheckerResult.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Security\BackOfficeUserStore.cs" />
2015-10-22 18:40:20 +02:00
<Compile Include= "Security\IBackOfficeUserPasswordChecker.cs" />
2015-02-22 15:10:14 +01:00
<Compile Include= "Security\MembershipPasswordHasher.cs" />
2015-07-07 10:12:34 +02:00
<Compile Include= "SemVersionExtensions.cs" />
2015-01-16 15:47:44 +11:00
<Compile Include= "ServiceProviderExtensions.cs" />
2013-07-23 17:49:54 +10:00
<Compile Include= "IO\ResizedImage.cs" />
<Compile Include= "IO\UmbracoMediaFile.cs" />
2015-01-09 10:51:15 +11:00
<Compile Include= "Logging\DebugDiagnosticsLogger.cs" />
2015-07-01 13:46:11 +02:00
<Compile Include= "Logging\AppDomainTokenConverter.cs" />
2015-01-07 17:23:24 +11:00
<Compile Include= "Logging\LoggerExtensions.cs" />
<Compile Include= "Logging\LoggerResolver.cs" />
2015-01-16 12:07:29 +11:00
<Compile Include= "Logging\ProfilingLogger.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\CreateCacheInstructionTable.cs" />
2015-01-16 10:57:49 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\MigrateStylesheetDataToFile.cs" />
2015-01-19 15:12:34 +11:00
<Compile Include= "Services\AuditService.cs" />
2015-01-21 17:43:03 +11:00
<Compile Include= "Services\DomainService.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Services\ExternalLoginService.cs" />
2015-01-19 15:12:34 +11:00
<Compile Include= "Services\IAuditService.cs" />
2015-01-21 18:35:08 +11:00
<Compile Include= "Services\IDomainService.cs" />
2015-02-09 17:37:21 +11:00
<Compile Include= "Services\IExternalLoginService.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Services\IMigrationEntryService.cs" />
2015-01-28 13:16:50 +11:00
<Compile Include= "Services\IPublicAccessService.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Services\IServerRegistrationService.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Services\ITaskService.cs" />
2015-06-15 17:13:34 +02:00
<Compile Include= "Services\LocalizedTextServiceSupplementaryFileSource.cs" />
2015-06-19 12:03:02 +02:00
<Compile Include= "Services\MigrationEntryService.cs" />
2015-01-28 13:16:50 +11:00
<Compile Include= "Services\PublicAccessService.cs" />
2015-01-28 19:27:08 +11:00
<Compile Include= "Services\PublicAccessServiceExtensions.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Services\RepositoryService.cs" />
2015-07-24 11:44:09 +02:00
<Compile Include= "Services\OperationStatus.cs" />
<Compile Include= "Services\OperationStatusType.cs" />
2015-01-19 18:37:48 +11:00
<Compile Include= "Services\TaskService.cs" />
2015-01-14 12:09:30 +11:00
<Compile Include= "Strings\Css\StylesheetHelper.cs" />
2015-01-09 18:39:44 +11:00
<Compile Include= "Models\IPartialView.cs" />
2015-01-09 13:00:26 +11:00
<Compile Include= "Persistence\DatabaseSchemaHelper.cs" />
2015-03-19 13:53:15 +11:00
<Compile Include= "PropertyEditors\GridEditor.cs" />
2015-01-13 13:25:36 +11:00
<Compile Include= "Persistence\Repositories\SimpleGetRepository.cs" />
2014-12-17 15:19:03 +11:00
<Compile Include= "Services\LocalizedTextService.cs" />
<Compile Include= "Services\ILocalizedTextService.cs" />
2015-01-07 17:23:24 +11:00
<Compile Include= "Logging\ILogger.cs" />
<Compile Include= "Logging\Logger.cs" />
2013-08-29 17:14:34 +10:00
<Compile Include= "Macros\XsltExtension.cs" />
<Compile Include= "Macros\XsltExtensionAttribute.cs" />
<Compile Include= "Macros\XsltExtensionsResolver.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "Manifest\ManifestBuilder.cs" />
<Compile Include= "Manifest\ManifestParser.cs" />
2013-08-27 17:33:11 +10:00
<Compile Include= "Manifest\ManifestValidatorConverter.cs" />
2014-06-08 19:05:48 +02:00
<Compile Include= "Manifest\ManifestWatcher.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "Manifest\PackageManifest.cs" />
2013-09-19 15:33:47 +10:00
<Compile Include= "Manifest\ParameterEditorConverter.cs" />
2013-08-27 17:33:11 +10:00
<Compile Include= "Manifest\PreValueFieldConverter.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "Manifest\PropertyEditorConverter.cs" />
2013-09-25 21:09:59 +10:00
<Compile Include= "Media\ImageHelper.cs" />
2013-02-19 11:06:00 -01:00
<Compile Include= "Media\MediaSubfolderCounter.cs" />
2013-06-20 10:05:51 +10:00
<Compile Include= "ModelMapperHelper.cs" />
2012-10-10 08:42:54 -02:00
<Compile Include= "Models\ContentBase.cs" />
2012-10-05 11:03:08 -02:00
<Compile Include= "Models\ContentExtensions.cs" />
2012-10-09 02:42:09 +05:00
<Compile Include= "Enum.cs" />
2013-03-11 20:11:11 +06:00
<Compile Include= "Events\MacroErrorEventArgs.cs" />
2012-11-11 09:09:06 +05:00
<Compile Include= "HashCodeCombiner.cs" />
2013-04-01 11:50:27 -02:00
<Compile Include= "IconPickerBehaviour.cs" />
2012-11-07 09:30:40 +05:00
<Compile Include= "IO\FileSystemWrapper.cs" />
2013-03-11 18:49:45 +06:00
<Compile Include= "MacroErrorBehaviour.cs" />
2012-11-21 07:23:15 -01:00
<Compile Include= "Media\IImageUrlProvider.cs" />
2014-04-29 09:58:38 +10:00
<Compile Include= "Models\ContentPreviewEntity.cs" />
2012-10-10 08:42:54 -02:00
<Compile Include= "Models\ContentTypeBase.cs" />
<Compile Include= "Models\ContentTypeCompositionBase.cs" />
2013-03-20 20:53:12 +06:00
<Compile Include= "Models\ContentTypeExtensions.cs" />
2012-10-10 07:15:51 -02:00
<Compile Include= "Models\ContentTypeSort.cs" />
2014-04-28 17:28:40 +10:00
<Compile Include= "Models\ContentXmlEntity.cs" />
2014-04-16 13:39:42 +10:00
<Compile Include= "Models\DeepCloneHelper.cs" />
2014-04-16 11:23:00 +10:00
<Compile Include= "Models\IDeepCloneable.cs" />
2014-01-23 10:41:57 +11:00
<Compile Include= "Models\EntityExtensions.cs" />
2014-02-20 22:34:54 +11:00
<Compile Include= "Models\Folder.cs" />
2014-02-10 19:35:32 +11:00
<Compile Include= "Models\IMemberGroup.cs" />
2014-05-05 13:21:18 +10:00
<Compile Include= "Models\IPublishedProperty.cs" />
2013-10-18 10:35:15 +11:00
<Compile Include= "Models\IRelation.cs" />
<Compile Include= "Models\IRelationType.cs" />
2014-07-10 12:11:47 +10:00
<Compile Include= "Models\Membership\EntityPermissionSet.cs" />
2013-11-18 14:25:08 +11:00
<Compile Include= "Models\Membership\MembershipScenario.cs" />
2014-02-10 19:35:32 +11:00
<Compile Include= "Models\MemberGroup.cs" />
2014-02-19 16:14:34 +11:00
<Compile Include= "Models\MemberTypePropertyProfileAccess.cs" />
2014-01-10 17:03:00 +11:00
<Compile Include= "Models\Notification.cs" />
2014-05-15 12:49:03 +10:00
<Compile Include= "Models\PropertyTagBehavior.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "Models\PublishedContent\IPublishedContentExtended.cs" />
<Compile Include= "Models\PublishedContent\PublishedPropertyBase.cs" />
2014-05-19 13:01:49 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentModelFactory.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "Models\PublishedContent\IPublishedContentModelFactory.cs" />
2013-09-13 21:15:40 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentModel.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentModelFactoryResolver.cs" />
2014-08-18 17:47:55 +02:00
<Compile Include= "Models\PartialView.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Models\Rdbms\CacheInstructionDto.cs" />
2014-05-15 12:49:03 +10:00
<Compile Include= "Models\TagCacheStorageType.cs" />
2013-10-24 11:49:09 +11:00
<Compile Include= "Models\TaggableObjectTypes.cs" />
2014-06-30 16:43:51 +10:00
<Compile Include= "Models\TaggedEntity.cs" />
<Compile Include= "Models\TaggedProperty.cs" />
2013-11-13 10:59:36 +11:00
<Compile Include= "Models\TemplateNode.cs" />
2014-06-28 12:09:54 +02:00
<Compile Include= "MonitorLock.cs" />
2014-01-17 13:00:11 +11:00
<Compile Include= "Models\UmbracoEntityExtensions.cs" />
2014-06-06 13:38:04 +02:00
<Compile Include= "Packaging\IPackageExtraction.cs" />
<Compile Include= "Packaging\IPackageInstallation.cs" />
<Compile Include= "Packaging\Models\PreInstallWarnings.cs" />
2014-03-14 12:11:38 +01:00
<Compile Include= "Packaging\Models\InstallationSummary.cs" />
<Compile Include= "Packaging\Models\MetaData.cs" />
2014-06-06 13:38:04 +02:00
<Compile Include= "Packaging\Models\PackageAction.cs" />
2014-03-14 12:11:38 +01:00
<Compile Include= "Packaging\PackageBuilding.cs" />
<Compile Include= "Packaging\PackageExtraction.cs" />
<Compile Include= "Packaging\PackageInstallation.cs" />
2013-10-24 19:50:46 +11:00
<Compile Include= "Packaging\PackageBinaryInspector.cs" />
2014-05-08 08:43:51 +02:00
<Compile Include= "Persistence\DatabaseModelDefinitions\DbIndexDefinition.cs" />
2014-02-17 11:50:13 +11:00
<Compile Include= "Persistence\EntityNotFoundException.cs" />
2014-02-10 19:35:32 +11:00
<Compile Include= "Persistence\Factories\MemberGroupFactory.cs" />
2014-02-11 12:43:55 +11:00
<Compile Include= "Persistence\Mappers\MemberGroupMapper.cs" />
2014-03-30 19:07:35 +11:00
<Compile Include= "Persistence\Mappers\TagMapper.cs" />
2014-09-05 15:57:22 +02:00
<Compile Include= "Persistence\Mappers\TemplateMapper.cs" />
2014-03-17 10:48:56 +11:00
<Compile Include= "Persistence\Migrations\DataLossException.cs" />
2015-01-16 10:57:49 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\MigrateAndRemoveTemplateMasterColumn.cs" />
2015-01-03 22:20:19 +00:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenThreeZero\AddRelationTypeForDocumentOnDelete.cs" />
2014-09-30 17:05:18 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenTwoZero\AddMissingForeignKeyForContentType.cs" />
2014-09-30 15:34:49 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenTwoZero\AlterDataTypePreValueTable.cs" />
2014-03-15 20:15:01 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenOneZero\AssignMissingPrimaryForMySqlKeys.cs" />
2014-11-27 14:11:18 +01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenTwoZero\AddIndexToUmbracoNodeTable.cs" />
2014-09-30 18:46:02 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSevenTwoZero\RemoveCmsDocumentAliasColumn.cs" />
2014-11-18 15:59:15 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AssignMissingKeysAndIndexes.cs" />
2014-03-14 17:11:21 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\AssignMissingPrimaryForMySqlKeys.cs" />
2014-04-30 19:41:40 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\AssignMissingPrimaryForMySqlKeys2.cs" />
2014-03-14 13:04:20 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\ChangePasswordColumn.cs" />
2014-03-13 12:21:31 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\UpdateToNewMemberPropertyAliases.cs" />
2014-03-13 20:14:56 +11:00
<Compile Include= "Persistence\DbConnectionExtensions.cs" />
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= "Persistence\Repositories\Interfaces\IPartialViewRepository.cs" />
2014-09-10 15:07:20 +10:00
<Compile Include= "Persistence\Repositories\Interfaces\IRecycleBinRepository.cs" />
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= "Persistence\Repositories\PartialViewMacroRepository.cs" />
<Compile Include= "Persistence\Repositories\PartialViewRepository.cs" />
2014-09-24 13:51:16 +10:00
<Compile Include= "Persistence\SqlSyntax\MicrosoftSqlSyntaxProviderBase.cs" />
2013-11-21 16:39:21 +11:00
<Compile Include= "PropertyEditors\DefaultPropertyValueConverterAttribute.cs" />
2013-11-21 08:45:25 +01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\UpdateRelatedLinksData.cs" />
2013-10-15 15:02:52 +11:00
<Compile Include= "PropertyEditors\IValueEditor.cs" />
2013-12-18 17:22:00 +11:00
<Compile Include= "Persistence\Querying\SqlStringExtensions.cs" />
2013-12-18 17:37:46 +11:00
<Compile Include= "Persistence\Querying\StringPropertyMatchType.cs" />
2013-12-18 17:22:00 +11:00
<Compile Include= "Persistence\Querying\TextColumnType.cs" />
2013-12-20 14:01:10 +11:00
<Compile Include= "Persistence\Querying\ValuePropertyMatchType.cs" />
2014-04-29 09:58:38 +10:00
<Compile Include= "Persistence\Repositories\ContentPreviewRepository.cs" />
2014-04-28 17:28:40 +10:00
<Compile Include= "Persistence\Repositories\ContentXmlRepository.cs" />
2014-02-10 19:48:16 +11:00
<Compile Include= "Persistence\Repositories\Interfaces\IMemberGroupRepository.cs" />
2014-01-10 17:03:00 +11:00
<Compile Include= "Persistence\Repositories\NotificationsRepository.cs" />
2013-12-18 17:22:00 +11:00
<Compile Include= "Persistence\SqlSyntax\SqlServerVersionName.cs" />
2014-01-09 18:08:13 +11:00
<Compile Include= "Persistence\SqlSyntax\SqlSyntaxProviderExtensions.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "PropertyEditors\PropertyCacheValue.cs" />
<Compile Include= "PropertyEditors\PropertyValueCacheAttribute.cs" />
<Compile Include= "PropertyEditors\PropertyValueTypeAttribute.cs" />
<Compile Include= "PropertyEditors\PropertyCacheLevel.cs" />
<Compile Include= "PropertyEditors\PropertyValueConverterBase.cs" />
2013-10-15 15:02:52 +11:00
<Compile Include= "PropertyEditors\SupportTagsAttribute.cs" />
2013-10-29 18:17:10 +11:00
<Compile Include= "PropertyEditors\TagPropertyDefinition.cs" />
2013-10-15 15:02:52 +11:00
<Compile Include= "PropertyEditors\TagValueType.cs" />
2014-07-29 09:52:00 +02:00
<Compile Include= "PropertyEditors\ValueConverters\ColorPickerValueConverter.cs" />
2013-10-04 20:14:38 +02:00
<Compile Include= "PropertyEditors\ValueConverters\IntegerValueConverter.cs" />
2014-03-31 19:16:44 +02:00
<Compile Include= "PropertyEditors\IPropertyValueConverterMeta.cs" />
2013-10-23 20:27:48 +11:00
<Compile Include= "PropertyEditors\ValueConverters\JsonValueConverter.cs" />
2013-10-04 20:14:38 +02:00
<Compile Include= "PropertyEditors\ValueConverters\MultipleTextStringValueConverter.cs" />
2013-10-30 08:59:28 +11:00
<Compile Include= "PropertyEditors\ValueConverters\MarkdownEditorValueConverter.cs" />
2014-01-30 15:07:43 +01:00
<Compile Include= "PropertyEditors\ValueConverters\MustBeStringValueConverter.cs" />
2013-10-04 20:14:38 +02:00
<Compile Include= "PropertyEditors\ValueConverters\TextStringValueConverter.cs" />
2013-09-23 16:30:24 +02:00
<Compile Include= "PropertyEditors\ValueConverters\TinyMceValueConverter.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "PropertyEditors\IPropertyValueConverter.cs" />
<Compile Include= "Models\PublishedContent\PublishedContentOrderedSet.cs" />
<Compile Include= "Models\PublishedContent\PublishedContentSet.cs" />
2015-01-14 12:09:30 +11:00
<Compile Include= "Strings\Css\StylesheetRule.cs" />
2012-10-04 07:06:01 -02:00
<Compile Include= "Models\DictionaryItem.cs" />
<Compile Include= "Models\DictionaryTranslation.cs" />
2013-05-28 18:27:11 -10:00
<Compile Include= "Models\Editors\ContentPropertyData.cs" />
2013-03-19 06:38:15 +06:00
<Compile Include= "Models\EntityBase\IRememberBeingDirty.cs" />
2012-12-28 14:15:12 -01:00
<Compile Include= "Models\EntityBase\IUmbracoEntity.cs" />
2013-03-21 00:05:56 +06:00
<Compile Include= "Models\EntityBase\TracksChangesEntityBase.cs" />
2012-10-04 11:44:31 -02:00
<Compile Include= "Models\File.cs" />
2012-10-24 10:49:08 -02:00
<Compile Include= "Models\IDataTypeDefinition.cs" />
2012-10-24 12:22:52 -02:00
<Compile Include= "Models\IDictionaryItem.cs" />
<Compile Include= "Models\IDictionaryTranslation.cs" />
2012-10-04 11:44:31 -02:00
<Compile Include= "Models\IFile.cs" />
2012-10-24 12:22:52 -02:00
<Compile Include= "Models\ILanguage.cs" />
2013-09-17 17:18:54 +10:00
<Compile Include= "Models\IMacro.cs" />
<Compile Include= "Models\IMacroProperty.cs" />
<Compile Include= "Models\IMacroPropertyType.cs" />
2013-10-02 18:57:44 +10:00
<Compile Include= "Models\ITag.cs" />
2013-09-17 17:18:54 +10:00
<Compile Include= "Models\Macro.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentExtended.cs" />
2013-09-13 21:15:40 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentModelAttribute.cs" />
2014-05-18 21:23:09 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentExtensionsForModels.cs" />
2013-09-17 17:18:54 +10:00
<Compile Include= "Models\MacroProperty.cs" />
<Compile Include= "Models\MacroPropertyCollection.cs" />
<Compile Include= "Models\MacroPropertyTypeBaseTypes.cs" />
<Compile Include= "Models\MacroTypes.cs" />
2013-09-05 17:47:13 +02:00
<Compile Include= "Models\PublishedContent\PublishedContentWrapped.cs" />
<Compile Include= "Models\PublishedContent\PublishedContentType.cs" />
<Compile Include= "Models\PublishedContent\PublishedPropertyType.cs" />
2013-07-01 14:23:56 +10:00
<Compile Include= "Models\Mapping\IMapperConfiguration.cs" />
<Compile Include= "Models\Mapping\MapperConfiguration.cs" />
2013-08-09 16:39:09 +10:00
<Compile Include= "Models\Membership\EntityPermission.cs" />
2013-08-31 19:13:36 +02:00
<Compile Include= "Models\IMember.cs" />
<Compile Include= "Models\IMemberType.cs" />
<Compile Include= "Models\Member.cs" />
2014-03-18 17:08:21 +11:00
<Compile Include= "Models\Membership\MembershipUserExtensions.cs" />
2013-09-03 17:01:34 +02:00
<Compile Include= "Models\Membership\UmbracoMembershipMember.cs" />
2013-05-23 13:25:14 -02:00
<Compile Include= "Models\Membership\UmbracoMembershipUser.cs" />
2013-10-10 13:41:06 +11:00
<Compile Include= "Models\PagedResult.cs" />
2013-08-26 17:24:08 +10:00
<Compile Include= "Models\PreValue.cs" />
2013-08-31 19:13:36 +02:00
<Compile Include= "Models\MemberType.cs" />
2013-08-14 19:24:20 +10:00
<Compile Include= "Models\PreValueCollection.cs" />
2013-10-04 17:13:57 +10:00
<Compile Include= "Models\PropertyTags.cs" />
2013-08-31 19:13:36 +02:00
<Compile Include= "Models\Rdbms\MemberTypeReadOnlyDto.cs" />
2013-09-02 15:53:09 +02:00
<Compile Include= "Models\Rdbms\PropertyTypeGroupReadOnlyDto.cs" />
<Compile Include= "Models\Rdbms\PropertyTypeReadOnlyDto.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Models\ServerRegistration.cs" />
2012-11-11 06:53:02 -01:00
<Compile Include= "Models\ITemplate.cs" />
2012-10-04 07:06:01 -02:00
<Compile Include= "Models\Language.cs" />
2012-10-04 12:38:43 -02:00
<Compile Include= "Models\Media.cs" />
2012-10-09 09:49:55 -02:00
<Compile Include= "Models\MediaType.cs" />
2012-11-05 14:42:21 -01:00
<Compile Include= "Models\Membership\IMembershipUser.cs" />
<Compile Include= "Models\Membership\IProfile.cs" />
2012-11-09 14:45:28 -01:00
<Compile Include= "Models\Membership\IUser.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Models\Membership\IUserType.cs" />
2012-11-05 14:42:21 -01:00
<Compile Include= "Models\Membership\User.cs" />
2012-12-17 14:01:29 -01:00
<Compile Include= "Models\Membership\UserGroup.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Models\Membership\UserType.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Models\PropertyExtensions.cs" />
2012-12-09 03:22:11 +05:00
<Compile Include= "Models\PublishedItemType.cs" />
2013-01-10 14:07:07 -01:00
<Compile Include= "Models\PublishedState.cs" />
2012-10-10 07:15:51 -02:00
<Compile Include= "Models\Rdbms\ContentType2ContentTypeDto.cs" />
<Compile Include= "Models\Rdbms\PropertyTypeGroupDto.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Models\Rdbms\ServerRegistrationDto.cs" />
2012-10-04 08:10:36 -02:00
<Compile Include= "Models\Relation.cs" />
<Compile Include= "Models\RelationType.cs" />
2012-10-04 11:44:31 -02:00
<Compile Include= "Models\Script.cs" />
<Compile Include= "Models\Stylesheet.cs" />
2013-03-21 00:05:56 +06:00
<Compile Include= "Models\StylesheetProperty.cs" />
2013-10-02 18:57:44 +10:00
<Compile Include= "Models\Tag.cs" />
2012-10-11 13:11:17 -02:00
<Compile Include= "Models\Task.cs" />
<Compile Include= "Models\TaskType.cs" />
2012-10-04 11:44:31 -02:00
<Compile Include= "Models\Template.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "Models\UmbracoEntity.cs" />
<Compile Include= "Models\UmbracoObjectTypes.cs" />
<Compile Include= "Models\UmbracoObjectTypesExtensions.cs" />
2013-08-09 16:39:09 +10:00
<Compile Include= "Models\UserExtensions.cs" />
2013-08-16 12:25:38 +10:00
<Compile Include= "NetworkHelper.cs" />
2013-07-18 17:05:40 +10:00
<Compile Include= "Models\Validation\RequiredForPersistenceAttribute.cs" />
2013-01-29 09:45:12 +06:00
<Compile Include= "ObjectResolution\ApplicationEventsResolver.cs" />
2013-03-12 01:50:56 +04:00
<Compile Include= "ObjectResolution\ResolverCollection.cs" />
2013-09-17 17:18:54 +10:00
<Compile Include= "ObservableDictionary.cs" />
2013-09-17 15:07:15 +10:00
<Compile Include= "Persistence\Factories\MacroFactory.cs" />
2013-07-02 17:47:20 +10:00
<Compile Include= "Persistence\Factories\ModelFactoryConfiguration.cs" />
2013-08-30 17:24:06 +02:00
<Compile Include= "Persistence\Factories\MemberFactory.cs" />
<Compile Include= "Persistence\Factories\MemberTypeFactory.cs" />
2013-08-31 19:13:36 +02:00
<Compile Include= "Persistence\Factories\MemberTypeReadOnlyFactory.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Persistence\Factories\ServerRegistrationFactory.cs" />
2013-10-02 18:57:44 +10:00
<Compile Include= "Persistence\Factories\TagFactory.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "Persistence\Factories\UmbracoEntityFactory.cs" />
2013-07-02 17:47:20 +10:00
<Compile Include= "Persistence\Factories\UserSectionFactory.cs" />
2013-02-04 13:21:46 -01:00
<Compile Include= "Persistence\FaultHandling\ITransientErrorDetectionStrategy.cs" />
<Compile Include= "Persistence\FaultHandling\RetryingEventArgs.cs" />
<Compile Include= "Persistence\FaultHandling\RetryLimitExceededException.cs" />
<Compile Include= "Persistence\FaultHandling\RetryPolicy.cs" />
<Compile Include= "Persistence\FaultHandling\RetryPolicyFactory.cs" />
<Compile Include= "Persistence\FaultHandling\RetryStrategy.cs" />
<Compile Include= "Persistence\FaultHandling\Strategies\ExponentialBackoff.cs" />
<Compile Include= "Persistence\FaultHandling\Strategies\FixedInterval.cs" />
<Compile Include= "Persistence\FaultHandling\Strategies\Incremental.cs" />
<Compile Include= "Persistence\FaultHandling\Strategies\NetworkConnectivityErrorDetectionStrategy.cs" />
<Compile Include= "Persistence\FaultHandling\Strategies\SqlAzureTransientErrorDetectionStrategy.cs" />
<Compile Include= "Persistence\FaultHandling\ThrottlingCondition.cs" />
2013-09-17 15:07:15 +10:00
<Compile Include= "Persistence\Mappers\MacroMapper.cs" />
2013-09-24 19:27:13 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AlterCmsMacroPropertyTable.cs" />
2013-09-18 19:20:36 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AddIndexToCmsMacroPropertyTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AddIndexToCmsMacroTable.cs" />
2013-10-02 18:57:44 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AlterTagRelationsTable.cs" />
2013-10-02 13:50:42 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AlterTagsTable.cs" />
2013-10-02 15:51:02 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\DropControlIdColumn.cs" />
2013-09-19 12:53:12 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\RemoveCmsMacroPropertyTypeTable.cs" />
2013-09-24 19:27:13 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AlterUserTable.cs" />
2013-09-17 12:31:39 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\UpdateControlIdToPropertyEditorAlias.cs" />
2013-09-17 20:19:27 +10:00
<Compile Include= "Persistence\Relators\MacroPropertyRelator.cs" />
2013-09-17 17:18:54 +10:00
<Compile Include= "Persistence\Repositories\Interfaces\IMacroRepository.cs" />
2014-09-01 18:06:24 +10:00
<Compile Include= "Persistence\Repositories\Interfaces\ITagRepository.cs" />
2013-09-17 15:07:15 +10:00
<Compile Include= "Persistence\Repositories\MacroRepository.cs" />
2014-09-01 18:06:24 +10:00
<Compile Include= "Persistence\Repositories\TagRepository.cs" />
2013-09-27 11:02:59 +10:00
<Compile Include= "PropertyEditors\BackwardsCompatibleData.cs" />
<Compile Include= "PropertyEditors\BackwardsCompatibleDataType.cs" />
2013-10-10 13:41:06 +11:00
<Compile Include= "PropertyEditors\EmailValidator.cs" />
2013-10-09 16:06:07 +11:00
<Compile Include= "PropertyEditors\IParameterEditor.cs" />
2013-09-19 12:53:12 +10:00
<Compile Include= "PropertyEditors\LegacyParameterEditorAliasConverter.cs" />
2013-09-09 15:57:22 +10:00
<Compile Include= "PropertyEditors\LegacyPropertyEditorIdToAliasConverter.cs" />
2013-03-13 01:09:29 +04:00
<Compile Include= "Persistence\Mappers\MapperForAttribute.cs" />
2013-08-28 15:24:22 +02:00
<Compile Include= "Persistence\Mappers\MemberMapper.cs" />
2013-08-30 17:24:06 +02:00
<Compile Include= "Persistence\Mappers\MemberTypeMapper.cs" />
2012-12-29 18:53:13 -01:00
<Compile Include= "Persistence\Mappers\PetaPocoMapper.cs" />
2012-10-12 12:37:55 -02:00
<Compile Include= "Persistence\DatabaseAnnotations\ConstraintAttribute.cs" />
2012-10-22 12:52:29 -02:00
<Compile Include= "Persistence\DatabaseAnnotations\SpecialDbTypeAttribute.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\LengthAttribute.cs" />
2012-10-19 19:07:17 -02:00
<Compile Include= "Persistence\DatabaseAnnotations\SpecialDbTypes.cs" />
2012-10-12 12:37:55 -02:00
<Compile Include= "Persistence\DatabaseAnnotations\ForeignKeyAttribute.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\IndexAttribute.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\IndexTypes.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\NullSettingAttribute.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\NullSettings.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\PrimaryKeyColumnAttribute.cs" />
<Compile Include= "Persistence\DatabaseAnnotations\ReferencesAttribute.cs" />
2012-12-07 13:48:38 -01:00
<Compile Include= "Persistence\DatabaseModelDefinitions\ColumnDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\ConstraintDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\ConstraintType.cs" />
2012-12-04 07:36:51 -01:00
<Compile Include= "Persistence\DatabaseModelDefinitions\DefinitionFactory.cs" />
2012-12-07 13:48:38 -01:00
<Compile Include= "Persistence\DatabaseModelDefinitions\DeletionDataDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\Direction.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\ForeignKeyDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\IndexColumnDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\IndexDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\InsertionDataDefinition.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\ModificationType.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\SystemMethods.cs" />
<Compile Include= "Persistence\DatabaseModelDefinitions\TableDefinition.cs" />
2012-10-13 09:57:45 -02:00
<Compile Include= "Persistence\DatabaseProviders.cs" />
2012-12-12 03:47:04 +05:00
<Compile Include= "Persistence\DefaultDatabaseFactory.cs" />
2012-10-08 08:45:36 -02:00
<Compile Include= "Persistence\Factories\ContentFactory.cs" />
2012-10-08 12:12:41 -02:00
<Compile Include= "Persistence\Factories\ContentTypeFactory.cs" />
2012-10-08 11:11:33 -02:00
<Compile Include= "Persistence\Factories\DataTypeDefinitionFactory.cs" />
2012-10-08 13:14:59 -02:00
<Compile Include= "Persistence\Factories\DictionaryItemFactory.cs" />
<Compile Include= "Persistence\Factories\DictionaryTranslationFactory.cs" />
<Compile Include= "Persistence\Factories\LanguageFactory.cs" />
2012-10-09 11:53:22 -02:00
<Compile Include= "Persistence\Factories\MediaFactory.cs" />
2012-10-09 10:10:18 -02:00
<Compile Include= "Persistence\Factories\MediaTypeFactory.cs" />
2012-10-08 08:42:57 -02:00
<Compile Include= "Persistence\Factories\PropertyFactory.cs" />
2012-10-08 12:12:41 -02:00
<Compile Include= "Persistence\Factories\PropertyGroupFactory.cs" />
2012-10-09 06:34:12 -02:00
<Compile Include= "Persistence\Factories\RelationFactory.cs" />
<Compile Include= "Persistence\Factories\RelationTypeFactory.cs" />
2012-11-11 12:20:14 -01:00
<Compile Include= "Persistence\Factories\TemplateFactory.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Persistence\Factories\UserFactory.cs" />
<Compile Include= "Persistence\Factories\UserTypeFactory.cs" />
2012-12-12 03:47:04 +05:00
<Compile Include= "Persistence\IDatabaseFactory.cs" />
2012-10-23 11:29:16 -02:00
<Compile Include= "Persistence\Mappers\BaseMapper.cs" />
<Compile Include= "Persistence\Mappers\ContentMapper.cs" />
<Compile Include= "Persistence\Mappers\ContentTypeMapper.cs" />
<Compile Include= "Persistence\Mappers\DataTypeDefinitionMapper.cs" />
<Compile Include= "Persistence\Mappers\DictionaryMapper.cs" />
2012-10-23 12:17:23 -02:00
<Compile Include= "Persistence\Mappers\DictionaryTranslationMapper.cs" />
2012-10-23 11:29:16 -02:00
<Compile Include= "Persistence\Mappers\DtoMapModel.cs" />
<Compile Include= "Persistence\Mappers\LanguageMapper.cs" />
2012-12-29 17:34:42 -01:00
<Compile Include= "Persistence\Mappers\MappingResolver.cs" />
2012-10-23 11:29:16 -02:00
<Compile Include= "Persistence\Mappers\MediaMapper.cs" />
2012-12-29 17:34:42 -01:00
<Compile Include= "Persistence\Mappers\MediaTypeMapper.cs" />
2012-10-24 10:49:08 -02:00
<Compile Include= "Persistence\Mappers\PropertyGroupMapper.cs" />
2012-12-17 11:16:09 -01:00
<Compile Include= "Persistence\Mappers\PropertyMapper.cs" />
2012-10-24 10:49:08 -02:00
<Compile Include= "Persistence\Mappers\PropertyTypeMapper.cs" />
2012-10-23 11:29:16 -02:00
<Compile Include= "Persistence\Mappers\RelationMapper.cs" />
<Compile Include= "Persistence\Mappers\RelationTypeMapper.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Persistence\Mappers\ServerRegistrationMapper.cs" />
2013-03-25 18:54:12 -01:00
<Compile Include= "Persistence\Mappers\UmbracoEntityMapper.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Persistence\Mappers\UserMapper.cs" />
2013-07-02 17:47:20 +10:00
<Compile Include= "Persistence\Mappers\UserSectionMapper.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Persistence\Mappers\UserTypeMapper.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\IMigration.cs" />
2012-12-27 18:52:47 -01:00
<Compile Include= "Persistence\Migrations\IMigrationContext.cs" />
<Compile Include= "Persistence\Migrations\IMigrationExpression.cs" />
2012-10-23 07:30:00 -02:00
<Compile Include= "Persistence\Migrations\Initial\BaseDataCreation.cs" />
2012-12-04 08:16:10 -01:00
<Compile Include= "Persistence\Migrations\Initial\DatabaseSchemaCreation.cs" />
2013-01-24 14:47:24 -01:00
<Compile Include= "Persistence\Migrations\Initial\DatabaseSchemaResult.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\MigrationAttribute.cs" />
<Compile Include= "Persistence\Migrations\MigrationBase.cs" />
<Compile Include= "Persistence\Migrations\MigrationContext.cs" />
2012-12-27 18:52:47 -01:00
<Compile Include= "Persistence\Migrations\MigrationExpressionBase.cs" />
2013-01-10 04:33:30 +03:00
<Compile Include= "Persistence\Migrations\MigrationResolver.cs" />
2012-11-30 18:48:20 -01:00
<Compile Include= "Persistence\Migrations\MigrationRunner.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\AlterSyntaxBuilder.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Column\AlterColumnBuilder.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Column\IAlterColumnOptionForeignKeyCascadeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Alter\Column\IAlterColumnOptionSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Alter\Column\IAlterColumnSyntax.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Column\IAlterColumnTypeSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Expressions\AlterColumnExpression.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Expressions\AlterDefaultConstraintExpression.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Expressions\AlterTableExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Alter\IAlterSyntaxBuilder.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Table\AlterTableBuilder.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Table\IAlterTableColumnOptionForeignKeyCascadeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Alter\Table\IAlterTableColumnOptionSyntax.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Table\IAlterTableColumnTypeSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Alter\Table\IAlterTableSyntax.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Create\Column\CreateColumnBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Column\ICreateColumnOnTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Column\ICreateColumnOptionForeignKeyCascadeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Column\ICreateColumnOptionSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Column\ICreateColumnTypeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Constraint\CreateConstraintBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Constraint\ICreateConstraintColumnsSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Constraint\ICreateConstraintOnTableSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Create\CreateBuilder.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Create\Expressions\CreateConstraintExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Expressions\CreateTableExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\CreateForeignKeyBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\ICreateForeignKeyCascadeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\ICreateForeignKeyForeignColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\ICreateForeignKeyFromTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\ICreateForeignKeyPrimaryColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\ForeignKey\ICreateForeignKeyToTableSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Create\ICreateBuilder.cs" />
2012-12-07 11:55:41 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Create\Index\CreateIndexBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Index\ICreateIndexColumnOptionsSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Index\ICreateIndexForTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Index\ICreateIndexOnColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Index\ICreateIndexOptionsSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Table\CreateTableBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Table\ICreateTableColumnAsTypeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Table\ICreateTableColumnOptionForeignKeyCascadeSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Table\ICreateTableColumnOptionSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Create\Table\ICreateTableWithColumnSyntax.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Delete\Column\DeleteColumnBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Column\IDeleteColumnFromTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Constraint\DeleteConstraintBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Constraint\IDeleteConstraintOnTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\DefaultConstraint\DeleteDefaultConstraintBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\DefaultConstraint\IDeleteDefaultConstraintOnColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\DefaultConstraint\IDeleteDefaultConstraintOnTableSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Delete\DeleteBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Delete\DeleteDataBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteColumnExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteConstraintExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteDataExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteDefaultConstraintExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteForeignKeyExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteIndexExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Expressions\DeleteTableExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\DeleteForeignKeyBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\IDeleteForeignKeyForeignColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\IDeleteForeignKeyFromTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\IDeleteForeignKeyOnTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\IDeleteForeignKeyPrimaryColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\ForeignKey\IDeleteForeignKeyToTableSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Delete\IDeleteBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Delete\IDeleteDataSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Index\DeleteIndexBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Index\IDeleteIndexForTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Index\IDeleteIndexOnColumnSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Delete\Table\DeleteTableBuilder.cs" />
2012-12-26 14:44:42 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Execute\ExecuteBuilder.cs" />
2013-02-28 16:00:35 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Execute\Expressions\ExecuteCodeStatementExpression.cs" />
2012-12-26 14:44:42 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Execute\Expressions\ExecuteSqlStatementExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Execute\IExecuteBuilder.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\ExpressionBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\ExpressionBuilderBase.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Expressions\CreateColumnExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Expressions\CreateForeignKeyExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Expressions\CreateIndexExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\IColumnOptionSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\IColumnTypeSyntax.cs" />
2012-12-27 18:52:47 -01:00
<Compile Include= "Persistence\Migrations\Syntax\IfDatabase\IfDatabaseBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\IfDatabase\IIfDatabaseBuilder.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\IFluentSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\IForeignKeyCascadeSyntax.cs" />
2012-12-07 12:23:03 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Insert\Expressions\InsertDataExpression.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Insert\IInsertBuilder.cs" />
2012-12-07 12:23:03 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Insert\IInsertDataSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Insert\InsertBuilder.cs" />
2012-12-07 12:23:03 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Insert\InsertDataBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Rename\Column\IRenameColumnTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\Column\IRenameColumnToSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\Column\RenameColumnBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\Expressions\RenameColumnExpression.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\Expressions\RenameTableExpression.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Rename\IRenameBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\RenameBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Rename\Table\IRenameTableSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Rename\Table\RenameTableBuilder.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Update\Expressions\UpdateDataExpression.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Update\IUpdateBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Update\IUpdateSetSyntax.cs" />
<Compile Include= "Persistence\Migrations\Syntax\Update\IUpdateWhereSyntax.cs" />
2012-11-30 15:01:52 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Update\UpdateBuilder.cs" />
2012-12-07 13:46:11 -01:00
<Compile Include= "Persistence\Migrations\Syntax\Update\UpdateDataBuilder.cs" />
2013-01-08 10:42:02 -01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionFourNineZero\RemoveUmbracoAppConstraints.cs" />
2013-10-02 15:51:02 +10:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSeven\AddPropertyEditorAliasColumn.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixOneZero\CreateServerRegistryTable.cs" />
2013-08-25 17:14:01 +02:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\AddChangeDocumentTypePermission.cs" />
2013-10-11 18:45:37 +11:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixTwoZero\AdditionalIndexesAndKeys.cs" />
2013-02-28 14:54:42 -01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSixZeroOne\UpdatePropertyTypesAndGroups.cs" />
2013-01-18 12:00:29 -01:00
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\DeleteAppTables.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\EnsureAppsTreesUpdated.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\MoveMasterContentTypeData.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\NewCmsContentType2ContentTypeTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\RemoveMasterContentTypeColumn.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\RenameTabIdColumn.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\UpdateCmsContentTypeAllowedContentTypeTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\UpdateCmsContentTypeTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\UpdateCmsContentVersionTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\UpdateCmsPropertyTypeGroupTable.cs" />
<Compile Include= "Persistence\Migrations\Upgrades\TargetVersionSix\RenameCmsTabTable.cs" />
2013-02-05 14:31:55 -01:00
<Compile Include= "Persistence\PetaPocoCommandExtensions.cs" />
2013-02-04 13:21:46 -01:00
<Compile Include= "Persistence\PetaPocoConnectionExtensions.cs" />
2012-10-12 12:37:55 -02:00
<Compile Include= "Persistence\PetaPocoExtensions.cs" />
2012-11-11 13:52:28 -01:00
<Compile Include= "Persistence\PetaPocoSqlExtensions.cs" />
2013-08-14 17:07:21 +02:00
<Compile Include= "Persistence\Querying\BaseExpressionHelper.cs" />
2012-12-29 17:34:42 -01:00
<Compile Include= "Persistence\Querying\PocoToSqlExpressionHelper.cs" />
2012-10-04 13:44:02 -02:00
<Compile Include= "Persistence\Querying\IQuery.cs" />
2012-12-29 17:34:42 -01:00
<Compile Include= "Persistence\Querying\ModelToSqlExpressionHelper.cs" />
2012-10-04 13:44:02 -02:00
<Compile Include= "Persistence\Querying\Query.cs" />
<Compile Include= "Persistence\Querying\SqlTranslator.cs" />
2012-10-08 17:20:43 -02:00
<Compile Include= "Persistence\Relators\DictionaryLanguageTextRelator.cs" />
2013-09-02 15:53:09 +02:00
<Compile Include= "Persistence\Relators\PropertyTypePropertyGroupRelator.cs" />
2013-07-03 16:07:20 +10:00
<Compile Include= "Persistence\Relators\UserSectionRelator.cs" />
2012-10-04 13:44:02 -02:00
<Compile Include= "Persistence\Repositories\ContentRepository.cs" />
2012-10-10 08:42:54 -02:00
<Compile Include= "Persistence\Repositories\ContentTypeBaseRepository.cs" />
2012-10-08 12:12:41 -02:00
<Compile Include= "Persistence\Repositories\ContentTypeRepository.cs" />
2012-10-08 11:11:33 -02:00
<Compile Include= "Persistence\Repositories\DataTypeDefinitionRepository.cs" />
2012-10-08 13:14:59 -02:00
<Compile Include= "Persistence\Repositories\DictionaryRepository.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "Persistence\Repositories\EntityRepository.cs" />
2012-10-09 08:45:15 -02:00
<Compile Include= "Persistence\Repositories\FileRepository.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "Persistence\Repositories\Interfaces\IEntityRepository.cs" />
2012-10-09 09:49:55 -02:00
<Compile Include= "Persistence\Repositories\Interfaces\IContentRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IContentTypeRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IDataTypeDefinitionRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IDictionaryRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\ILanguageRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IMediaRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IMediaTypeRepository.cs" />
2013-08-26 16:59:41 +02:00
<Compile Include= "Persistence\Repositories\Interfaces\IMemberRepository.cs" />
2013-08-30 17:24:06 +02:00
<Compile Include= "Persistence\Repositories\Interfaces\IMemberTypeRepository.cs" />
2012-10-09 09:49:55 -02:00
<Compile Include= "Persistence\Repositories\Interfaces\IRelationRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IRelationTypeRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IRepositoryQueryable.cs" />
2012-10-10 08:56:25 -02:00
<Compile Include= "Persistence\Relators\GroupPropertyTypeRelator.cs" />
2012-12-17 13:37:36 -01:00
<Compile Include= "Persistence\Repositories\Interfaces\IRepositoryVersionable.cs" />
2012-10-09 09:49:55 -02:00
<Compile Include= "Persistence\Repositories\Interfaces\IScriptRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\IStylesheetRepository.cs" />
<Compile Include= "Persistence\Repositories\Interfaces\ITemplateRepository.cs" />
2012-11-09 14:45:28 -01:00
<Compile Include= "Persistence\Repositories\Interfaces\IUserRepository.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Persistence\Repositories\Interfaces\IUserTypeRepository.cs" />
2012-10-08 13:14:59 -02:00
<Compile Include= "Persistence\Repositories\LanguageRepository.cs" />
2012-10-09 10:10:18 -02:00
<Compile Include= "Persistence\Repositories\MediaRepository.cs" />
<Compile Include= "Persistence\Repositories\MediaTypeRepository.cs" />
2013-08-26 16:59:41 +02:00
<Compile Include= "Persistence\Repositories\MemberGroupRepository.cs" />
<Compile Include= "Persistence\Repositories\MemberRepository.cs" />
<Compile Include= "Persistence\Repositories\MemberTypeRepository.cs" />
2013-07-08 17:29:26 +10:00
<Compile Include= "Persistence\Repositories\PermissionRepository.cs" />
2012-10-08 08:42:57 -02:00
<Compile Include= "Persistence\Repositories\PetaPocoRepositoryBase.cs" />
2013-08-06 15:08:05 +02:00
<Compile Include= "Persistence\Repositories\RecycleBinRepository.cs" />
2012-10-09 06:34:12 -02:00
<Compile Include= "Persistence\Repositories\RelationRepository.cs" />
<Compile Include= "Persistence\Repositories\RelationTypeRepository.cs" />
2012-10-08 08:42:57 -02:00
<Compile Include= "Persistence\Repositories\RepositoryBase.cs" />
2012-10-09 08:12:03 -02:00
<Compile Include= "Persistence\Repositories\ScriptRepository.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Persistence\Repositories\ServerRegistrationRepository.cs" />
2013-07-04 11:22:59 +02:00
<Compile Include= "Persistence\Repositories\SimilarNodeNameComparer.cs" />
2012-10-09 08:49:17 -02:00
<Compile Include= "Persistence\Repositories\StylesheetRepository.cs" />
2012-10-09 08:45:15 -02:00
<Compile Include= "Persistence\Repositories\TemplateRepository.cs" />
2012-11-09 14:45:28 -01:00
<Compile Include= "Persistence\Repositories\UserRepository.cs" />
2012-11-09 19:54:10 -01:00
<Compile Include= "Persistence\Repositories\UserTypeRepository.cs" />
2012-12-17 13:37:36 -01:00
<Compile Include= "Persistence\Repositories\VersionableRepositoryBase.cs" />
2012-12-10 02:58:23 +05:00
<Compile Include= "Persistence\RepositoryFactory.cs" />
2013-01-16 13:31:04 -01:00
<Compile Include= "ObjectResolution\LazyManyObjectsResolverBase.cs" />
2013-01-25 15:05:42 -01:00
<Compile Include= "Persistence\SqlSyntax\ColumnInfo.cs" />
2012-10-19 13:20:57 -02:00
<Compile Include= "Persistence\SqlSyntax\DbTypes.cs" />
2012-10-23 08:09:01 -02:00
<Compile Include= "Persistence\SqlSyntax\ISqlSyntaxProvider.cs" />
2012-10-19 13:20:57 -02:00
<Compile Include= "Persistence\SqlSyntax\MySqlSyntaxProvider.cs" />
<Compile Include= "Persistence\SqlSyntax\SqlCeSyntaxProvider.cs" />
<Compile Include= "Persistence\SqlSyntax\SqlServerSyntaxProvider.cs" />
2013-03-09 10:43:34 -01:00
<Compile Include= "Persistence\SqlSyntax\SqlSyntaxProviderAttribute.cs" />
2012-10-19 13:20:57 -02:00
<Compile Include= "Persistence\SqlSyntax\SqlSyntaxProviderBase.cs" />
2013-03-09 10:43:34 -01:00
<Compile Include= "Persistence\SqlSyntax\SqlSyntaxContext.cs" />
2015-01-13 18:19:52 +11:00
<Compile Include= "Persistence\SqlSyntax\SqlSyntaxProviders.cs" />
2012-10-08 08:42:57 -02:00
<Compile Include= "Persistence\TransactionType.cs" />
2012-12-12 03:47:04 +05:00
<Compile Include= "Persistence\UmbracoDatabase.cs" />
2012-10-08 10:16:59 -02:00
<Compile Include= "Persistence\UnitOfWork\FileUnitOfWork.cs" />
<Compile Include= "Persistence\UnitOfWork\FileUnitOfWorkProvider.cs" />
2012-12-11 12:03:36 +05:00
<Compile Include= "Persistence\UnitOfWork\IDatabaseUnitOfWork.cs" />
<Compile Include= "Persistence\UnitOfWork\IDatabaseUnitOfWorkProvider.cs" />
2012-10-04 13:44:02 -02:00
<Compile Include= "Persistence\UnitOfWork\IUnitOfWork.cs" />
<Compile Include= "Persistence\UnitOfWork\IUnitOfWorkProvider.cs" />
2012-10-08 08:42:57 -02:00
<Compile Include= "Persistence\UnitOfWork\IUnitOfWorkRepository.cs" />
2012-10-04 18:19:46 -02:00
<Compile Include= "Persistence\UnitOfWork\PetaPocoUnitOfWork.cs" />
<Compile Include= "Persistence\UnitOfWork\PetaPocoUnitOfWorkProvider.cs" />
2013-05-12 15:25:46 -10:00
<Compile Include= "Profiling\IProfiler.cs" />
<Compile Include= "Profiling\LogProfiler.cs" />
2013-05-13 20:10:28 -10:00
<Compile Include= "Profiling\ProfilerExtensions.cs" />
2013-05-12 15:25:46 -10:00
<Compile Include= "Profiling\ProfilerResolver.cs" />
<Compile Include= "Profiling\WebProfiler.cs" />
2013-08-28 13:30:05 +10:00
<Compile Include= "PropertyEditors\DelimitedManifestValueValidator.cs" />
2013-08-28 14:45:33 +10:00
<Compile Include= "PropertyEditors\IntegerValidator.cs" />
2013-08-28 13:30:05 +10:00
<Compile Include= "PropertyEditors\ManifestPropertyValidator.cs" />
2013-09-19 14:55:00 +10:00
<Compile Include= "PropertyEditors\ParameterEditor.cs" />
<Compile Include= "PropertyEditors\ParameterEditorAttribute.cs" />
2013-09-19 15:33:47 +10:00
<Compile Include= "PropertyEditors\ParameterEditorResolver.cs" />
2013-09-19 14:55:00 +10:00
<Compile Include= "PropertyEditors\ParameterValueEditor.cs" />
2013-08-16 16:15:08 +10:00
<Compile Include= "PropertyEditors\PreValueField.cs" />
2013-08-23 15:33:52 +10:00
<Compile Include= "PropertyEditors\PreValueFieldAttribute.cs" />
2013-08-28 13:30:05 +10:00
<Compile Include= "PropertyEditors\ManifestValueValidator.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "PropertyEditors\PreValueEditor.cs" />
<Compile Include= "PropertyEditors\PropertyEditor.cs" />
<Compile Include= "PropertyEditors\PropertyEditorAttribute.cs" />
<Compile Include= "PropertyEditors\PropertyEditorResolver.cs" />
2013-09-09 15:17:33 +10:00
<Compile Include= "PropertyEditors\PropertyValueConvertersResolver.cs" />
2013-08-28 13:30:05 +10:00
<Compile Include= "PropertyEditors\RegexValidator.cs" />
<Compile Include= "PropertyEditors\RequiredManifestValueValidator.cs" />
<Compile Include= "PropertyEditors\IPropertyValidator.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "PropertyEditors\ValidatorsResolver.cs" />
2013-09-19 14:55:00 +10:00
<Compile Include= "PropertyEditors\PropertyValueEditor.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "PropertyEditors\ValueValidatorAttribute.cs" />
2012-08-15 23:20:37 +06:00
<Compile Include= "Dictionary\ICultureDictionary.cs" />
2012-08-17 04:27:47 +06:00
<Compile Include= "Dynamics\ClassFactory.cs" />
<Compile Include= "Dynamics\DynamicClass.cs" />
<Compile Include= "Dynamics\DynamicDictionary.cs" />
<Compile Include= "Dynamics\DynamicNull.cs" />
<Compile Include= "Dynamics\DynamicOrdering.cs" />
<Compile Include= "Dynamics\DynamicProperty.cs" />
<Compile Include= "Dynamics\DynamicQueryableGetMemberBinder.cs" />
<Compile Include= "Dynamics\DynamicXml.cs" />
<Compile Include= "Dynamics\ExtensionMethodFinder.cs" />
<Compile Include= "Dynamics\ExtensionMethods.cs" />
2012-09-08 11:59:01 +07:00
<Compile Include= "Dynamics\PropertyResultType.cs" />
2012-08-22 05:57:34 +06:00
<Compile Include= "IO\FileSystemProviderAttribute.cs" />
2012-11-08 08:27:38 +05:00
<Compile Include= "IO\FileSystemExtensions.cs" />
2012-11-07 09:30:40 +05:00
<Compile Include= "IO\MediaFileSystem.cs" />
2012-09-08 07:13:03 +07:00
<Compile Include= "Macros\MacroTagParser.cs" />
2012-09-25 13:09:59 +07:00
<Compile Include= "Mandate.cs" />
2012-10-03 10:26:50 -02:00
<Compile Include= "Models\Content.cs" />
<Compile Include= "Models\ContentStatus.cs" />
<Compile Include= "Models\ContentType.cs" />
2012-10-03 08:03:45 -02:00
<Compile Include= "Models\DataTypeDatabaseType.cs" />
<Compile Include= "Models\DataTypeDefinition.cs" />
2012-10-03 06:38:31 -02:00
<Compile Include= "Models\EntityBase\Entity.cs" />
2012-10-03 08:03:45 -02:00
<Compile Include= "Models\EntityBase\IAggregateRoot.cs" />
2012-10-03 06:38:31 -02:00
<Compile Include= "Models\EntityBase\ICanBeDirty.cs" />
<Compile Include= "Models\EntityBase\IEntity.cs" />
<Compile Include= "Models\EntityBase\IValueObject.cs" />
2012-10-03 08:24:23 -02:00
<Compile Include= "Models\IContent.cs" />
<Compile Include= "Models\IContentBase.cs" />
<Compile Include= "Models\IContentType.cs" />
<Compile Include= "Models\IContentTypeBase.cs" />
<Compile Include= "Models\IContentTypeComposition.cs" />
<Compile Include= "Models\IMedia.cs" />
<Compile Include= "Models\IMediaType.cs" />
2012-10-03 08:03:45 -02:00
<Compile Include= "Models\Property.cs" />
<Compile Include= "Models\PropertyCollection.cs" />
<Compile Include= "Models\PropertyGroup.cs" />
<Compile Include= "Models\PropertyGroupCollection.cs" />
<Compile Include= "Models\PropertyType.cs" />
<Compile Include= "Models\PropertyTypeCollection.cs" />
2012-10-03 06:57:58 -02:00
<Compile Include= "Models\Rdbms\AppDto.cs" />
<Compile Include= "Models\Rdbms\AppTreeDto.cs" />
<Compile Include= "Models\Rdbms\ContentDto.cs" />
<Compile Include= "Models\Rdbms\ContentTypeAllowedContentTypeDto.cs" />
<Compile Include= "Models\Rdbms\ContentTypeDto.cs" />
<Compile Include= "Models\Rdbms\ContentVersionDto.cs" />
<Compile Include= "Models\Rdbms\ContentXmlDto.cs" />
<Compile Include= "Models\Rdbms\DataTypeDto.cs" />
<Compile Include= "Models\Rdbms\DataTypePreValueDto.cs" />
<Compile Include= "Models\Rdbms\DictionaryDto.cs" />
<Compile Include= "Models\Rdbms\DocumentDto.cs" />
<Compile Include= "Models\Rdbms\DocumentTypeDto.cs" />
<Compile Include= "Models\Rdbms\DomainDto.cs" />
<Compile Include= "Models\Rdbms\LanguageDto.cs" />
<Compile Include= "Models\Rdbms\LanguageTextDto.cs" />
<Compile Include= "Models\Rdbms\LogDto.cs" />
<Compile Include= "Models\Rdbms\MacroDto.cs" />
<Compile Include= "Models\Rdbms\MacroPropertyDto.cs" />
<Compile Include= "Models\Rdbms\Member2MemberGroupDto.cs" />
<Compile Include= "Models\Rdbms\MemberDto.cs" />
<Compile Include= "Models\Rdbms\MemberTypeDto.cs" />
<Compile Include= "Models\Rdbms\NodeDto.cs" />
<Compile Include= "Models\Rdbms\PreviewXmlDto.cs" />
<Compile Include= "Models\Rdbms\PropertyDataDto.cs" />
<Compile Include= "Models\Rdbms\PropertyTypeDto.cs" />
<Compile Include= "Models\Rdbms\RelationDto.cs" />
<Compile Include= "Models\Rdbms\RelationTypeDto.cs" />
<Compile Include= "Models\Rdbms\StylesheetDto.cs" />
<Compile Include= "Models\Rdbms\StylesheetPropertyDto.cs" />
<Compile Include= "Models\Rdbms\TagDto.cs" />
<Compile Include= "Models\Rdbms\TagRelationshipDto.cs" />
<Compile Include= "Models\Rdbms\TaskDto.cs" />
<Compile Include= "Models\Rdbms\TaskTypeDto.cs" />
<Compile Include= "Models\Rdbms\TemplateDto.cs" />
<Compile Include= "Models\Rdbms\User2AppDto.cs" />
<Compile Include= "Models\Rdbms\User2NodeNotifyDto.cs" />
<Compile Include= "Models\Rdbms\User2NodePermissionDto.cs" />
<Compile Include= "Models\Rdbms\UserDto.cs" />
<Compile Include= "Models\Rdbms\UserTypeDto.cs" />
2012-09-13 09:00:21 +07:00
<Compile Include= "NameValueCollectionExtensions.cs" />
2012-09-25 11:06:32 +07:00
<Compile Include= "ObjectResolution\WeightedPluginAttribute.cs" />
2012-10-03 06:47:07 -02:00
<Compile Include= "Persistence\PetaPoco.cs" />
2013-09-23 16:30:24 +02:00
<Compile Include= "PropertyEditors\ValueConverters\DatePickerValueConverter.cs" />
2012-08-18 11:39:18 +06:00
<Compile Include= "PropertyEditors\IPropertyEditorValueConverter.cs" />
2012-08-17 04:27:47 +06:00
<Compile Include= "Dynamics\ParseException.cs" />
<Compile Include= "Dynamics\PropertyResult.cs" />
<Compile Include= "Dynamics\Res.cs" />
<Compile Include= "Dynamics\Signature.cs" />
<Compile Include= "ExpressionExtensions.cs" />
2012-10-02 01:35:39 +05:00
<Compile Include= "Models\IPublishedContent.cs" />
2012-08-10 13:18:13 +06:00
<Compile Include= "ActionsResolver.cs" />
<Compile Include= "CacheRefreshersResolver.cs" />
2012-07-28 00:13:06 +06:00
<Compile Include= "Configuration\GlobalSettings.cs" />
2012-07-31 00:02:27 +06:00
<Compile Include= "CustomBooleanTypeConverter.cs" />
2012-08-10 13:18:13 +06:00
<Compile Include= "DataTypesResolver.cs" />
2012-07-28 23:08:02 +06:00
<Compile Include= "DisposableObject.cs" />
<Compile Include= "DisposableTimer.cs" />
2012-07-26 21:12:54 +06:00
<Compile Include= "ExpressionHelper.cs" />
2012-08-01 22:06:15 +06:00
<Compile Include= "IBootManager.cs" />
2012-07-28 23:08:02 +06:00
<Compile Include= "IntExtensions.cs" />
2012-07-26 21:12:54 +06:00
<Compile Include= "LambdaExpressionCacheKey.cs" />
2012-08-10 13:18:13 +06:00
<Compile Include= "PackageActionsResolver.cs" />
<Compile Include= "ObjectResolution\LegacyTransientObjectsResolver.cs" />
2012-07-28 01:28:39 +06:00
<Compile Include= "Logging\AsynchronousRollingFileAppender.cs" />
<Compile Include= "Logging\LoggingTaskExtension.cs" />
2012-07-28 00:13:06 +06:00
<Compile Include= "Logging\LogHelper.cs" />
2013-01-16 13:31:04 -01:00
<Compile Include= "Macros\MacroFieldEditorsResolver.cs" />
2012-08-01 22:46:13 +06:00
<Compile Include= "Macros\PersistableMacroProperty.cs" />
2012-07-31 00:02:27 +06:00
<Compile Include= "ObjectExtensions.cs" />
2012-08-18 11:39:18 +06:00
<Compile Include= "PropertyEditors\PropertyEditorValueConvertersResolver.cs" />
2012-08-10 13:18:13 +06:00
<Compile Include= "ObjectResolution\ManyObjectsResolverBase.cs" />
<Compile Include= "ObjectResolution\ObjectLifetimeScope.cs" />
<Compile Include= "ObjectResolution\Resolution.cs" />
<Compile Include= "ObjectResolution\ResolverBase.cs" />
<Compile Include= "ObjectResolution\SingleObjectResolverBase.cs" />
2013-09-23 16:30:24 +02:00
<Compile Include= "PropertyEditors\ValueConverters\YesNoValueConverter.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Publishing\BasePublishingStrategy.cs" />
<Compile Include= "Publishing\IPublishingStrategy.cs" />
2012-11-12 07:33:22 -01:00
<Compile Include= "Publishing\PublishingStrategy.cs" />
2013-02-09 04:05:01 +06:00
<Compile Include= "Publishing\PublishStatus.cs" />
<Compile Include= "Publishing\PublishStatusType.cs" />
2013-08-06 18:42:36 +10:00
<Compile Include= "Dynamics\QueryableExtensions.cs" />
2014-06-20 14:34:21 +10:00
<Compile Include= "Publishing\ScheduledPublisher.cs" />
2012-10-09 02:42:09 +05:00
<Compile Include= "RenderingEngine.cs" />
2013-07-02 17:47:20 +10:00
<Compile Include= "Models\Section.cs" />
2013-07-31 17:08:56 +10:00
<Compile Include= "Security\AuthenticationExtensions.cs" />
2014-01-22 11:57:33 +11:00
<Compile Include= "Security\IUsersMembershipProvider.cs" />
2013-10-18 08:34:37 +11:00
<Compile Include= "Security\MembershipProviderBase.cs" />
2014-01-14 14:17:28 +11:00
<Compile Include= "Security\MembershipProviderExtensions.cs" />
2013-07-31 17:08:56 +10:00
<Compile Include= "Security\UmbracoBackOfficeIdentity.cs" />
2013-12-24 14:03:18 +11:00
<Compile Include= "Security\UmbracoMembershipProviderBase.cs" />
2015-02-22 15:10:14 +01:00
<Compile Include= "Security\IUmbracoMemberTypeMembershipProvider.cs" />
2013-07-31 17:08:56 +10:00
<Compile Include= "Security\UserData.cs" />
2012-10-08 09:51:13 -02:00
<Compile Include= "Serialization\AbstractSerializationService.cs" />
<Compile Include= "Serialization\Formatter.cs" />
<Compile Include= "Serialization\IFormatter.cs" />
<Compile Include= "Serialization\ISerializer.cs" />
<Compile Include= "Serialization\IStreamedResult.cs" />
2013-05-23 22:15:52 -10:00
<Compile Include= "Serialization\JsonCreationConverter.cs" />
2013-04-04 12:02:27 -02:00
<Compile Include= "Serialization\JsonNetSerializer.cs" />
2013-06-02 17:09:16 -10:00
<Compile Include= "Serialization\JsonToStringConverter.cs" />
2012-10-08 09:51:13 -02:00
<Compile Include= "Serialization\SerializationExtensions.cs" />
<Compile Include= "Serialization\SerializationService.cs" />
<Compile Include= "Serialization\StreamedResult.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\ContentService.cs" />
2013-08-01 12:20:28 +10:00
<Compile Include= "Services\ContentServiceExtensions.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\ContentTypeService.cs" />
2013-12-17 14:53:21 +11:00
<Compile Include= "Services\ContentTypeServiceBase.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\DataTypeService.cs" />
2013-03-17 16:25:21 -01:00
<Compile Include= "Services\EntityService.cs" />
2014-04-28 17:28:40 +10:00
<Compile Include= "Services\EntityXmlSerializer.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\FileService.cs" />
2013-10-09 14:31:30 +11:00
<Compile Include= "Services\IApplicationTreeService.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Services\IContentService.cs" />
<Compile Include= "Services\IContentTypeService.cs" />
<Compile Include= "Services\IDataTypeService.cs" />
2013-10-09 13:17:19 +11:00
<Compile Include= "Services\IEntityService.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Services\IFileService.cs" />
<Compile Include= "Services\ILocalizationService.cs" />
2013-09-17 20:19:27 +10:00
<Compile Include= "Services\IMacroService.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Services\IMediaService.cs" />
2014-02-12 17:14:16 +11:00
<Compile Include= "Services\IMemberGroupService.cs" />
2013-05-23 13:25:14 -02:00
<Compile Include= "Services\IMemberService.cs" />
2013-12-18 18:09:54 +11:00
<Compile Include= "Services\IMembershipMemberService.cs" />
2014-01-28 12:48:41 +11:00
<Compile Include= "Services\IMembershipRoleService.cs" />
2013-07-03 19:01:37 +10:00
<Compile Include= "Services\IMembershipUserService.cs" />
2013-10-08 17:49:40 +11:00
<Compile Include= "Services\IMemberTypeService.cs" />
2014-01-10 17:03:00 +11:00
<Compile Include= "Services\INotificationService.cs" />
2014-06-27 12:37:56 +02:00
<Compile Include= "Packaging\IConflictingPackageData.cs" />
2013-10-18 10:35:15 +11:00
<Compile Include= "Services\IRelationService.cs" />
2013-10-09 14:31:30 +11:00
<Compile Include= "Services\ISectionService.cs" />
2013-11-29 16:24:48 +01:00
<Compile Include= "Services\IPackagingService.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Services\IService.cs" />
2013-10-24 11:49:09 +11:00
<Compile Include= "Services\ITagService.cs" />
2012-11-06 10:47:14 -01:00
<Compile Include= "Services\IUserService.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\LocalizationService.cs" />
2014-12-18 12:45:04 +11:00
<Compile Include= "Services\LocalizedTextServiceExtensions.cs" />
<Compile Include= "Services\LocalizedTextServiceFileSources.cs" />
2013-09-17 20:19:27 +10:00
<Compile Include= "Services\MacroService.cs" />
2014-12-01 16:22:18 +11:00
<Compile Include= "IO\MasterPageHelper.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\MediaService.cs" />
2014-03-17 14:18:38 +11:00
<Compile Include= "Models\Membership\MemberCountType.cs" />
2014-02-12 17:14:16 +11:00
<Compile Include= "Services\MemberGroupService.cs" />
2013-05-23 13:25:14 -02:00
<Compile Include= "Services\MemberService.cs" />
2013-10-08 17:49:40 +11:00
<Compile Include= "Services\MemberTypeService.cs" />
2014-01-10 17:03:00 +11:00
<Compile Include= "Services\NotificationService.cs" />
2014-06-27 12:37:56 +02:00
<Compile Include= "Packaging\ConflictingPackageData.cs" />
2013-04-11 17:12:14 -02:00
<Compile Include= "Services\RelationService.cs" />
2013-07-03 10:29:05 +10:00
<Compile Include= "Services\SectionService.cs" />
2013-02-13 04:22:46 +06:00
<Compile Include= "Services\ServerRegistrationService.cs" />
2013-03-20 13:51:46 -01:00
<Compile Include= "Services\PackagingService.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\ServiceContext.cs" />
2014-07-01 12:53:07 +10:00
<Compile Include= "Services\TagExtractor.cs" />
2013-10-24 11:49:09 +11:00
<Compile Include= "Services\TagService.cs" />
2012-11-12 07:40:11 -01:00
<Compile Include= "Services\UserService.cs" />
2014-01-22 14:07:18 +11:00
<Compile Include= "Services\UserServiceExtensions.cs" />
2014-12-01 16:22:18 +11:00
<Compile Include= "IO\ViewHelper.cs" />
2015-01-06 13:44:42 +11:00
<Compile Include= "Strategies\RelateOnCopyHandler.cs" />
<Compile Include= "Strategies\RelateOnTrashHandler.cs" />
2013-02-18 08:31:00 -01:00
<Compile Include= "Strings\ContentBaseExtensions.cs" />
2014-01-13 13:05:25 +11:00
<Compile Include= "Strings\Diff.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Sync\BatchedWebServiceServerMessenger.cs" />
2015-08-25 15:48:12 +02:00
<Compile Include= "Sync\IServerRegistrar2.cs" />
<Compile Include= "Sync\ServerRole.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Sync\DatabaseServerMessenger.cs" />
<Compile Include= "Sync\DatabaseServerMessengerOptions.cs" />
<Compile Include= "Sync\DatabaseServerRegistrarOptions.cs" />
2014-03-21 14:50:24 +11:00
<Compile Include= "Sync\RefreshInstruction.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Sync\RefreshInstructionEnvelope.cs" />
2015-08-25 15:48:12 +02:00
<Compile Include= "Sync\ApplicationUrlHelper.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Sync\RefreshMethodType.cs" />
<Compile Include= "Sync\ServerMessengerBase.cs" />
2013-03-20 20:31:44 -01:00
<Compile Include= "TopologicalSorter.cs" />
2013-02-18 08:31:00 -01:00
<Compile Include= "Strings\DefaultUrlSegmentProvider.cs" />
<Compile Include= "Strings\IUrlSegmentProvider.cs" />
<Compile Include= "Strings\UrlSegmentProviderResolver.cs" />
2013-02-13 06:12:43 +06:00
<Compile Include= "Sync\DatabaseServerRegistrar.cs" />
2015-03-04 12:16:28 +01:00
<Compile Include= "Sync\WebServiceServerMessenger.cs" />
2013-03-12 03:00:42 +04:00
<Compile Include= "Cache\ICacheRefresher.cs" />
2013-02-12 03:46:27 +06:00
<Compile Include= "Sync\ServerSyncWebServiceClient.cs" >
<SubType > Component</SubType>
</Compile>
2013-02-13 03:29:32 +06:00
<Compile Include= "Sync\ConfigServerAddress.cs" />
2013-02-12 03:46:27 +06:00
<Compile Include= "Sync\IServerMessenger.cs" />
<Compile Include= "Sync\IServerRegistrar.cs" />
2013-02-13 03:29:32 +06:00
<Compile Include= "Sync\IServerAddress.cs" />
2013-02-12 03:46:27 +06:00
<Compile Include= "Sync\MessageType.cs" />
<Compile Include= "Sync\ServerMessengerResolver.cs" />
<Compile Include= "Sync\ServerRegistrarResolver.cs" />
<Compile Include= "Sync\ConfigServerRegistrar.cs" />
2013-02-07 13:30:50 -01:00
<Compile Include= "Strings\Utf8ToAsciiConverter.cs" />
<Compile Include= "Strings\CleanStringType.cs" />
<Compile Include= "Strings\ShortStringHelperResolver.cs" />
<Compile Include= "Strings\IShortStringHelper.cs" />
<Compile Include= "Strings\LegacyShortStringHelper.cs" />
<Compile Include= "Strings\StringAliasCaseTypeExtensions.cs" />
<Compile Include= "Strings\DefaultShortStringHelper.cs" />
2013-07-02 17:47:20 +10:00
<Compile Include= "Models\ApplicationTree.cs" />
<Compile Include= "Services\ApplicationTreeService.cs" />
2012-07-26 07:52:13 -02:00
<Compile Include= "TypeExtensions.cs" />
2012-07-22 14:01:18 -02:00
<Compile Include= "ReadLock.cs" />
2012-08-01 23:50:33 +06:00
<Compile Include= "TypeFinder.cs" />
2012-07-26 22:19:08 +06:00
<Compile Include= "TypeHelper.cs" />
2013-01-29 09:45:12 +06:00
<Compile Include= "UmbracoApplicationBase.cs" />
2013-03-14 21:55:46 +00:00
<Compile Include= "Constants.cs" />
2013-03-22 13:11:27 +00:00
<Compile Include= "Constants-Applications.cs" >
<DependentUpon > Constants.cs</DependentUpon>
</Compile>
<Compile Include= "Constants-Conventions.cs" >
<DependentUpon > Constants.cs</DependentUpon>
</Compile>
2013-03-14 21:55:46 +00:00
<Compile Include= "Constants-PropertyEditors.cs" >
<DependentUpon > Constants.cs</DependentUpon>
2014-03-14 12:11:38 +01:00
</Compile>
2014-03-15 20:15:01 +11:00
<Compile Include= "Constants-Packaging.cs" >
<DependentUpon > Constants.cs</DependentUpon>
2013-03-14 21:55:46 +00:00
</Compile>
<Compile Include= "Constants-ObjectTypes.cs" >
<DependentUpon > Constants.cs</DependentUpon>
2013-03-18 17:51:57 +00:00
</Compile>
2013-03-22 13:11:27 +00:00
<Compile Include= "Constants-System.cs" >
2013-03-18 17:51:57 +00:00
<DependentUpon > Constants.cs</DependentUpon>
2013-03-14 21:55:46 +00:00
</Compile>
2014-01-16 20:47:13 +11:00
<Compile Include= "Constants-Web.cs" >
<DependentUpon > Constants.cs</DependentUpon>
</Compile>
2012-07-23 23:03:00 +06:00
<Compile Include= "UpgradeableReadLock.cs" />
2012-07-17 03:51:34 +06:00
<Compile Include= "DelegateEqualityComparer.cs" />
2012-09-06 07:39:38 -02:00
<Compile Include= "Media\IEmbedProvider.cs" />
<Compile Include= "Media\IEmbedSettingProvider.cs" />
<Compile Include= "Media\ProviderSetting.cs" />
<Compile Include= "Media\Result.cs" />
<Compile Include= "Media\Status.cs" />
2012-07-17 03:51:34 +06:00
<Compile Include= "EnumerableExtensions.cs" />
<Compile Include= "IfExtensions.cs" />
2012-08-01 22:06:15 +06:00
<Compile Include= "PluginManager.cs" />
2012-08-23 22:28:22 +06:00
<Compile Include= "IO\FileSecurityException.cs" />
2013-05-14 14:18:41 -10:00
<Compile Include= "IO\FileSystemProviderConstants.cs" />
2012-08-13 13:26:06 -01:00
<Compile Include= "IO\FileSystemProviderManager.cs" />
2012-08-13 10:04:31 -01:00
<Compile Include= "IO\IFileSystem.cs" />
2012-08-23 22:28:22 +06:00
<Compile Include= "IO\IOHelper.cs" />
2012-08-13 10:04:31 -01:00
<Compile Include= "IO\PhysicalFileSystem.cs" />
2012-08-23 22:28:22 +06:00
<Compile Include= "IO\SystemDirectories.cs" />
<Compile Include= "IO\SystemFiles.cs" />
2012-09-29 08:07:00 +07:00
<Compile Include= "Media\IThumbnailProvider.cs" />
2012-07-17 01:32:46 +06:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2012-09-29 08:07:00 +07:00
<Compile Include= "Configuration\RazorDataTypeModelStaticMappingItem.cs" />
2012-07-17 03:51:34 +06:00
<Compile Include= "StringAliasCaseType.cs" />
<Compile Include= "StringExtensions.cs" />
2012-07-20 01:04:35 +06:00
<Compile Include= "UriExtensions.cs" />
2012-08-23 22:28:22 +06:00
<Compile Include= "SystemUtilities.cs" />
2015-06-23 18:10:50 +02:00
<Compile Include= "VersionExtensions.cs" />
2015-07-10 15:49:39 +02:00
<Compile Include= "WaitHandleExtensions.cs" />
2012-07-17 03:51:34 +06:00
<Compile Include= "WriteLock.cs" />
2012-07-31 00:02:27 +06:00
<Compile Include= "XmlExtensions.cs" />
2012-07-28 00:13:06 +06:00
<Compile Include= "XmlHelper.cs" />
2015-05-12 12:39:46 +10:00
<Compile Include= "Xml\UmbracoXPathPathSyntaxParser.cs" />
2013-09-06 22:05:16 +02:00
<Compile Include= "Xml\XPath\MacroNavigator.cs" />
2013-06-11 01:36:06 +02:00
<Compile Include= "Xml\XPath\INavigableContentType.cs" />
<Compile Include= "Xml\XPath\NavigableNavigator.cs" />
<Compile Include= "Xml\XPath\INavigableContent.cs" />
<Compile Include= "Xml\XPath\INavigableFieldType.cs" />
<Compile Include= "Xml\XPath\INavigableSource.cs" />
2013-02-14 16:23:56 -01:00
<Compile Include= "Xml\DynamicContext.cs" />
<Compile Include= "Xml\XmlNamespaces.cs" />
<Compile Include= "Xml\XmlNodeListFactory.cs" />
2013-04-10 12:47:09 -02:00
<Compile Include= "Xml\XPathNavigatorExtensions.cs" />
2013-02-14 16:23:56 -01:00
<Compile Include= "Xml\XPathVariable.cs" />
2012-07-17 01:32:46 +06:00
</ItemGroup>
2012-07-28 01:28:39 +06:00
<ItemGroup >
2014-05-30 15:26:22 +10:00
<None Include= "app.config" />
2015-07-16 15:29:46 +02:00
<None Include= "FileResources\BlockingWeb.config" />
2012-07-28 01:28:39 +06:00
<None Include= "packages.config" />
</ItemGroup>
2012-08-01 09:49:10 +06:00
<ItemGroup >
<ProjectReference Include= "..\umbraco.interfaces\umbraco.interfaces.csproj" >
<Project > {511F6D8D-7717-440A-9A57-A507E9A8B27F}</Project>
<Name > umbraco.interfaces</Name>
2012-08-23 23:13:55 +06:00
</ProjectReference>
2012-08-01 09:49:10 +06:00
</ItemGroup>
2013-02-19 06:26:58 -01:00
<ItemGroup >
<Content Include= "Strings\Notes.txt" />
</ItemGroup>
2015-07-16 15:29:46 +02:00
<ItemGroup >
<EmbeddedResource Include= "FileResources\Files.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Files.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2012-07-17 01:32:46 +06:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2012-10-08 09:51:13 -02:00
<Import Project= "$(SolutionDir)\.nuget\nuget.targets" />
2014-07-23 12:19:40 -07:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2012-07-17 01:32:46 +06:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
2013-10-15 15:02:52 +11:00
</Project>