2012-07-17 01:32:46 +06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>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>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2012-10-08 09:51:13 -02:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2012-08-22 05:57:34 +06:00
|
|
|
|
<Reference Include="log4net">
|
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath>
|
2012-07-28 01:28:39 +06:00
|
|
|
|
</Reference>
|
2012-10-08 09:51:13 -02:00
|
|
|
|
<Reference Include="ServiceStack.Text">
|
|
|
|
|
|
<HintPath>..\packages\ServiceStack.Text.3.9.21\lib\net35\ServiceStack.Text.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Reference Include="System" />
|
2012-08-13 13:26:06 -01:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Reference Include="System.Core" />
|
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" />
|
2012-09-05 09:35:24 +07:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
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" />
|
2012-07-20 01:04:35 +06:00
|
|
|
|
<Compile Include="ApplicationContext.cs" />
|
2012-08-04 06:07:29 +06:00
|
|
|
|
<Compile Include="AssemblyExtensions.cs" />
|
2012-07-31 00:02:27 +06:00
|
|
|
|
<Compile Include="Attempt.cs" />
|
2012-08-13 13:26:06 -01:00
|
|
|
|
<Compile Include="Configuration\FileSystemProviderElement.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\FileSystemProviderElementCollection.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\FileSystemProvidersSection.cs" />
|
2012-10-05 12:59:59 -02:00
|
|
|
|
<Compile Include="Configuration\Repositories\RepositoryConfigurationSection.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\Repositories\RepositoryMappingCollection.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\Repositories\RepositoryMappingConstants.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\Repositories\RepositoryMappingElement.cs" />
|
|
|
|
|
|
<Compile Include="Configuration\Repositories\RepositorySettings.cs" />
|
2012-08-01 22:06:15 +06:00
|
|
|
|
<Compile Include="CoreBootManager.cs" />
|
2012-09-15 12:17:42 +07:00
|
|
|
|
<Compile Include="DataTableExtensions.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-10-05 11:03:08 -02:00
|
|
|
|
<Compile Include="Models\ContentExtensions.cs" />
|
2012-10-09 02:42:09 +05:00
|
|
|
|
<Compile Include="Enum.cs" />
|
2012-10-04 11:44:31 -02:00
|
|
|
|
<Compile Include="Models\Css\CssCompactor.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\CssParser.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\CssSyntax.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\FileUtility.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\FilterTrie.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\LineReader.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\ParseException.cs" />
|
|
|
|
|
|
<Compile Include="Models\Css\TrieNode.cs" />
|
2012-10-04 07:06:01 -02:00
|
|
|
|
<Compile Include="Models\DictionaryItem.cs" />
|
|
|
|
|
|
<Compile Include="Models\DictionaryTranslation.cs" />
|
2012-10-04 11:44:31 -02:00
|
|
|
|
<Compile Include="Models\File.cs" />
|
|
|
|
|
|
<Compile Include="Models\IFile.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-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" />
|
|
|
|
|
|
<Compile Include="Models\Template.cs" />
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Caching\InMemoryCacheProvider.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Caching\IRepositoryCacheProvider.cs" />
|
2012-10-09 05:46:42 -02:00
|
|
|
|
<Compile Include="Persistence\Caching\NullCacheProvider.cs" />
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Caching\RuntimeCacheProvider.cs" />
|
2012-10-08 08:42:57 -02:00
|
|
|
|
<Compile Include="Persistence\DatabaseFactory.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" />
|
2012-10-08 08:42:57 -02:00
|
|
|
|
<Compile Include="Persistence\Factories\IEntityFactory.cs" />
|
2012-10-08 13:14:59 -02:00
|
|
|
|
<Compile Include="Persistence\Factories\LanguageFactory.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-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Mappers\ModelDtoMapper.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Querying\ExpressionHelper.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Querying\IQuery.cs" />
|
|
|
|
|
|
<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" />
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\ContentRepository.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" />
|
2012-10-09 08:45:15 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\FileRepository.cs" />
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IContentRepository.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Repositories\IContentTypeRepository.cs" />
|
2012-10-08 11:11:33 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IDataTypeDefinitionRepository.cs" />
|
2012-10-08 13:14:59 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IDictionaryRepository.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Repositories\ILanguageRepository.cs" />
|
2012-10-08 09:51:13 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IMacroRepository.cs" />
|
2012-10-09 06:34:12 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IRelationRepository.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\Repositories\IRelationTypeRepository.cs" />
|
2012-10-09 06:59:18 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IRepositoryQueryable.cs" />
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<Compile Include="Persistence\Relators\TabPropertyTypeRelator.cs" />
|
2012-10-09 06:59:18 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IScriptRepository.cs" />
|
2012-10-09 07:17:57 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\IRepository.cs" />
|
2012-10-09 08:45:15 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\ITemplateRepository.cs" />
|
2012-10-08 13:14:59 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\LanguageRepository.cs" />
|
2012-10-08 09:51:13 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\MacroRepository.cs" />
|
2012-10-08 08:42:57 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\PetaPocoRepositoryBase.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" />
|
2012-10-09 08:45:15 -02:00
|
|
|
|
<Compile Include="Persistence\Repositories\TemplateRepository.cs" />
|
2012-10-05 12:59:59 -02:00
|
|
|
|
<Compile Include="Persistence\RepositoryResolver.cs" />
|
2012-10-08 08:42:57 -02:00
|
|
|
|
<Compile Include="Persistence\TransactionType.cs" />
|
2012-10-08 10:16:59 -02:00
|
|
|
|
<Compile Include="Persistence\UnitOfWork\FileUnitOfWork.cs" />
|
|
|
|
|
|
<Compile Include="Persistence\UnitOfWork\FileUnitOfWorkProvider.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" />
|
2012-10-05 11:03:08 -02:00
|
|
|
|
<Compile Include="PropertyEditors\Attributes\PropertyEditorAttribute.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\Attributes\ShowLabelAttribute.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\BlankPreValueModel.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\EditorModel.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\EditorModel`T.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\IValueModel.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\PreValueDefinition.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\PreValueModel.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\PropertyEditor.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\PropertyEditor`T.cs" />
|
2012-10-04 01:31:08 +05:00
|
|
|
|
<Compile Include="PublishedContentExtensions.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="DynamicWrapper.cs" />
|
|
|
|
|
|
<Compile Include="IO\FileSystemProviderAttribute.cs" />
|
|
|
|
|
|
<Compile Include="IO\IFileSystemExtensions.cs" />
|
|
|
|
|
|
<Compile Include="IO\IMediaFileSystem.cs" />
|
2012-10-03 12:24:50 -02:00
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentAll.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentPicker.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentRandom.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentStubs.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentTree.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentType.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\ContentTypeMultiple.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\MediaCurrent.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\Number.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\PropertyTypePicker.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\PropertyTypePickerMultiple.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\TabPicker.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\TabPickerMultiple.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\Text.cs" />
|
|
|
|
|
|
<Compile Include="Macros\PropertyTypes\TextMultiLine.cs" />
|
2012-09-08 07:13:03 +07:00
|
|
|
|
<Compile Include="Macros\MacroTagParser.cs" />
|
2012-10-03 12:24:50 -02:00
|
|
|
|
<Compile Include="Macros\PropertyTypes\YesNoBool.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" />
|
2012-10-03 11:59:49 -02:00
|
|
|
|
<Compile Include="Models\IMacro.cs" />
|
|
|
|
|
|
<Compile Include="Models\IMacroProperty.cs" />
|
|
|
|
|
|
<Compile Include="Models\IMacroPropertyType.cs" />
|
2012-10-03 08:24:23 -02:00
|
|
|
|
<Compile Include="Models\IMedia.cs" />
|
|
|
|
|
|
<Compile Include="Models\IMediaType.cs" />
|
2012-10-03 11:59:49 -02:00
|
|
|
|
<Compile Include="Models\Macro.cs" />
|
|
|
|
|
|
<Compile Include="Models\MacroProperty.cs" />
|
|
|
|
|
|
<Compile Include="Models\MacroPropertyTypeBaseTypes.cs" />
|
|
|
|
|
|
<Compile Include="Models\MacroTypes.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\MacroPropertyTypeDto.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\TabDto.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\UserLoginDto.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" />
|
2012-08-18 11:39:18 +06:00
|
|
|
|
<Compile Include="PropertyEditors\DatePickerPropertyEditorValueConverter.cs" />
|
|
|
|
|
|
<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-10-03 08:12:04 -02:00
|
|
|
|
<Compile Include="Models\IPublishedContentProperty.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" />
|
|
|
|
|
|
<Compile Include="Configuration\UmbracoSettings.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" />
|
2012-08-10 13:18:13 +06:00
|
|
|
|
<Compile Include="ObjectResolution\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" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\TinyMcePropertyEditorValueConverter.cs" />
|
|
|
|
|
|
<Compile Include="PropertyEditors\YesNoPropertyEditorValueConverter.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" />
|
2012-10-09 02:42:09 +05:00
|
|
|
|
<Compile Include="RenderingEngine.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" />
|
|
|
|
|
|
<Compile Include="Serialization\SerializationExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Serialization\SerializationService.cs" />
|
|
|
|
|
|
<Compile Include="Serialization\ServiceStackJsonSerializer.cs" />
|
|
|
|
|
|
<Compile Include="Serialization\ServiceStackXmlSerializer.cs" />
|
|
|
|
|
|
<Compile Include="Serialization\StreamedResult.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" />
|
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" />
|
2012-08-13 13:26:06 -01:00
|
|
|
|
<Compile Include="IO\FileSystemProvider.cs" />
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
<Compile Include="IO\MediaFileSystemExtensions.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" />
|
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" />
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</ItemGroup>
|
2012-07-28 01:28:39 +06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<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>
|
2012-10-04 13:44:02 -02:00
|
|
|
|
<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" />
|
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>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|