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>
|
|
|
|
|
|
</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-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-03 06:38:31 -02:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
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-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-09-11 05:58:16 +07:00
|
|
|
|
<Compile Include="DocumentExtensions.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\DynamicExpression.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicGrouping.cs" />
|
2012-10-02 01:35:39 +05:00
|
|
|
|
<Compile Include="Dynamics\DynamicPublishedContent.cs" />
|
2012-08-18 11:03:30 +06:00
|
|
|
|
<Compile Include="Dynamics\DynamicDocumentDataSourceResolver.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicDocumentIdEqualityComparer.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicDocumentList.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicDocumentListOrdering.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicDocumentWalker.cs" />
|
2012-08-17 04:27:47 +06:00
|
|
|
|
<Compile Include="Dynamics\DynamicNull.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicOrdering.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicProperty.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicQueryable.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicQueryableGetMemberBinder.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\DynamicXml.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\ExpressionParser.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\ExtensionMethodFinder.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\ExtensionMethods.cs" />
|
|
|
|
|
|
<Compile Include="Dynamics\Grouping.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-09-08 07:13:03 +07:00
|
|
|
|
<Compile Include="Macros\MacroTagParser.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mandate.cs" />
|
2012-10-03 08:03:45 -02:00
|
|
|
|
<Compile Include="Models\DataTypeDatabaseType.cs" />
|
|
|
|
|
|
<Compile Include="Models\DataTypeDefinition.cs" />
|
2012-10-03 06:38:31 -02:00
|
|
|
|
<Compile Include="Models\EntityBase\Entity.cs" />
|
2012-10-03 08:03:45 -02:00
|
|
|
|
<Compile Include="Models\EntityBase\IAggregateRoot.cs" />
|
2012-10-03 06:38:31 -02:00
|
|
|
|
<Compile Include="Models\EntityBase\ICanBeDirty.cs" />
|
|
|
|
|
|
<Compile Include="Models\EntityBase\IEntity.cs" />
|
|
|
|
|
|
<Compile Include="Models\EntityBase\IValueObject.cs" />
|
2012-10-03 08:24:23 -02:00
|
|
|
|
<Compile Include="Models\IContent.cs" />
|
|
|
|
|
|
<Compile Include="Models\IContentBase.cs" />
|
|
|
|
|
|
<Compile Include="Models\IContentType.cs" />
|
|
|
|
|
|
<Compile Include="Models\IContentTypeBase.cs" />
|
|
|
|
|
|
<Compile Include="Models\IContentTypeComposition.cs" />
|
|
|
|
|
|
<Compile Include="Models\IMedia.cs" />
|
|
|
|
|
|
<Compile Include="Models\IMediaType.cs" />
|
2012-10-03 08:03:45 -02:00
|
|
|
|
<Compile Include="Models\Property.cs" />
|
|
|
|
|
|
<Compile Include="Models\PropertyCollection.cs" />
|
|
|
|
|
|
<Compile Include="Models\PropertyGroup.cs" />
|
|
|
|
|
|
<Compile Include="Models\PropertyGroupCollection.cs" />
|
|
|
|
|
|
<Compile Include="Models\PropertyType.cs" />
|
|
|
|
|
|
<Compile Include="Models\PropertyTypeCollection.cs" />
|
2012-10-03 06:57:58 -02:00
|
|
|
|
<Compile Include="Models\Rdbms\AppDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\AppTreeDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\ContentDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\ContentTypeAllowedContentTypeDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\ContentTypeDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\ContentVersionDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\ContentXmlDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DataTypeDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DataTypePreValueDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DictionaryDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DocumentDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DocumentTypeDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\DomainDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\LanguageDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\LanguageTextDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\LogDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\MacroDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\MacroPropertyDto.cs" />
|
|
|
|
|
|
<Compile Include="Models\Rdbms\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-18 11:03:30 +06:00
|
|
|
|
<Compile Include="Dynamics\IDynamicDocumentDataSource.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-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-03 06:47:07 -02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Persistence\Caching\" />
|
|
|
|
|
|
<Folder Include="Persistence\Factories\" />
|
|
|
|
|
|
<Folder Include="Persistence\Querying\" />
|
|
|
|
|
|
<Folder Include="Persistence\Repositories\" />
|
|
|
|
|
|
<Folder Include="Persistence\UnitOfWork\" />
|
|
|
|
|
|
</ItemGroup>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<!-- 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>
|