2014-03-18 15:40:09 +01:00
<?xml version="1.0" encoding="utf-8"?>
2017-05-19 21:47:41 +02:00
<Project ToolsVersion= "15.0" >
2017-06-30 21:39:26 +02:00
<Import Project= "..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition= "Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project= "..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props" Condition= "Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" />
2012-07-18 04:35:30 +06:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
2017-05-19 21:47:41 +02:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<EnableDefaultCompileItems > false</EnableDefaultCompileItems>
2012-07-18 04:35:30 +06:00
<ProjectGuid > {4C4C194C-B5E4-4991-8F87-4373E24CC19F}</ProjectGuid>
<OutputType > Library</OutputType>
2017-05-19 21:47:41 +02:00
<AssemblyName > Umbraco.Web.UI</AssemblyName>
2012-07-18 04:35:30 +06:00
<RootNamespace > Umbraco.Web.UI</RootNamespace>
2017-05-19 21:47:41 +02:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
2012-07-18 04:35:30 +06:00
<RunPostBuildEvent > OnBuildSuccess</RunPostBuildEvent>
2012-07-19 22:15:15 +06:00
<UseIISExpress > true</UseIISExpress>
2017-06-23 18:54:42 +02:00
<IISExpressSSLPort > 44319</IISExpressSSLPort>
2017-05-12 14:49:44 +02:00
<IISExpressAnonymousAuthentication > enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication > disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode > false</IISExpressUseClassicPipelineMode>
2017-05-22 17:22:10 +02:00
<UseGlobalApplicationHostFile />
2017-06-30 21:39:26 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2017-09-27 16:14:11 +02:00
<Use64BitIISExpress />
2017-05-22 17:22:10 +02:00
</PropertyGroup>
2012-07-18 04:35:30 +06:00
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
2017-05-19 21:47:41 +02:00
<Optimize > false</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE;DEBUG</DefineConstants>
2012-07-18 04:35:30 +06:00
<ErrorReport > prompt</ErrorReport>
2017-05-19 21:47:41 +02:00
<WarningLevel > 4</WarningLevel>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2013-08-07 13:48:12 +02:00
<IntermediateOutputPath > ..\bin\Debug\</IntermediateOutputPath>
<PackageAsSingleFile > true</PackageAsSingleFile>
<DesktopBuildPackageLocation > ..\Package\Umbraco.Web.UI.zip</DesktopBuildPackageLocation>
2017-09-29 15:51:33 +02:00
<LangVersion > latest</LangVersion>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2015-05-01 14:27:26 +02:00
<DebugSymbols > true</DebugSymbols>
<DebugType > pdbonly</DebugType>
2017-05-19 21:47:41 +02:00
<Optimize > true</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
2012-07-18 04:35:30 +06:00
<ErrorReport > prompt</ErrorReport>
2017-05-19 21:47:41 +02:00
<WarningLevel > 4</WarningLevel>
<DocumentationFile > bin\Umbraco.Web.UI.xml</DocumentationFile>
2013-05-26 13:33:43 -10:00
<Prefer32Bit > false</Prefer32Bit>
2013-08-07 13:48:12 +02:00
<IntermediateOutputPath > ..\bin\Release\</IntermediateOutputPath>
2017-09-29 15:51:33 +02:00
<LangVersion > latest</LangVersion>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<ItemGroup >
2017-07-19 13:42:47 +02:00
<Reference Include= "AutoMapper, Version=6.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath>
</Reference>
2018-03-27 10:04:07 +02:00
<Reference Include= "ClientDependency.Core, Version=1.9.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ClientDependency.1.9.6\lib\net45\ClientDependency.Core.dll</HintPath>
</Reference>
2017-06-27 18:43:52 +02:00
<Reference Include= "ImageProcessor.Web, Version=4.8.4.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\ImageProcessor.Web.4.8.4\lib\net45\ImageProcessor.Web.dll</HintPath>
</Reference>
2017-06-28 17:59:33 +02:00
<Reference Include= "Log4Net.Async, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Log4Net.Async.2.0.4\lib\net40\Log4Net.Async.dll</HintPath>
</Reference>
2017-07-25 18:06:28 +02:00
<Reference Include= "Microsoft.CodeAnalysis, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.CodeAnalysis.Common.2.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll</HintPath>
2017-06-30 21:29:30 +02:00
</Reference>
2017-07-25 18:06:28 +02:00
<Reference Include= "Microsoft.CodeAnalysis.CSharp, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.CodeAnalysis.CSharp.2.3.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
2017-06-30 21:29:30 +02:00
</Reference>
2017-06-30 21:39:26 +02:00
<Reference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
2013-09-11 18:25:51 +10:00
<Reference Include= "Microsoft.CSharp" />
2017-06-27 18:43:52 +02:00
<Reference Include= "Microsoft.IO.RecyclableMemoryStream, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.IO.RecyclableMemoryStream.1.2.2\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2017-06-30 21:29:30 +02:00
<Reference Include= "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
</Reference>
<Reference Include= "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
</Reference>
2017-05-19 21:47:41 +02:00
<Reference Include= "System.Data" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.Data.DataSetExtensions" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Diagnostics.FileVersionInfo, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.FileVersionInfo.4.3.0\lib\net46\System.Diagnostics.FileVersionInfo.dll</HintPath>
</Reference>
<Reference Include= "System.Diagnostics.StackTrace, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.StackTrace.4.3.0\lib\net46\System.Diagnostics.StackTrace.dll</HintPath>
</Reference>
2013-01-01 03:28:09 +03:00
<Reference Include= "System.Drawing" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.EnterpriseServices" />
2015-02-20 18:51:44 +01:00
<Reference Include= "System.IdentityModel" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
</Reference>
<Reference Include= "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include= "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
</Reference>
2014-02-17 16:12:21 +01:00
<Reference Include= "System.Net" />
2016-07-01 11:49:48 +02:00
<Reference Include= "System.Numerics" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Reflection.Metadata, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.Metadata.1.4.2\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
2017-05-22 17:22:10 +02:00
<Private > True</Private>
</Reference>
2013-10-30 19:34:35 +01:00
<Reference Include= "System.Runtime.Serialization" />
2017-05-19 21:47:41 +02:00
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.Composition" />
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.configuration" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Net.Http.WebRequest" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
</Reference>
<Reference Include= "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
</Reference>
<Reference Include= "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
</Reference>
<Reference Include= "System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
</Reference>
2013-10-30 19:34:35 +01:00
<Reference Include= "System.ServiceModel" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Text.Encoding.CodePages, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.Encoding.CodePages.4.3.0\lib\net46\System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
<Reference Include= "System.Threading.Thread, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Threading.Thread.4.3.0\lib\net46\System.Threading.Thread.dll</HintPath>
</Reference>
2017-09-27 16:14:11 +02:00
<Reference Include= "System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
2017-06-30 21:29:30 +02:00
</Reference>
2017-05-19 21:47:41 +02:00
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Abstractions" />
2012-07-18 04:35:30 +06:00
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.Web.DynamicData" />
<Reference Include= "System.Web.Entity" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "System.Web.Extensions.Design" />
2017-05-19 21:47:41 +02:00
<Reference Include= "System.Web.Services" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Xml.XPath.XDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Xml.XPath.XDocument.4.3.0\lib\net46\System.Xml.XPath.XDocument.dll</HintPath>
<Private > True</Private>
</Reference>
2017-10-25 13:23:14 +02:00
<Reference Include= "Umbraco.ModelsBuilder, Version=8.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2018-03-20 16:56:05 +01:00
<HintPath > ..\packages\Umbraco.ModelsBuilder.8.0.0-alpha.15\lib\Umbraco.ModelsBuilder.dll</HintPath>
2017-06-30 21:29:30 +02:00
</Reference>
2017-05-19 21:47:41 +02:00
</ItemGroup>
<ItemGroup >
2017-05-22 17:22:10 +02:00
<!--
2017-09-15 18:22:19 +02:00
2017-05-22 17:22:10 +02:00
problem: the imports at the top of this file require the packages to be
present in ../packages which only package.config does, <PackageReference />
uses global cache - we could try to rebing to imports to $(USERPROFILE)/.nuget
but then there is a timing issue? so it's all package.config for now ;(
2017-09-15 18:22:19 +02:00
2017-05-19 21:47:41 +02:00
<PackageReference Include= "AutoMapper" Version= "4.2.1" />
<PackageReference Include= "ClientDependency" Version= "1.9.2" />
<PackageReference Include= "ClientDependency-Mvc5" Version= "1.8.0.0" />
<PackageReference Include= "CSharpTest.Net.Collections" Version= "14.906.1403.1082" />
<PackageReference Include= "Examine" Version= "2.0.0-beta2" />
<PackageReference Include= "ImageProcessor" Version= "2.5.3" />
<PackageReference Include= "ImageProcessor.Web" Version= "4.8.3" />
<PackageReference Include= "ImageProcessor.Web.Config" Version= "2.3.0" />
<PackageReference Include= "jQuery" Version= "1.6.4" />
<PackageReference Include= "log4net" Version= "2.0.8" />
<PackageReference Include= "Lucene.Net" Version= "3.0.3" />
<PackageReference Include= "Lucene.Net.Contrib" Version= "3.0.3" />
<PackageReference Include= "Microsoft.AspNet.Identity.Core" Version= "2.2.1" />
<PackageReference Include= "Microsoft.AspNet.Identity.Owin" Version= "2.2.1" />
<PackageReference Include= "Microsoft.AspNet.Mvc" Version= "5.2.3" />
<PackageReference Include= "Microsoft.AspNet.Razor" Version= "3.2.3" />
<PackageReference Include= "Microsoft.AspNet.WebApi" Version= "5.2.3" />
<PackageReference Include= "Microsoft.AspNet.WebApi.Client" Version= "5.2.3" />
<PackageReference Include= "Microsoft.AspNet.WebApi.Core" Version= "5.2.3" />
<PackageReference Include= "Microsoft.AspNet.WebApi.WebHost" Version= "5.2.3" />
<PackageReference Include= "Microsoft.AspNet.WebPages" Version= "3.2.3" />
<PackageReference Include= "Microsoft.CodeAnalysis.Analyzers" Version= "1.1.0" />
<PackageReference Include= "Microsoft.CodeAnalysis.Common" Version= "1.3.0" />
<PackageReference Include= "Microsoft.CodeAnalysis.CSharp" Version= "1.3.0" />
<PackageReference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version= "1.0.1" />
<PackageReference Include= "Microsoft.IO.RecyclableMemoryStream" Version= "1.2.1" />
<PackageReference Include= "Microsoft.Owin" Version= "3.0.1" />
<PackageReference Include= "Microsoft.Owin.Host.SystemWeb" Version= "3.0.1" />
<PackageReference Include= "Microsoft.Owin.Security" Version= "3.0.1" />
<PackageReference Include= "Microsoft.Owin.Security.Cookies" Version= "3.0.1" />
<PackageReference Include= "Microsoft.Owin.Security.OAuth" Version= "3.0.1" />
<PackageReference Include= "Microsoft.Web.Infrastructure" Version= "1.0.0.0" />
<PackageReference Include= "MiniProfiler" Version= "3.2.0.157" />
<PackageReference Include= "MySql.Data" Version= "6.9.9" />
<PackageReference Include= "Newtonsoft.Json" Version= "10.0.2" />
<PackageReference Include= "Owin" Version= "1.0" />
<PackageReference Include= "SharpZipLib" Version= "0.86.0" />
<PackageReference Include= "SqlServerCE" Version= "4.0.0.1" />
<PackageReference Include= "System.AppContext" Version= "4.1.0" />
<PackageReference Include= "System.Collections" Version= "4.0.11" />
<PackageReference Include= "System.Collections.Concurrent" Version= "4.0.12" />
<PackageReference Include= "System.Collections.Immutable" Version= "1.3.1" />
<PackageReference Include= "System.Console" Version= "4.0.0" />
<PackageReference Include= "System.Diagnostics.Debug" Version= "4.0.11" />
<PackageReference Include= "System.Diagnostics.FileVersionInfo" Version= "4.0.0" />
<PackageReference Include= "System.Diagnostics.StackTrace" Version= "4.0.1" />
<PackageReference Include= "System.Diagnostics.Tools" Version= "4.0.1" />
<PackageReference Include= "System.Dynamic.Runtime" Version= "4.0.11" />
<PackageReference Include= "System.Globalization" Version= "4.0.11" />
<PackageReference Include= "System.IO.FileSystem" Version= "4.0.1" />
<PackageReference Include= "System.IO.FileSystem.Primitives" Version= "4.0.1" />
<PackageReference Include= "System.Linq" Version= "4.1.0" />
<PackageReference Include= "System.Linq.Expressions" Version= "4.1.0" />
<PackageReference Include= "System.Reflection" Version= "4.1.0" />
<PackageReference Include= "System.Reflection.Metadata" Version= "1.4.2" />
<PackageReference Include= "System.Reflection.Primitives" Version= "4.0.1" />
<PackageReference Include= "System.Resources.ResourceManager" Version= "4.0.1" />
<PackageReference Include= "System.Runtime" Version= "4.1.0" />
<PackageReference Include= "System.Runtime.Extensions" Version= "4.1.0" />
<PackageReference Include= "System.Runtime.Handles" Version= "4.0.1" />
<PackageReference Include= "System.Runtime.InteropServices" Version= "4.1.0" />
<PackageReference Include= "System.Runtime.Numerics" Version= "4.0.1" />
<PackageReference Include= "System.Security.Cryptography.Algorithms" Version= "4.2.0" />
<PackageReference Include= "System.Security.Cryptography.Encoding" Version= "4.0.0" />
<PackageReference Include= "System.Security.Cryptography.Primitives" Version= "4.0.0" />
<PackageReference Include= "System.Security.Cryptography.X509Certificates" Version= "4.1.0" />
<PackageReference Include= "System.Text.Encoding" Version= "4.0.11" />
<PackageReference Include= "System.Text.Encoding.CodePages" Version= "4.0.1" />
<PackageReference Include= "System.Text.Encoding.Extensions" Version= "4.0.11" />
<PackageReference Include= "System.Threading" Version= "4.0.11" />
<PackageReference Include= "System.Threading.Tasks" Version= "4.0.11" />
<PackageReference Include= "System.Threading.Tasks.Parallel" Version= "4.0.1" />
<PackageReference Include= "System.Threading.Thread" Version= "4.0.0" />
<PackageReference Include= "System.Xml.ReaderWriter" Version= "4.0.11" />
<PackageReference Include= "System.Xml.XDocument" Version= "4.0.11" />
<PackageReference Include= "System.Xml.XmlDocument" Version= "4.0.1" />
<PackageReference Include= "System.Xml.XPath" Version= "4.0.1" />
<PackageReference Include= "System.Xml.XPath.XDocument" Version= "4.0.1" />
2017-05-22 17:22:10 +02:00
<PackageReference Include= "Umbraco.ModelsBuilder" Version= "8.0.0-alpha0005" />
2017-09-15 18:22:19 +02:00
2017-05-22 17:22:10 +02:00
<PackageReference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version= "1.0.4" />
2017-05-19 21:47:41 +02:00
<PackageReference Include= "Microsoft.Net.Compilers" Version= "1.3.0" >
2017-05-22 17:22:10 +02:00
<PrivateAssets > All</PrivateAssets> <!-/- development dependency -/->
2017-05-19 21:47:41 +02:00
</PackageReference>
2017-05-22 17:22:10 +02:00
-->
2017-06-23 18:54:42 +02:00
<Folder Include= "Views\MacroPartials\" />
2017-05-22 17:22:10 +02:00
</ItemGroup>
<ItemGroup >
<!--
Which means we also have to have explicit references here ;(
-->
<Reference Include= "log4net" >
<HintPath > ../packages/log4net.2.0.8/lib/net45-full/log4net.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Mvc" >
<HintPath > ../packages/Microsoft.AspNet.Mvc.5.2.3/lib/net45/System.Web.Mvc.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Http" >
<HintPath > ../packages/Microsoft.AspNet.WebApi.Core.5.2.3/lib/net45/System.Web.Http.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "ClientDependency.Core.Mvc" >
<HintPath > ../packages/ClientDependency-Mvc5.1.8.0.0/lib/net45/ClientDependency.Core.Mvc.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Examine" >
<HintPath > ../packages/Examine.2.0.0-beta2/lib/net45/Examine.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "ICSharpCode.SharpZipLib" >
<HintPath > ../packages/SharpZipLib.0.86.0/lib/20/ICSharpCode.SharpZipLib.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "ImageProcessor" >
<HintPath > ../packages/ImageProcessor.2.5.4/lib/net45/ImageProcessor.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net" >
<HintPath > ..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Analyzers" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Analyzers.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Core" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.FastVectorHighlighter" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.FastVectorHighlighter.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Highlighter" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Highlighter.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Memory" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Memory.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Queries" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Queries.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Regex" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Regex.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.SimpleFacetedSearch" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.SimpleFacetedSearch.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.Snowball" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.Snowball.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Lucene.Net.Contrib.SpellChecker, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL" >
<HintPath > ..\packages\Lucene.Net.Contrib.3.0.3\lib\net40\Lucene.Net.Contrib.SpellChecker.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Core" >
<HintPath > ../packages/Microsoft.AspNet.Identity.Core.2.2.1/lib/net45/Microsoft.AspNet.Identity.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Owin" >
<HintPath > ../packages/Microsoft.AspNet.Identity.Owin.2.2.1/lib/net45/Microsoft.AspNet.Identity.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin" >
<HintPath > ../packages/Microsoft.Owin.3.1.0/lib/net45/Microsoft.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Host.SystemWeb" >
<HintPath > ../packages/Microsoft.Owin.Host.SystemWeb.3.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security" >
<HintPath > ../packages/Microsoft.Owin.Security.3.1.0/lib/net45/Microsoft.Owin.Security.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Cookies" >
<HintPath > ../packages/Microsoft.Owin.Security.Cookies.3.1.0/lib/net45/Microsoft.Owin.Security.Cookies.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security.OAuth" >
<HintPath > ../packages/Microsoft.Owin.Security.OAuth.3.1.0/lib/net45/Microsoft.Owin.Security.OAuth.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MiniProfiler" >
<HintPath > ../packages/MiniProfiler.3.2.0.157/lib/net40/MiniProfiler.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MySql.Data" >
<HintPath > ../packages/MySql.Data.6.9.9/lib/net45/MySql.Data.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Owin" >
<HintPath > ../packages/Owin.1.0/lib/net40/Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Collections.Immutable" >
<HintPath > ../packages/System.Collections.Immutable.1.3.1/lib/netstandard1.0/System.Collections.Immutable.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Data.SqlServerCe" >
<HintPath > ../packages/SqlServerCE.4.0.0.1/lib/System.Data.SqlServerCe.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Data.SqlServerCe.Entity" >
<HintPath > ../packages/SqlServerCE.4.0.0.1/lib/System.Data.SqlServerCe.Entity.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Http.Formatting" >
<HintPath > ../packages/Microsoft.AspNet.WebApi.Client.5.2.3/lib/net45/System.Net.Http.Formatting.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Reflection.Metadata" >
<HintPath > ../packages/System.Reflection.Metadata.1.4.1/lib/portable-net45+win8/System.Reflection.Metadata.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Helpers" >
<HintPath > ../packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.Helpers.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Http.WebHost" >
<HintPath > ../packages/Microsoft.AspNet.WebApi.WebHost.5.2.3/lib/net45/System.Web.Http.WebHost.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Razor" >
<HintPath > ../packages/Microsoft.AspNet.Razor.3.2.3/lib/net45/System.Web.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.WebPages" >
<HintPath > ../packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Infrastructure" >
<HintPath > ../packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.WebPages.Deployment" >
<HintPath > ../packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Deployment.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.WebPages.Razor" >
<HintPath > ../packages/Microsoft.AspNet.WebPages.3.2.3/lib/net45/System.Web.WebPages.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
2017-06-30 21:29:30 +02:00
<Reference Include= "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
</Reference>
2017-05-22 17:22:10 +02:00
<Reference Include= "System.Xml.XmlDocument" >
2017-06-30 21:29:30 +02:00
<HintPath > ..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
2017-05-22 17:22:10 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "System.Xml.XPath" >
2017-06-30 21:29:30 +02:00
<HintPath > ..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
2017-05-22 17:22:10 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "System.Xml.XPath.XDocument" >
2018-03-07 09:36:04 +01:00
<HintPath > ../packages/System.Xml.XPath.XDocument.4.3.0/lib/net46/System.Xml.XPath.XDocument.dll</HintPath>
2017-05-22 17:22:10 +02:00
<Private > True</Private>
</Reference>
2017-05-19 21:47:41 +02:00
</ItemGroup>
<ItemGroup >
2018-03-07 09:36:04 +01:00
<ProjectReference Include= "..\Umbraco.Core\Umbraco.Core.csproj" >
<Project > {31785bc3-256c-4613-b2f5-a1b0bdded8c1}</Project>
<Name > Umbraco.Core</Name>
</ProjectReference>
2017-07-27 12:01:38 +02:00
<ProjectReference Include= "..\Umbraco.Examine\Umbraco.Examine.csproj" >
<Name > Umbraco.Examine</Name>
<Project > {07FBC26B-2927-4A22-8D96-D644C667FECC}</Project>
2017-05-19 21:47:41 +02:00
</ProjectReference>
2012-07-18 23:54:20 +06:00
<ProjectReference Include= "..\Umbraco.Web\Umbraco.Web.csproj" >
2018-03-07 09:36:04 +01:00
<Project > {651e1350-91b6-44b7-bd60-7207006d7003}</Project>
2012-10-08 09:51:13 -02:00
<Name > Umbraco.Web</Name>
2012-07-18 04:35:30 +06:00
</ProjectReference>
</ItemGroup>
2017-06-23 18:54:42 +02:00
<ItemGroup />
2012-07-18 04:35:30 +06:00
<ItemGroup >
<Compile Include= "..\SolutionInfo.cs" >
<Link > Properties\SolutionInfo.cs</Link>
</Compile>
2013-05-02 15:57:02 -10:00
<Compile Include= "Config\splashes\NoNodes.aspx.cs" >
2013-04-05 21:58:13 +06:00
<DependentUpon > noNodes.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-02 15:57:02 -10:00
<Compile Include= "Config\splashes\NoNodes.aspx.designer.cs" >
2013-04-06 01:41:06 +06:00
<DependentUpon > noNodes.aspx</DependentUpon>
2012-10-16 01:33:35 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-07-18 04:35:30 +06:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2013-10-30 19:34:35 +01:00
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
<DependentUpon > Settings.settings</DependentUpon>
</Compile>
2013-10-02 15:56:53 +10:00
<Compile Include= "Umbraco\Create.aspx.cs" >
<DependentUpon > create.aspx</DependentUpon>
2013-10-02 17:10:12 +10:00
<SubType > ASPXCodeBehind</SubType>
2013-10-02 15:56:53 +10:00
</Compile>
<Compile Include= "Umbraco\Create.aspx.designer.cs" >
<DependentUpon > create.aspx</DependentUpon>
2017-09-27 11:35:51 +02:00
</Compile>
2013-10-09 12:07:50 +11:00
<Compile Include= "Umbraco\Create\xslt.ascx.cs" >
<DependentUpon > xslt.ascx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
2014-01-09 15:58:06 +11:00
</Compile>
2013-10-09 12:07:50 +11:00
<Compile Include= "Umbraco\Create\xslt.ascx.designer.cs" >
<DependentUpon > xslt.ascx</DependentUpon>
2017-09-27 11:35:51 +02:00
</Compile>
2013-08-30 10:17:46 +02:00
<Compile Include= "Umbraco\Dashboard\UserControlProxy.aspx.cs" >
<DependentUpon > UserControlProxy.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dashboard\UserControlProxy.aspx.designer.cs" >
<DependentUpon > UserControlProxy.aspx</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Developer\Macros\EditMacro.aspx.cs" >
2012-12-04 03:26:04 +05:00
<DependentUpon > editMacro.aspx</DependentUpon>
2012-10-08 23:57:27 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Developer\Macros\EditMacro.aspx.designer.cs" >
2012-10-08 23:57:27 +05:00
<DependentUpon > editMacro.aspx</DependentUpon>
</Compile>
2013-04-05 06:06:10 +06:00
<Compile Include= "Umbraco\Developer\Packages\DirectoryBrowser.aspx.cs" >
<DependentUpon > directoryBrowser.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Developer\Packages\DirectoryBrowser.aspx.designer.cs" >
<DependentUpon > directoryBrowser.aspx</DependentUpon>
</Compile>
2013-06-20 15:14:07 +02:00
<Compile Include= "Umbraco\Dialogs\ChangeDocType.aspx.cs" >
<DependentUpon > ChangeDocType.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dialogs\ChangeDocType.aspx.designer.cs" >
<DependentUpon > ChangeDocType.aspx</DependentUpon>
</Compile>
2013-04-20 03:42:47 +06:00
<Compile Include= "Umbraco\dialogs\Sort.aspx.cs" >
<DependentUpon > sort.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\dialogs\Sort.aspx.designer.cs" >
<DependentUpon > sort.aspx</DependentUpon>
2012-10-08 23:46:49 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-02-09 04:05:01 +06:00
<Compile Include= "Umbraco\Dialogs\Publish.aspx.cs" >
<DependentUpon > publish.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Dialogs\Publish.aspx.designer.cs" >
<DependentUpon > publish.aspx</DependentUpon>
</Compile>
2013-02-23 03:20:05 +06:00
<Compile Include= "Umbraco\Masterpages\Default.Master.cs" >
<DependentUpon > default.Master</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\Masterpages\Default.Master.designer.cs" >
<DependentUpon > default.Master</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoDialog.master.cs" >
2012-10-08 23:46:49 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoDialog.master.designer.cs" >
2012-10-08 23:46:49 +05:00
<DependentUpon > umbracoDialog.Master</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoPage.master.cs" >
2012-10-09 20:17:27 +05:00
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-12-03 05:43:31 +05:00
<Compile Include= "Umbraco\Masterpages\UmbracoPage.master.designer.cs" >
2012-10-09 20:17:27 +05:00
<DependentUpon > umbracoPage.Master</DependentUpon>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx.cs" >
2013-05-07 20:49:58 -10:00
<DependentUpon > editstylesheet.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx.designer.cs" >
2013-05-07 20:49:58 -10:00
<DependentUpon > editstylesheet.aspx</DependentUpon>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx.cs" >
2013-05-07 21:13:30 -10:00
<DependentUpon > EditStyleSheetProperty.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2013-05-27 01:23:49 -10:00
<Compile Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx.designer.cs" >
2013-05-07 21:13:30 -10:00
<DependentUpon > EditStyleSheetProperty.aspx</DependentUpon>
</Compile>
2012-11-05 06:04:40 +06:00
<Compile Include= "Umbraco\TreeInit.aspx.cs" >
2012-10-01 22:09:49 +05:00
<DependentUpon > treeInit.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
2012-11-05 06:04:40 +06:00
<Compile Include= "Umbraco\TreeInit.aspx.designer.cs" >
2012-10-01 03:57:57 +05:00
<DependentUpon > treeInit.aspx</DependentUpon>
</Compile>
2016-02-10 14:57:10 +01:00
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.controller.js" />
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.htm" />
<Content Include= "App_Plugins\ModelsBuilder\modelsbuilder.resource.js" />
2014-10-07 13:39:18 +02:00
<Content Include= "Config\grid.editors.config.js" />
2015-06-15 17:13:34 +02:00
<Content Include= "Config\Lang\cs-CZ.user.xml" />
<Content Include= "Config\Lang\da-DK.user.xml" />
<Content Include= "Config\Lang\de-DE.user.xml" />
<Content Include= "Config\Lang\en-GB.user.xml" />
<Content Include= "Config\Lang\en-US.user.xml" />
<Content Include= "Config\Lang\es-ES.user.xml" />
<Content Include= "Config\Lang\fr-FR.user.xml" />
<Content Include= "Config\Lang\he-IL.user.xml" />
<Content Include= "Config\Lang\it-IT.user.xml" />
<Content Include= "Config\Lang\ja-JP.user.xml" />
<Content Include= "Config\Lang\ko-KR.user.xml" />
<Content Include= "Config\Lang\nl-NL.user.xml" />
<Content Include= "Config\Lang\nb-NO.user.xml" />
<Content Include= "Config\Lang\pl-PL.user.xml" />
<Content Include= "Config\Lang\pt-BR.user.xml" />
<Content Include= "Config\Lang\ru-RU.user.xml" />
<Content Include= "Config\Lang\sv-SE.user.xml" />
<Content Include= "Config\Lang\zh-CN.user.xml" />
2014-10-02 18:52:38 +10:00
<Content Include= "Umbraco\Config\Lang\cs.xml" />
2014-01-16 18:33:31 +11:00
<Content Include= "Umbraco\ClientRedirect.aspx" />
2017-09-08 19:39:13 +02:00
<Content Include= "Umbraco\Config\Lang\tr.xml" />
<Content Include= "Umbraco\Config\Lang\zh_tw.xml" />
2013-10-02 15:56:53 +10:00
<Content Include= "Umbraco\create.aspx" />
2013-10-16 13:33:08 +11:00
<Content Include= "Umbraco\Logout.aspx" />
2013-11-04 11:01:13 +01:00
<Content Include= "Umbraco\umbraco.aspx" />
<Compile Include= "Umbraco\umbraco.aspx.cs" >
<DependentUpon > umbraco.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Umbraco\umbraco.aspx.designer.cs" >
<DependentUpon > umbraco.aspx</DependentUpon>
</Compile>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\Splashes\booting.aspx" />
<Content Include= "Config\Splashes\noNodes.aspx" />
2013-08-30 10:17:46 +02:00
<Content Include= "Umbraco\Dashboard\UserControlProxy.aspx" />
2013-05-12 21:06:53 -10:00
<Content Include= "Umbraco\Xslt\Web.config" >
<SubType >
</SubType>
</Content>
2014-03-11 18:09:54 +11:00
<Content Include= "Umbraco\Install\Views\Web.config" />
2017-06-30 21:29:30 +02:00
<Content Include= "App_Plugins\ModelsBuilder\package.manifest" />
2012-12-03 05:43:31 +05:00
<None Include= "Config\404handlers.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > 404handlers.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\ClientDependency.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ClientDependency.config</DependentUpon>
2012-09-20 07:13:45 +07:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2017-05-12 14:49:44 +02:00
<Content Include= "Config\imageprocessor\security.config" />
<Content Include= "Config\imageprocessor\processing.config" />
<Content Include= "Config\imageprocessor\cache.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Config\log4net.Release.config" >
2012-07-28 01:28:39 +06:00
<DependentUpon > log4net.config</DependentUpon>
2012-09-01 07:03:56 +07:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\FileSystemProviders.Release.config" >
2012-08-13 13:26:06 -01:00
<DependentUpon > FileSystemProviders.config</DependentUpon>
2012-08-15 00:22:42 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\EmbeddedMedia.Release.config" >
2012-09-06 15:23:42 -02:00
<DependentUpon > EmbeddedMedia.config</DependentUpon>
2012-09-03 18:56:59 -01:00
</None>
2017-09-08 19:39:13 +02:00
<Content Include= "Config\HealthChecks.config" >
<SubType > Designer</SubType>
</Content>
<None Include= "Config\HealthChecks.Release.config" >
<DependentUpon > HealthChecks.config</DependentUpon>
<SubType > Designer</SubType>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\umbracoSettings.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > umbracoSettings.config</DependentUpon>
2013-02-08 07:36:35 -01:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\trees.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > trees.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\tinyMceConfig.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > tinyMceConfig.config</DependentUpon>
2013-10-30 10:54:23 +01:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\scripting.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > scripting.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\metablogConfig.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > metablogConfig.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\ExamineSettings.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ExamineSettings.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\feedProxy.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > feedProxy.config</DependentUpon>
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\ExamineIndex.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > ExamineIndex.config</DependentUpon>
2013-02-14 23:55:39 +06:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2012-12-03 05:43:31 +05:00
<None Include= "Config\Dashboard.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > Dashboard.config</DependentUpon>
2013-09-18 09:01:11 +02:00
<SubType > Designer</SubType>
2012-07-18 04:35:30 +06:00
</None>
2014-03-11 18:09:54 +11:00
<Content Include= "Umbraco\Install\Views\Index.cshtml" />
2016-06-28 16:01:23 +02:00
<Content Include= "Media\Web.config" />
2013-10-30 19:34:35 +01:00
<Content Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</Content>
2017-05-22 17:22:10 +02:00
<Content Include= "packages.config" />
2012-12-03 05:43:31 +05:00
<None Include= "Umbraco\Config\Create\UI.Release.xml" >
2012-07-18 04:35:30 +06:00
<DependentUpon > UI.xml</DependentUpon>
</None>
2012-07-20 22:02:28 +06:00
<Content Include= "Global.asax" />
2016-05-19 18:16:47 +02:00
<Content Include= "Umbraco\Config\Lang\en_us.xml" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\he.xml" />
<Content Include= "Umbraco\Config\Lang\ja.xml" />
<Content Include= "Umbraco\Config\Lang\pl.xml" />
<Content Include= "Umbraco\Config\Lang\pt.xml" />
<Content Include= "Umbraco\Config\Lang\ru.xml" />
<Content Include= "Umbraco\Config\Lang\zh.xml" />
<Content Include= "Umbraco\Controls\Tree\CustomTreeService.asmx" />
<Content Include= "Umbraco\Developer\RelationTypes\EditRelationType.aspx" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\Bidirectional.png" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\ParentToChild.png" />
<Content Include= "Umbraco\Developer\RelationTypes\Images\Refresh.gif" />
<Content Include= "Umbraco\Developer\RelationTypes\NewRelationType.aspx" />
<Content Include= "Umbraco\Developer\RelationTypes\RelationTypesWebService.asmx" />
<Content Include= "Umbraco\Developer\RelationTypes\TreeMenu\ActionDeleteRelationType.js" />
<Content Include= "Umbraco\Developer\RelationTypes\TreeMenu\ActionNewRelationType.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco\Dialogs\AssignDomain2.aspx" />
2013-06-20 15:14:07 +02:00
<Content Include= "Umbraco\Dialogs\ChangeDocType.aspx" >
<SubType > ASPXCodeBehind</SubType>
</Content>
2013-12-19 15:05:05 +11:00
<Content Include= "Umbraco_Client\Application\Extensions.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.validate.min.js" />
2013-08-27 11:37:20 +02:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.validate.unobtrusive.min.js" />
2013-05-02 15:57:02 -10:00
<Content Include= "Umbraco_Client\Dialogs\SortDialog.css" />
<Content Include= "Umbraco_client\Dialogs\SortDialog.js" />
2013-03-12 12:00:34 -01:00
<Content Include= "Umbraco_Client\Dialogs\AssignDomain2.js" />
<Content Include= "Umbraco_Client\Dialogs\AssignDomain2.css" />
2013-02-09 04:05:01 +06:00
<Content Include= "Umbraco_Client\Dialogs\PublishDialog.css" />
<Content Include= "Umbraco_Client\Dialogs\PublishDialog.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Dialogs\UmbracoField.js" />
2013-05-08 16:33:09 -10:00
<Content Include= "Umbraco_Client\Editors\EditXslt.css" />
<Content Include= "Umbraco_Client\Editors\EditXslt.js" />
2013-04-05 06:06:10 +06:00
<Content Include= "Umbraco_Client\Editors\DirectoryBrowser.css" />
2012-12-09 01:22:53 +05:00
<Content Include= "Umbraco_Client\Editors\EditMacro.css" />
2013-05-07 20:49:58 -10:00
<Content Include= "Umbraco_Client\Editors\EditStyleSheet.js" />
2013-05-07 22:19:42 -10:00
<Content Include= "Umbraco_Client\Editors\EditTemplate.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Editors\EditView.js" />
2016-03-22 12:26:37 +01:00
<Content Include= "Umbraco_Client\PunyCode\punycode.min.js" />
2012-12-31 18:39:36 +03:00
<Content Include= "Umbraco_Client\Splitbutton\InsertMacroSplitButton.js" />
2013-05-27 01:23:49 -10:00
<Content Include= "Umbraco_Client\Tablesorting\img\asc.gif" />
<Content Include= "Umbraco_Client\Tablesorting\img\desc.gif" />
<Content Include= "Umbraco_Client\Tablesorting\jquery.tablesorter.min.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Splitbutton\jquery.splitbutton.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco_Client\Application\JQuery\jquery.hotkeys.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Splitbutton\Images\splitbutton_hover.png" />
<Content Include= "Umbraco_Client\Splitbutton\Images\splitbutton_downarrow.png" />
<Content Include= "Umbraco_Client\Splitbutton\splitbutton.css" />
<Content Include= "Umbraco_Client\Modal\jquery.simplemodal.1.4.1.custom.js" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\ko.xml" />
<Content Include= "Umbraco\Dashboard\FeedProxy.aspx" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Ui\base2.js" />
<Content Include= "Umbraco_Client\Ui\json2.js" />
<Content Include= "Umbraco_Client\Ui\knockout.js" />
<Content Include= "Umbraco_Client\Ui\knockout.mapping.js" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\endPreview.aspx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Xslt\Templates\Schema2\Breadcrumb.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\Clean.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesAsThumbnails.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByDateAndLimit.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByDocumentType.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesByLevel.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesFromAChangableSource.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListSubPagesFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListThumbnailsFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\ListWholeStructureFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\NavigationPrototype.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\RelatedLinks.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\RSSFeed.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\Sitemap.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Schema2\TablePrototype.xslt" />
<Content Include= "Umbraco\Dialogs\Preview.aspx" />
<Content Include= "Umbraco\Controls\ProgressBar.ascx" />
<Content Include= "Umbraco\Controls\Tree\TreeControl.ascx" />
<Content Include= "Umbraco_Client\CodeArea\UmbracoEditor.js" />
2012-07-18 04:35:30 +06:00
<Content Include= "default.aspx" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Actions\delete.aspx" />
<Content Include= "Umbraco\Actions\editContent.aspx" />
<Content Include= "Umbraco\Actions\preview.aspx" />
<Content Include= "Umbraco\Actions\publish.aspx" />
<Content Include= "Umbraco\Config\Lang\da.xml" />
<Content Include= "Umbraco\Config\Lang\de.xml" />
<Content Include= "Umbraco\Config\Lang\es.xml" />
<Content Include= "Umbraco\Config\Lang\fr.xml" />
<Content Include= "Umbraco\Config\Lang\it.xml" />
<Content Include= "Umbraco\Config\Lang\nl.xml" />
2016-01-05 17:04:11 +01:00
<Content Include= "Umbraco\Config\Lang\nb.xml" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Config\Lang\sv.xml" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.cookie.js" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Tablesorting\Img\bg.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Developer\Xslt\xsltVisualize.aspx" />
<Content Include= "Umbraco\Dialogs\empty.htm" />
<Content Include= "Umbraco\Dialogs\republish.aspx" />
<Content Include= "Umbraco\Dialogs\search.aspx" />
<Content Include= "Umbraco\Dialogs\SendPublish.aspx" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery-fieldselection.js" />
<Content Include= "Umbraco_Client\Application\JQuery\jquery.metadata.min.js" />
<Content Include= "Umbraco_Client\Application\UmbracoUtils.js" />
<Content Include= "Umbraco_Client\Application\UmbracoApplicationActions.js" />
<Content Include= "Umbraco_Client\Application\UmbracoClientManager.js" />
<Content Include= "Umbraco_Client\Application\NamespaceManager.js" />
<Content Include= "Umbraco\Translation\details.aspx" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Modal\modalBackground.gif" />
<Content Include= "Umbraco_Client\Modal\modalGradiant.gif" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Developer\Packages\directoryBrowser.aspx" />
<Content Include= "Umbraco\Developer\Packages\editPackage.aspx" />
<Content Include= "Umbraco\Dialogs\create.aspx" />
<Content Include= "Umbraco\Dialogs\exportDocumenttype.aspx" />
<Content Include= "Umbraco\Dialogs\importDocumenttype.aspx" />
<Content Include= "Umbraco\Dialogs\notifications.aspx" />
<Content Include= "Umbraco\Developer\Packages\installer.aspx" />
<Content Include= "Umbraco\Dialogs\protectPage.aspx" />
<Content Include= "Umbraco\Dialogs\publish.aspx" />
<Content Include= "Umbraco\Dialogs\rollBack.aspx" />
<Content Include= "Umbraco\Dialogs\sendToTranslation.aspx" />
<Content Include= "Umbraco\Dialogs\treePicker.aspx" />
<Content Include= "Umbraco\Dialogs\umbracoField.aspx" />
<Content Include= "Umbraco\Dialogs\viewAuditTrail.aspx" />
<Content Include= "Umbraco\Config\Create\UI.xml" />
<Content Include= "Umbraco\Config\Lang\en.xml" >
2012-09-16 10:49:19 -02:00
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Js\UmbracoSpeechBubbleBackEnd.js" />
<Content Include= "Config\ClientDependency.config" >
2012-09-20 07:13:45 +07:00
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\ExamineSettings.config" />
2013-02-14 23:55:39 +06:00
<Content Include= "Config\ExamineIndex.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\scripting.config" />
<Content Include= "Config\feedProxy.config" />
<Content Include= "Config\applications.config" />
2013-05-08 16:13:18 -10:00
<Content Include= "Config\trees.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<None Include= "Config\applications.Release.config" >
2012-07-18 04:35:30 +06:00
<DependentUpon > applications.config</DependentUpon>
<SubType > Designer</SubType>
</None>
2013-05-27 01:23:49 -10:00
<Content Include= "Umbraco\Views\Default.cshtml" />
2013-08-29 16:09:23 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\EditProfile.cshtml" />
2014-01-14 15:21:20 +01:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Empty.cshtml" />
2013-08-29 16:09:23 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Login.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\LoginStatus.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\RegisterMember.cshtml" />
2014-01-14 15:21:20 +01:00
<Content Include= "Umbraco\PartialViewMacros\Templates\Empty %28ForUseWithCustomViews%29.cshtml" >
2013-09-01 15:32:55 +02:00
<SubType > Code</SubType>
</Content>
2013-10-06 16:45:21 +02:00
<Content Include= "Umbraco\PartialViewMacros\Templates\ListAncestorsFromCurrentPage.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Breadcrumb.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Gallery.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesFromChangeableSource.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesFromCurrentPage.cshtml" >
<SubType > Code</SubType>
</Content>
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByDate.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByName.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByProperty.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListChildPagesWithDoctype.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListDescendantsFromCurrentPage.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\ListImagesFromMediaFolder.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\MultinodeTree-picker.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\Navigation.cshtml" />
<Content Include= "Umbraco\PartialViewMacros\Templates\SiteMap.cshtml" />
2013-12-11 08:51:07 +11:00
<Content Include= "Umbraco\Views\AuthorizeUpgrade.cshtml" />
2015-05-11 21:33:52 +02:00
<Content Include= "Umbraco\Translation\translationTasks.dtd" />
2015-11-10 09:27:47 +01:00
<Content Include= "Views\Web.config" >
<SubType > Designer</SubType>
</Content>
2013-02-01 19:41:23 +06:00
<Content Include= "Web.config" >
<SubType > Designer</SubType>
</Content>
2014-11-18 09:41:02 +11:00
<Content Include= "Views\Partials\Grid\Bootstrap3.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Embed.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Macro.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Media.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Rte.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Textstring.cshtml" />
<Content Include= "Views\Partials\Grid\Bootstrap2.cshtml" />
<Content Include= "Views\Partials\Grid\Editors\Base.cshtml" />
2016-11-08 09:55:24 +01:00
<Content Include= "Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
<Content Include= "Views\Partials\Grid\Bootstrap2-Fluid.cshtml" />
2013-10-04 10:53:07 +02:00
<None Include= "Web.Debug.config.transformed" />
2012-07-18 04:35:30 +06:00
<None Include= "web.Template.Debug.config" >
<DependentUpon > Web.Template.config</DependentUpon>
<SubType > Designer</SubType>
</None>
<None Include= "web.Template.Release.config" >
<DependentUpon > Web.Template.config</DependentUpon>
<SubType > Designer</SubType>
</None>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Masterpages\umbracoPage.Master" />
<Content Include= "Umbraco\Masterpages\umbracoDialog.Master" />
<Content Include= "Umbraco\Webservices\CheckForUpgrade.asmx" />
<Content Include= "Umbraco\Xslt\searchResult.xslt" />
<Content Include= "Umbraco\Xslt\Templates\RelatedLinks.xslt" />
<Content Include= "Umbraco\Xslt\Templates\RSSFeed.xslt" />
<Content Include= "Umbraco\Settings\DictionaryItemList.aspx" />
<Content Include= "Umbraco\Translation\default.aspx" />
<Content Include= "Umbraco\Translation\preview.aspx" />
<Content Include= "Umbraco\Translation\xml.aspx" />
<Content Include= "Umbraco\Create\language.ascx" >
2012-07-18 04:35:30 +06:00
<SubType > UserControl</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Create\simple.ascx" />
<Content Include= "Umbraco\Create\xslt.ascx" >
2012-07-18 04:35:30 +06:00
<SubType > UserControl</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Developer\Macros\assemblyBrowser.aspx" />
<Content Include= "Umbraco\Developer\Macros\editMacro.aspx" />
<Content Include= "Umbraco\Developer\Xslt\editXslt.aspx" />
<Content Include= "Umbraco\Developer\Xslt\getXsltStatus.asmx" />
<Content Include= "Umbraco\Developer\Xslt\xsltChooseExtension.aspx" />
<Content Include= "Umbraco\Developer\Xslt\xsltInsertValueOf.aspx" />
<Content Include= "Umbraco\Js\dualSelectBox.js" />
<Content Include= "Umbraco\Js\guiFunctions.js" />
<Content Include= "Umbraco\Js\umbracoCheckKeys.js" />
2016-04-04 09:20:59 +02:00
<Content Include= "Umbraco\ping.aspx" >
<SubType > Form</SubType>
2016-04-28 18:39:52 +02:00
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Settings\EditDictionaryItem.aspx" />
<Content Include= "Umbraco\Settings\editLanguage.aspx" />
<Content Include= "Umbraco\Settings\Modals\ShowUmbracoTags.aspx" />
<Content Include= "Umbraco\Settings\Stylesheet\editstylesheet.aspx" />
<Content Include= "Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx" />
<Content Include= "Umbraco\Dialogs\sort.aspx" />
2012-11-05 06:04:40 +06:00
<Content Include= "Umbraco\treeInit.aspx" />
<!-- <Content Include="Umbraco\users\PermissionEditor.aspx" /> -->
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\ajax.js" />
<Content Include= "Umbraco\Webservices\CacheRefresher.asmx" >
2012-07-18 04:35:30 +06:00
<SubType > Form</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Webservices\codeEditorSave.asmx" />
<Content Include= "Umbraco\Webservices\legacyAjaxCalls.asmx" />
<Content Include= "Umbraco\Webservices\nodeSorter.asmx" />
<Content Include= "Umbraco\Xslt\macroGetCurrent.xsl" />
<Content Include= "Umbraco\Xslt\macroGetSubs.xsl" />
<Content Include= "Umbraco\Xslt\sqlNodeHierachy.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Breadcrumb.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Clean.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesAsThumbnails.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByDateAndLimit.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByDocumentType.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesByLevel.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesFromAChangableSource.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListSubPagesFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListThumbnailsFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\ListWholeStructureFromCurrentPage.xslt" />
<Content Include= "Umbraco\Xslt\Templates\NavigationPrototype.xslt" />
<Content Include= "Umbraco\Xslt\Templates\Sitemap.xslt" />
<Content Include= "Umbraco\Xslt\Templates\TablePrototype.xslt" />
<Content Include= "Umbraco_Client\CodeArea\javascript.js" />
<Content Include= "Umbraco_Client\CodeArea\styles.css" />
2012-12-03 05:58:27 +05:00
<Content Include= "Umbraco_Client\Menuicon\Images\buttonbg.gif" />
<Content Include= "Umbraco_Client\Menuicon\Images\buttonbgdown.gif" />
<Content Include= "Umbraco_Client\Menuicon\Images\split.gif" />
<Content Include= "Umbraco_Client\Menuicon\style.css" />
<Content Include= "Umbraco_Client\Modal\modal.js" />
<Content Include= "Umbraco_Client\Modal\style.css" />
<Content Include= "Umbraco_Client\Scrollingmenu\javascript.js" />
<Content Include= "Umbraco_Client\Scrollingmenu\style.css" />
<Content Include= "Umbraco_Client\Tablesorting\tableDragAndDrop.js" />
<Content Include= "Umbraco_Client\Ui\default.css" />
<Content Include= "Umbraco_Client\Ui\default.js" />
<Content Include= "Umbraco_Client\Ui\jquery.js" />
<Content Include= "Umbraco_Client\Ui\jqueryui.js" />
2012-07-18 04:35:30 +06:00
<Content Include= "App_Browsers\w3cvalidator.browser" />
<Content Include= "App_Browsers\Form.browser" />
2012-12-03 05:43:31 +05:00
<Content Include= "Umbraco\Masterpages\default.Master" />
2012-07-18 04:35:30 +06:00
<None Include= "web.Template.config" >
<SubType > Designer</SubType>
</None>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\404handlers.config" />
2013-02-23 23:00:31 +06:00
<Content Include= "Config\Dashboard.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\metablogConfig.config" />
2013-10-04 10:53:07 +02:00
<Content Include= "Config\tinyMceConfig.config" >
<SubType > Designer</SubType>
</Content>
2013-02-08 07:36:35 -01:00
<Content Include= "Config\umbracoSettings.config" >
<SubType > Designer</SubType>
</Content>
2012-12-03 05:43:31 +05:00
<Content Include= "Config\log4net.config" />
<Content Include= "Config\FileSystemProviders.config" />
<Content Include= "Config\EmbeddedMedia.config" />
2012-07-18 04:35:30 +06:00
</ItemGroup>
2017-05-22 17:22:10 +02:00
<ItemGroup />
2015-10-20 14:17:45 +02:00
<ItemGroup >
2016-07-01 11:49:48 +02:00
<Analyzer Include= "..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include= "..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
2015-10-20 14:17:45 +02:00
</ItemGroup>
2012-07-18 04:35:30 +06:00
<PropertyGroup >
2014-10-23 10:34:51 +02:00
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 11.0</VisualStudioVersion>
2014-10-25 17:06:35 +02:00
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v11.0</VSToolsPath>
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v12.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v12.0</VSToolsPath>
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0</VSToolsPath>
2016-11-16 18:54:42 +01:00
<VSToolsPath Condition= "exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets')" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0</VSToolsPath>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
2016-02-17 11:44:33 +01:00
<PreBuildEvent > xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\amd64\*.* "$(TargetDir)amd64\" /Y /F /E /I /C /D
xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\" /Y /F /E /I /C /D</PreBuildEvent>
<PostBuildEvent >
</PostBuildEvent>
2012-07-18 04:35:30 +06:00
</PropertyGroup>
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
2012-07-19 22:15:15 +06:00
<UseIIS > True</UseIIS>
<AutoAssignPort > True</AutoAssignPort>
2016-03-23 11:04:06 +01:00
<DevelopmentServerPort > 8000</DevelopmentServerPort>
2012-07-19 22:15:15 +06:00
<DevelopmentServerVPath > /</DevelopmentServerVPath>
2014-11-14 15:11:46 +11:00
<IISUrl > http://localhost:8000</IISUrl>
2012-07-19 22:15:15 +06:00
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > False</UseCustomServer>
2012-12-06 10:31:54 -01:00
<CustomServerUrl >
</CustomServerUrl>
2012-07-19 22:15:15 +06:00
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
2012-07-18 04:35:30 +06:00
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
2017-10-26 12:39:38 +02:00
<!-- go figure where WebPublishingTasks live -->
2017-06-28 16:31:00 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-30 10:50:09 +02:00
</PropertyGroup>
2017-06-28 16:31:00 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-30 10:50:09 +02:00
</PropertyGroup>
2017-06-28 16:31:00 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
2017-05-30 10:50:09 +02:00
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
</PropertyGroup>
2017-06-28 16:31:00 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-30 10:50:09 +02:00
</PropertyGroup>
2017-06-28 16:31:00 +02:00
<PropertyGroup Condition= "$(WebPublishingTasks) == '' and Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.Tasks.dll')" >
<WebPublishingTasks > $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.Tasks.dll</WebPublishingTasks>
2017-05-30 10:50:09 +02:00
</PropertyGroup>
2017-10-26 12:39:38 +02:00
<!-- load TransformXml task from WebPublishingtasks -->
2017-05-30 10:50:09 +02:00
<UsingTask TaskName= "TransformXml" AssemblyFile= "$(WebPublishingTasks)" Condition= "'$(WebPublishingTasks)' != ''" />
2013-10-09 12:07:50 +11:00
<Target Name= "BeforeBuild" >
2017-10-26 12:39:38 +02:00
<Message Text= "-BeforeBuild-" Importance= "high" />
<Message Text= "MSBuildExtensionsPath: $(MSBuildExtensionsPath)" Importance= "high" />
2017-05-30 10:50:09 +02:00
<Message Text= "WebPublishingTasks: $(WebPublishingTasks)" Importance= "high" />
2012-12-10 12:12:32 -01:00
<!-- Create web.config file from Template if it doesn't exist -->
2013-10-08 19:08:30 +02:00
<Copy SourceFiles= "$(ProjectDir)web.Template.config" DestinationFiles= "$(ProjectDir)Web.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "!Exists('$(ProjectDir)Web.config')" />
2012-12-10 12:12:32 -01:00
<!-- Transform the local Web.config file in Visual Studio -->
<TransformXml Source= "$(ProjectDir)Web.config" Transform= "$(ProjectDir)web.Template.$(Configuration).config" Destination= "$(ProjectDir)Web.$(Configuration).config.transformed" Condition= "$(BuildingInsideVisualStudio) == true" />
<!-- Always transform the Template file when not in VS (ie: build.bat) -->
2014-01-17 17:52:26 +01:00
<TransformXml Source= "$(ProjectDir)Web.Template.config" Transform= "$(ProjectDir)web.Template.$(Configuration).config" Destination= "Web.$(Configuration).config.transformed" Condition= "$(BuildingInsideVisualStudio) != true" />
2016-06-21 10:53:52 +02:00
<!-- Create ClientDependency.config file from Template if it doesn't exist -->
2016-06-28 16:01:23 +02:00
<Copy SourceFiles= "$(ProjectDir)Config\ClientDependency.Release.config" DestinationFiles= "$(ProjectDir)Config\ClientDependency.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "!Exists('$(ProjectDir)Config\ClientDependency.config')" />
2017-10-26 12:39:38 +02:00
<!-- Build Belle, if building is Visual Studio and the build folder does not exist yet -->
<Message Text= "Skip Belle because UmbracoBuild is '$(UmbracoBuild)' (this is not Visual Studio)." Importance= "High" Condition= "'$(UmbracoBuild)' != ''" />
<Message Text= "Skip Belle because $(ProjectDir)Umbraco\lib exists." Importance= "High" Condition= "Exists('$(ProjectDir)Umbraco\lib')" />
<Message Text= "Build Belle because UmbracoBuild is empty (this is Visual Studio), and $(ProjectDir)Umbraco\lib does not exist." Importance= "High" Condition= "!Exists('$(ProjectDir)Umbraco\lib') and '$(UmbracoBuild)' == ''" />
2017-10-25 14:25:52 +02:00
<CallTarget Targets= "BelleBuild" Condition= "!Exists('$(ProjectDir)Umbraco\lib') and '$(UmbracoBuild)' == ''" />
2012-12-03 15:53:06 -01:00
</Target>
2017-10-26 17:52:51 +02:00
<!-- Clean Belle when cleaning and rebuilding, but only in Visual Studio -->
<Target Name= "CleanBelle" AfterTargets= "Clean" Condition= "'$(UmbracoBuild)' == ''" >
2017-10-26 12:39:38 +02:00
<Message Text= "-CleanBelle-" Importance= "high" />
<Message Text= "Nothing to clean, as $(ProjectDir)Umbraco\lib does not exist." Importance= "High" Condition= "!Exists('$(ProjectDir)Umbraco\lib')" />
<Message Text= "Remove $(ProjectDir)Umbraco\lib." Importance= "High" Condition= "Exists('$(ProjectDir)Umbraco\lib')" />
<ItemGroup >
<BelleLib Include= "$(ProjectDir)Umbraco\lib" />
</ItemGroup>
<RemoveDir Directories= "@(BelleLib)" />
</Target>
2012-12-03 15:53:06 -01:00
<Target Name= "AfterBuild" >
2017-10-26 12:39:38 +02:00
<Message Text= "-AfterBuild-" Importance= "high" />
2012-12-06 10:31:54 -01:00
<Copy SourceFiles= "$(ProjectDir)Web.$(Configuration).config.transformed" DestinationFiles= "$(ProjectDir)Web.config" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "$(BuildingInsideVisualStudio) == true" />
2017-10-26 12:39:38 +02:00
<Copy Condition= "'$(BuildingInsideVisualStudio)' == 'true'" SourceFiles= "$(ProjectDir)..\Umbraco.Compat7\bin\$(Configuration)\Umbraco.Compat7.dll" DestinationFolder= "$(ProjectDir)bin" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" />
2012-12-03 15:53:06 -01:00
</Target>
2018-01-20 10:21:01 +01:00
<Target Name= "BelleBuild" >
2017-10-25 14:25:52 +02:00
<Exec WorkingDirectory= "$(ProjectDir)\..\..\" Command= "powershell -ExecutionPolicy RemoteSigned -Command "&{ $ubuild = &"$pwd\build\build.ps1" -get ; $ubuild.CompileBelle() }"" />
2017-06-30 21:39:26 +02:00
<Error Condition= "!Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props'))" />
<Error Condition= "!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
2016-06-01 12:37:52 +02:00
</Target>
2017-10-26 17:52:51 +02:00
<ItemGroup >
<!-- every *.config (recursive) files xcept web[.*].config -->
<!-- beware! includes any rogue git - ignored or temp config file -->
<ConfigFiles Include= "$(ProjectDir)**\*.config" Exclude= "$(ProjectDir)web.config;$(ProjectDir)web.*.config" />
<!-- and the UI file -->
<ConfigFiles Include= "$(ProjectDir)umbraco\config\create\UI.xml" />
</ItemGroup>
2018-01-20 10:21:01 +01:00
<Target Name= "ResetConfigFiles" Condition= "'$(WebProjectOutputDir)' != ''" BeforeTargets= "Build;Rebuild" Inputs= "@(ConfigFiles)" Outputs= "%(Identity).Dummy" >
2017-10-26 17:52:51 +02:00
<PropertyGroup >
<!-- the original file eg src/.../umbracoSettings.config -->
<OriginalFileName > @(ConfigFiles)</OriginalFileName>
<!-- the configuration version of the original file eg src/.../umbracoSettings.Release.config -->
<ModifiedFileName > $(OriginalFileName.Replace("%(ConfigFiles.Extension)",".$(Configuration)%(ConfigFiles.Extension)"))</ModifiedFileName>
<!-- the target file eg webapp/.../umbracoSettings.config -->
<OutputFileName > $(OriginalFileName.Replace("$(ProjectDir)", "$(WebProjectOutputDir)"))</OutputFileName>
</PropertyGroup>
2018-03-07 09:36:04 +01:00
<!--
2017-10-26 17:52:51 +02:00
for each whatever.config file,
if there is a whatever.(Release|Debug).config file,
2018-03-07 09:36:04 +01:00
copy it over as whatever.config
2017-10-26 17:52:51 +02:00
-->
<Message Text= "ConfigFile: $(OriginalFileName) -> $(OutputFileName)" Importance= "high" Condition= "Exists('$(ModifiedFileName)')" />
2018-01-20 10:21:01 +01:00
<Copy SourceFiles= "$(ModifiedFileName)" DestinationFiles= "$(OutputFileName)" OverwriteReadOnlyFiles= "true" SkipUnchangedFiles= "false" Condition= "Exists('$(ModifiedFileName)')" />
2017-10-26 17:52:51 +02:00
</Target>
2012-07-18 04:35:30 +06:00
</Project>