181 lines
8.0 KiB
XML
Executable File
181 lines
8.0 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<ProjectGuid>{31785BC3-256C-4613-B2F5-A1B0BDDED8C1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Umbraco.Core</AssemblyName>
|
|
<RootNamespace>Umbraco.Core</RootNamespace>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<TargetFrameworkProfile />
|
|
<AdditionalFileItemNames>$(AdditionalFileItemNames);Content</AdditionalFileItemNames>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\Umbraco.Core.xml</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!-- note: NuGet deals with transitive references now -->
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub">
|
|
<Version>1.0.0-beta2-19324-01</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="SecurityCodeScan">
|
|
<Version>3.3.0</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Sinks.Async">
|
|
<Version>1.4.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Sinks.Map">
|
|
<Version>1.0.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.ComponentModel.Annotations">
|
|
<Version>4.6.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Umbraco.Code">
|
|
<Version>1.0.5</Version>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="LightInject" Version="5.4.0" />
|
|
<PackageReference Include="LightInject.Annotation" Version="1.1.0" />
|
|
<PackageReference Include="LightInject.Web" Version="2.0.0" />
|
|
<PackageReference Include="Microsoft.AspNet.Identity.Core">
|
|
<Version>2.2.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client">
|
|
<Version>5.2.7</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Owin">
|
|
<Version>4.0.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="MiniProfiler" Version="4.0.138" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
|
|
<PackageReference Include="NPoco" Version="4.0.2" />
|
|
<PackageReference Include="Serilog">
|
|
<Version>2.9.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Enrichers.Process">
|
|
<Version>2.0.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Enrichers.Thread">
|
|
<Version>3.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Filters.Expressions">
|
|
<Version>2.0.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Formatting.Compact">
|
|
<Version>1.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Formatting.Compact.Reader">
|
|
<Version>1.0.3</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Settings.AppSettings">
|
|
<Version>2.2.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Serilog.Sinks.File">
|
|
<Version>4.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Umbraco.SqlServerCE" Version="4.0.0.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!--
|
|
this does not fully work - breaks intellisense
|
|
Exclude="Constants-*.cs"
|
|
<Compile Include="Constants-*.cs">
|
|
<DependentUpon>Constants.cs</DependentUpon>
|
|
</Compile>
|
|
-->
|
|
<Compile Include="Compose\AuditEventsComponent.cs" />
|
|
<Compile Include="Compose\AuditEventsComposer.cs" />
|
|
<Compile Include="Composing\CompositionExtensions\CoreMappingProfiles.cs" />
|
|
<Compile Include="Composing\Current.cs" />
|
|
<Compile Include="Models\Identity\BackOfficeIdentityUser.cs" />
|
|
<Compile Include="Models\Identity\IdentityMapDefinition.cs" />
|
|
<Compile Include="Models\Identity\IdentityUser.cs" />
|
|
<Compile Include="Models\Identity\UserLoginInfoWrapper.cs" />
|
|
<Compile Include="Persistence\SqlCeBulkSqlInsertProvider.cs" />
|
|
<Compile Include="Persistence\SqlSyntax\SqlCeSyntaxProvider.cs" />
|
|
<Compile Include="PublishedContentExtensions.cs" />
|
|
<Compile Include="Runtime\CoreInitialComposer.cs" />
|
|
<Compile Include="Runtime\CoreRuntime.cs" />
|
|
<Compile Include="Security\AuthenticationExtensions.cs" />
|
|
<Compile Include="Security\BackOfficeUserValidator.cs" />
|
|
<Compile Include="Security\ConfiguredPasswordValidator.cs" />
|
|
<Compile Include="Security\PasswordSecurity.cs" />
|
|
<Compile Include="Security\UmbracoBackOfficeIdentity.cs" />
|
|
<Compile Include="TypeLoaderExtensions.cs" />
|
|
<Compile Include="FileResources\Files.Designer.cs" />
|
|
<Compile Include="MainDom.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Security\BackOfficeUserStore.cs" />
|
|
<Compile Include="Security\EmailService.cs" />
|
|
<Compile Include="Security\IUserAwarePasswordHasher.cs" />
|
|
<Compile Include="Security\IUserSessionStore.cs" />
|
|
<Compile Include="Security\UmbracoEmailMessage.cs" />
|
|
<Compile Include="Security\UserAwarePasswordHasher.cs" />
|
|
<Compile Include="ServiceContextExtensions.cs" />
|
|
<Compile Include="TypeExtensions.cs" />
|
|
<Compile Include="UriExtensions.cs" />
|
|
<Compile Include="..\SolutionInfo.cs">
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="FileResources\BlockingWeb.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="FileResources\Files.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj">
|
|
<Project>{29aa69d9-b597-4395-8d42-43b1263c240a}</Project>
|
|
<Name>Umbraco.Abstractions</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj">
|
|
<Project>{3ae7bf57-966b-45a5-910a-954d7c554441}</Project>
|
|
<Name>Umbraco.Infrastructure</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |