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-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-10-31 11:36:22 +06:00
|
|
|
|
<Compile Include="CacheHelper.cs" />
|
2012-11-07 09:55:21 +05:00
|
|
|
|
<Compile Include="CodeAnnotations\UmbracoDeprecateAttribute.cs" />
|
|
|
|
|
|
<Compile Include="CodeAnnotations\UmbracoExperimentalFeatureAttribute.cs" />
|
|
|
|
|
|
<Compile Include="CodeAnnotations\UmbracoProposedPublicAttribute.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-11-18 10:28:53 +05:00
|
|
|
|
<Compile Include="Dynamics\DynamicInstanceHelper.cs" />
|
2012-10-09 02:42:09 +05:00
|
|
|
|
<Compile Include="Enum.cs" />
|
2012-11-11 09:09:06 +05:00
|
|
|
|
<Compile Include="HashCodeCombiner.cs" />
|
2012-11-07 09:30:40 +05:00
|
|
|
|
<Compile Include="IO\FileSystemWrapper.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="IO\FileSystemProviderAttribute.cs" />
|
2012-11-08 08:27:38 +05:00
|
|
|
|
<Compile Include="IO\FileSystemExtensions.cs" />
|
2012-11-07 09:30:40 +05:00
|
|
|
|
<Compile Include="IO\MediaFileSystem.cs" />
|
2012-09-08 07:13:03 +07:00
|
|
|
|
<Compile Include="Macros\MacroTagParser.cs" />
|
2012-09-25 13:09:59 +07:00
|
|
|
|
<Compile Include="Mandate.cs" />
|
2012-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-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-04 03:26:56 +05: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-11-12 10:50:23 +05:00
|
|
|
|
<Compile Include="PublishedContentHelper.cs" />
|
2012-10-09 02:42:09 +05:00
|
|
|
|
<Compile Include="RenderingEngine.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" />
|
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-08-10 13:08:47 +06:00
|
|
|
|
<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>
|