2012-07-17 01:32:46 +06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<Project ToolsVersion="15.0">
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<PropertyGroup>
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<ProjectGuid>{31785BC3-256C-4613-B2F5-A1B0BDDED8C1}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AssemblyName>Umbraco.Core</AssemblyName>
|
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>
|
2016-11-29 18:01:43 +01:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-05-26 13:33:43 -10:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</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>
|
2013-01-18 08:44:39 -01:00
|
|
|
|
<DocumentationFile>bin\Release\Umbraco.Core.xml</DocumentationFile>
|
2013-05-26 13:33:43 -10:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
2013-10-10 12:43:48 +02:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2012-08-13 13:26:06 -01:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2013-02-04 13:21:46 -01:00
|
|
|
|
<Reference Include="System.Data.Entity" />
|
2016-05-29 15:46:42 +01:00
|
|
|
|
<Reference Include="System.DirectoryServices.AccountManagement" />
|
2012-12-20 08:53:28 -01:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2013-12-02 17:20:50 +11:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2013-12-04 10:47:59 +01:00
|
|
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
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" />
|
2013-05-23 13:25:14 -02:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
2013-02-12 07:35:47 +06:00
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<Reference Include="System.Web.Services" />
|
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>
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<!-- note: NuGet deals with transitive references now -->
|
|
|
|
|
|
<PackageReference Include="AutoMapper" Version="4.2.1" />
|
|
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.4.9.5" />
|
|
|
|
|
|
<PackageReference Include="ImageProcessor" Version="2.5.3" />
|
|
|
|
|
|
<PackageReference Include="LightInject" Version="4.1.3" />
|
|
|
|
|
|
<PackageReference Include="LightInject.Annotation" Version="1.1.0" />
|
|
|
|
|
|
<PackageReference Include="LightInject.Web" Version="1.1.0" />
|
|
|
|
|
|
<PackageReference Include="log4net" Version="2.0.8" />
|
|
|
|
|
|
<PackageReference Include="Log4Net.Async" Version="2.0.4" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Owin.Security.Cookies" Version="3.0.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Owin.Security.OAuth" Version="3.0.1" />
|
|
|
|
|
|
<PackageReference Include="MiniProfiler" Version="3.2.0.157" />
|
|
|
|
|
|
<PackageReference Include="MySql.Data" Version="6.9.9" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
|
|
|
|
|
|
<PackageReference Include="NPoco" Version="3.5.1" />
|
|
|
|
|
|
<PackageReference Include="NuGet.Core" Version="2.14.0" />
|
|
|
|
|
|
<PackageReference Include="Semver" Version="2.0.4" />
|
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="0.86.0" />
|
|
|
|
|
|
<PackageReference Include="SqlServerCE" Version="4.0.0.1" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="**\*.cs" Exclude="obj\**\*.cs;Constants-*.cs;Persistence\FaultHandling\RetryDbConnection.cs;Sync\ServerSyncWebServiceClient.cs" />
|
2016-04-12 15:11:07 +02:00
|
|
|
|
<Compile Include="Persistence\FaultHandling\RetryDbConnection.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2013-02-12 03:46:27 +06:00
|
|
|
|
<Compile Include="Sync\ServerSyncWebServiceClient.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<Compile Include="..\SolutionInfo.cs">
|
|
|
|
|
|
<Link>Properties\SolutionInfo.cs</Link>
|
2017-05-12 14:49:44 +02:00
|
|
|
|
</Compile>
|
2017-05-19 21:47:41 +02:00
|
|
|
|
<Compile Include="Constants-*.cs">
|
2017-05-12 14:49:44 +02:00
|
|
|
|
<DependentUpon>Constants.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
</ItemGroup>
|
2012-07-28 01:28:39 +06:00
|
|
|
|
<ItemGroup>
|
2015-07-16 15:29:46 +02:00
|
|
|
|
<None Include="FileResources\BlockingWeb.config" />
|
2016-04-29 00:50:26 +02:00
|
|
|
|
</ItemGroup>
|
2012-07-17 01:32:46 +06:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2013-10-15 15:02:52 +11:00
|
|
|
|
</Project>
|