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-07-28 01:28:39 +06:00
|
|
|
|
<Reference Include="log4net">
|
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.0\lib\net40-full\log4net.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-07-17 03:51:34 +06:00
|
|
|
|
<Reference Include="System.Web" />
|
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-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-08-10 13:08:47 +06:00
|
|
|
|
<Compile Include="DocumentPropertyExtensions.cs" />
|
2012-08-15 21:21:31 +06:00
|
|
|
|
<Compile Include="ICultureDictionary.cs" />
|
2012-08-10 13:08:47 +06:00
|
|
|
|
<Compile Include="Models\IDocument.cs" />
|
|
|
|
|
|
<Compile Include="Models\IDocumentProperty.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-28 00:13:06 +06:00
|
|
|
|
<Compile Include="IO\FileSecurityException.cs" />
|
|
|
|
|
|
<Compile Include="IO\IOHelper.cs" />
|
|
|
|
|
|
<Compile Include="IO\SystemDirectories.cs" />
|
|
|
|
|
|
<Compile Include="IO\SystemFiles.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-07-28 00:13:06 +06:00
|
|
|
|
<Compile Include="RazorDataTypeModelStaticMappingItem.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-07-26 22:19:08 +06:00
|
|
|
|
<Compile Include="SystemUtilities.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" />
|
|
|
|
|
|
<Compile Include="EnumerableExtensions.cs" />
|
|
|
|
|
|
<Compile Include="IfExtensions.cs" />
|
2012-08-01 22:06:15 +06:00
|
|
|
|
<Compile Include="PluginManager.cs" />
|
2012-08-14 09:11:49 -01:00
|
|
|
|
<Compile Include="IO\AbstractFileSystem.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" />
|
|
|
|
|
|
<Compile Include="IO\PhysicalFileSystem.cs" />
|
2012-08-01 08:13:45 -01:00
|
|
|
|
<Compile Include="IThumbnailProvider.cs" />
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.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-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>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</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>
|