2012-12-17 09:41:11 +01:00
<?xml version="1.0" encoding="utf-8"?>
2014-09-12 14:25:09 +02:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2012-12-17 09:41:11 +01:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion> 9.0.30729</ProductVersion>
<SchemaVersion> 2.0</SchemaVersion>
<ProjectGuid> {6CF53D68-BD81-47BB-8F56-350A1B04F114}</ProjectGuid>
<OutputType> Library</OutputType>
<AppDesignerFolder> Properties</AppDesignerFolder>
<RootNamespace> NotificationsWeb</RootNamespace>
<AssemblyName> NotificationsWeb</AssemblyName>
2014-09-12 14:25:09 +02:00
<TargetFrameworkVersion> v4.5.1</TargetFrameworkVersion>
2012-12-17 09:41:11 +01:00
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion> 4.0</OldToolsVersion>
<TargetFrameworkProfile />
2014-09-12 17:40:14 +02:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages> true</RestorePackages>
2012-12-17 09:41:11 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols> true</DebugSymbols>
<DebugType> full</DebugType>
<Optimize> false</Optimize>
<OutputPath> bin\</OutputPath>
<DefineConstants> DEBUG;TRACE</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
2014-09-12 14:25:09 +02:00
<Prefer32Bit> false</Prefer32Bit>
2012-12-17 09:41:11 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType> pdbonly</DebugType>
<Optimize> true</Optimize>
<OutputPath> bin\</OutputPath>
<DefineConstants> TRACE</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
2014-09-12 14:25:09 +02:00
<Prefer32Bit> false</Prefer32Bit>
2012-12-17 09:41:11 +01:00
</PropertyGroup>
<ItemGroup>
2015-07-31 16:12:31 +02:00
<Reference Include= "AutoMapper, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath> ..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "AutoMapper.Net4, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath> ..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "businesslogic, Version=1.0.5690.18937, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\businesslogic.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-15 15:08:45 +02:00
<Reference Include= "ClientDependency.Core, Version=1.8.4.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ClientDependency.1.8.4\lib\net45\ClientDependency.Core.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2015-02-04 14:37:36 +01:00
</Reference>
2014-12-06 14:53:53 +01:00
<Reference Include= "ClientDependency.Core.Mvc, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
2015-07-24 09:40:20 +02:00
<HintPath> ..\packages\ClientDependency-Mvc5.1.8.0.0\lib\net45\ClientDependency.Core.Mvc.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "cms, Version=1.0.5690.18937, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\cms.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-12-06 14:53:53 +01:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "controls, Version=1.0.5690.18939, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\controls.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL" >
<HintPath> ..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "Examine, Version=0.1.66.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\Examine.0.1.66.0\lib\Examine.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL" >
<HintPath> ..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
<HintPath> ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
2015-06-03 15:39:53 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-15 15:08:45 +02:00
<Reference Include= "ImageProcessor, Version=2.2.7.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ImageProcessor.2.2.7.0\lib\net45\ImageProcessor.dll</HintPath>
2015-06-03 15:39:53 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-15 15:08:45 +02:00
<Reference Include= "ImageProcessor.Web, Version=4.3.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ImageProcessor.Web.4.3.5.0\lib\net45\ImageProcessor.Web.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "interfaces, Version=1.0.5690.18934, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\interfaces.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-12-06 14:53:53 +01:00
</Reference>
<Reference Include= "log4net, Version=1.2.11.0, Culture=neutral, processorArchitecture=MSIL" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\log4net.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "Lucene.Net, Version=2.9.4.1, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL" >
<HintPath> ..\packages\Lucene.Net.2.9.4.1\lib\net40\Lucene.Net.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "Microsoft.ApplicationBlocks.Data, Version=1.0.1559.20655, Culture=neutral" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security.Cookies, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Security.OAuth, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Microsoft.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebHelpers.3.2.3\lib\net45\Microsoft.Web.Helpers.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-03-02 10:48:50 +11:00
<Reference Include= "MiniProfiler, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL" >
2014-09-12 17:40:14 +02:00
<HintPath> ..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-16 14:59:11 +02:00
<Reference Include= "MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath> ..\packages\MySql.Data.6.9.7\lib\net45\MySql.Data.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
<Reference Include= "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
<HintPath> ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "Semver, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\semver.1.1.2\lib\net451\Semver.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "SQLCE4Umbraco, Version=1.0.5690.18938, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\SQLCE4Umbraco.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.DataSetExtensions" />
2014-09-12 17:40:14 +02:00
<Reference Include= "System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\System.Data.SqlServerCe.dll</HintPath>
2014-09-12 17:40:14 +02:00
<Private> True</Private>
</Reference>
<Reference Include= "System.Data.SqlServerCe.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
2014-09-12 17:40:14 +02:00
<Private> True</Private>
</Reference>
2014-12-06 14:53:53 +01:00
<Reference Include= "System.Net.Http" />
2015-07-31 16:12:31 +02:00
<Reference Include= "System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Private> True</Private>
</Reference>
2015-07-24 15:27:46 +02:00
<Reference Include= "System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Private> True</Private>
</Reference>
2014-12-06 14:53:53 +01:00
<Reference Include= "System.Net.Http.WebRequest" />
2012-12-17 09:41:11 +01:00
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.Web.DynamicData" />
<Reference Include= "System.Web.Entity" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Web" />
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-24 15:27:46 +02:00
<Reference Include= "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-24 15:27:46 +02:00
<Reference Include= "System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-21 13:04:19 +02:00
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2012-12-17 09:41:11 +01:00
<Reference Include= "System.Xml" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Web.Services" />
<Reference Include= "System.EnterpriseServices" />
<Reference Include= "System.Web.Mobile" />
<Reference Include= "System.Xml.Linq" />
2014-09-12 17:40:14 +02:00
<Reference Include= "TidyNet, Version=1.0.0.0, Culture=neutral" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\TidyNet.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "umbraco, Version=1.0.5690.18939, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\umbraco.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "Umbraco.Core, Version=1.0.5690.18935, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\Umbraco.Core.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "umbraco.DataLayer, Version=1.0.5690.18937, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\umbraco.DataLayer.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "umbraco.editorControls, Version=1.0.5690.18941, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\umbraco.editorControls.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "umbraco.MacroEngines, Version=1.0.5690.18942, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\umbraco.MacroEngines.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "umbraco.providers, Version=1.0.5690.18939, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\umbraco.providers.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "Umbraco.Web.UI, Version=1.0.5690.18942, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\Umbraco.Web.UI.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-12-06 14:53:53 +01:00
</Reference>
2015-07-31 16:12:31 +02:00
<Reference Include= "UmbracoExamine, Version=0.7.0.18937, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\UmbracoExamine.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-12-06 14:53:53 +01:00
</Reference>
<Reference Include= "UrlRewritingNet.UrlRewriter, Version=2.0.60829.1, Culture=neutral, processorArchitecture=MSIL" >
2015-07-31 16:12:31 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.3.0-beta3\lib\UrlRewritingNet.UrlRewriter.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath>
<Private> True</Private>
</Reference>
<Reference Include= "WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.WebData.3.2.3\lib\net45\WebMatrix.WebData.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
</ItemGroup>
<ItemGroup>
2014-09-14 17:18:04 +02:00
<Compile Include= "Api\NotificationsController.cs" />
2012-12-17 09:41:11 +01:00
<Compile Include= "Config.cs" />
<Compile Include= "EventHandlers\Forum.cs" />
2015-02-05 14:02:32 +01:00
<Compile Include= "Library\Utils.cs" />
2015-02-17 10:55:11 +01:00
<Compile Include= "Models\ForumSubscriber.cs" />
<Compile Include= "Models\ForumTopicSubscriber.cs" />
2012-12-17 09:41:11 +01:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2015-02-17 10:43:33 +01:00
<Compile Include= "Services\NotificationService.cs" />
<Compile Include= "Singleton.cs" />
2012-12-17 09:41:11 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include= "..\Notification\Notification.csproj" >
<Project> {80E5F59D-A7A0-4CEE-AEB6-6C626C44B2B2}</Project>
<Name> Notification</Name>
</ProjectReference>
2015-07-26 12:31:15 +02:00
<ProjectReference Include= "..\OurUmbraco\OurUmbraco.csproj" >
<Project> {a8e5c936-ecab-45b3-bfda-d12f680eb2a6}</Project>
<Name> OurUmbraco</Name>
2012-12-17 09:41:11 +01:00
</ProjectReference>
</ItemGroup>
2014-09-12 17:40:14 +02:00
<ItemGroup>
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
2015-02-05 14:02:32 +01:00
<ItemGroup />
2012-12-17 09:41:11 +01:00
<PropertyGroup>
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
<!-- 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>
-->
<ProjectExtensions />
2012-12-17 10:18:31 +01:00
<PropertyGroup>
2015-02-17 10:55:11 +01:00
<PostBuildEvent>
2015-02-23 23:44:00 +01:00
</PostBuildEvent>
2012-12-17 10:18:31 +01:00
</PropertyGroup>
2014-09-12 17:40:14 +02:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<ErrorText> This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2015-07-31 16:12:31 +02:00
<Import Project= "..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition= "Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2012-12-17 09:41:11 +01:00
</Project>