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
<PropertyGroup>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion> 9.0.30729</ProductVersion>
<SchemaVersion> 2.0</SchemaVersion>
<ProjectGuid> {80E5F59D-A7A0-4CEE-AEB6-6C626C44B2B2}</ProjectGuid>
<OutputType> Library</OutputType>
<AppDesignerFolder> Properties</AppDesignerFolder>
<RootNamespace> NotificationsCore</RootNamespace>
<AssemblyName> NotificationsCore</AssemblyName>
2014-09-12 14:25:09 +02:00
<TargetFrameworkVersion> v4.5.1</TargetFrameworkVersion>
2012-12-17 09:41:11 +01:00
<FileAlignment> 512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion> 3.5</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\Debug\</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\Release\</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-03-02 10:48:50 +11:00
<Reference Include= "AutoMapper, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2014-09-12 17:40:14 +02:00
<HintPath> ..\packages\AutoMapper.3.0.0\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-03-02 10:48:50 +11:00
<Reference Include= "AutoMapper.Net4, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2014-09-12 17:40:14 +02:00
<HintPath> ..\packages\AutoMapper.3.0.0\lib\net40\AutoMapper.Net4.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-06-03 18:05:05 +02:00
<Reference Include= "businesslogic, Version=1.0.5632.22683, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-01 17:58:24 +02:00
<Reference Include= "ClientDependency.Core, Version=1.8.3.1, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ClientDependency.1.8.3.1\lib\net45\ClientDependency.Core.dll</HintPath>
<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" >
<HintPath> ..\packages\ClientDependency-Mvc.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-06-03 18:05:05 +02:00
<Reference Include= "cms, Version=1.0.5632.22683, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "controls, Version=1.0.5632.22684, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-18 11:55:49 +02:00
<Reference Include= "Examine, Version=0.1.64.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\Examine.0.1.64.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>
<Reference Include= "HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL" >
<HintPath> ..\packages\HtmlAgilityPack.1.4.6\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-06-03 18:13:10 +02:00
<Reference Include= "ImageProcessor, Version=2.2.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ImageProcessor.2.2.5.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-06-03 18:13:10 +02:00
<Reference Include= "ImageProcessor.Web, Version=4.3.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath> ..\packages\ImageProcessor.Web.4.3.2.0\lib\net45\ImageProcessor.Web.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
</Reference>
<Reference Include= "interfaces, Version=1.0.5632.22679, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\lib\Microsoft.ApplicationBlocks.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= "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= "Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2014-09-12 17:40:14 +02:00
<HintPath> ..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.1\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.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-06-01 17:58:24 +02:00
<Reference Include= "MySql.Data, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath> ..\packages\MySql.Data.6.9.6\lib\net45\MySql.Data.dll</HintPath>
<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" >
2014-12-06 14:53:53 +01:00
<HintPath> ..\packages\Newtonsoft.Json.6.0.5\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-06-03 18:05:05 +02:00
<Reference Include= "SQLCE4Umbraco, Version=1.0.5632.22684, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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" />
2014-01-03 21:26:28 +01:00
<Reference Include= "System.configuration" />
2012-12-17 09:41:11 +01:00
<Reference Include= "System.Core" >
<RequiredTargetFramework> 3.5</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Data" />
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-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
2014-09-12 17:40:14 +02:00
<Private> True</Private>
</Reference>
2015-01-16 11:38:47 +01:00
<Reference Include= "System.Net.Http" />
2014-09-12 17:40:14 +02:00
<Reference Include= "System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\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-01-16 11:38:47 +01:00
<Reference Include= "System.Net.Http.WebRequest" />
2012-12-17 09:41:11 +01:00
<Reference Include= "System.Web" />
2014-09-12 17:40:14 +02:00
<Reference Include= "System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\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>
2014-12-06 14:53:53 +01:00
<Reference Include= "System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath>
2015-06-03 18:05:05 +02:00
<Private> True</Private>
2014-12-06 14:53:53 +01:00
</Reference>
2014-09-12 17:40:14 +02:00
<Reference Include= "System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\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>
<Reference Include= "System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\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>
<Reference Include= "System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\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>
<Reference Include= "System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\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>
<Reference Include= "System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\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>
<Reference Include= "System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath> ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\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" />
2014-09-12 17:40:14 +02:00
<Reference Include= "TidyNet, Version=1.0.0.0, Culture=neutral" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\lib\TidyNet.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2014-09-12 17:40:14 +02:00
</Reference>
2015-06-03 18:05:05 +02:00
<Reference Include= "umbraco, Version=1.0.5632.22686, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "Umbraco.Core, Version=1.0.5632.22681, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "umbraco.DataLayer, Version=1.0.5632.22682, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "umbraco.editorControls, Version=1.0.5632.22689, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "umbraco.MacroEngines, Version=1.0.5632.22689, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "umbraco.providers, Version=1.0.5632.22685, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "Umbraco.Web.UI, Version=1.0.5632.22690, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 18:05:05 +02:00
<Reference Include= "UmbracoExamine, Version=0.7.0.22684, Culture=neutral, processorArchitecture=MSIL" >
2015-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\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-06-03 15:28:00 +02:00
<HintPath> ..\packages\UmbracoCms.Core.7.2.6\lib\UrlRewritingNet.UrlRewriter.dll</HintPath>
2015-06-01 17:58:24 +02:00
<Private> True</Private>
2012-12-17 09:41:11 +01:00
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include= "InstantNotification.cs" />
<Compile Include= "Interfaces\INotification.cs" />
<Compile Include= "Notification.cs" />
<Compile Include= "NotificationTypes\NewForumTopic.cs" />
2015-02-05 15:00:23 +01:00
<Compile Include= "NotificationTypes\NewForumTopicComment.cs" />
2012-12-17 09:41:11 +01:00
<Compile Include= "SheduledNotification.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include= "..\uForum\uForum.csproj" >
<Project> {547C2D0D-1B55-493B-AE0B-E031A5B8EE77}</Project>
<Name> uForum</Name>
</ProjectReference>
</ItemGroup>
2014-09-12 17:40:14 +02:00
<ItemGroup>
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
2012-12-17 09:41:11 +01:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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>
2012-12-17 09:41:11 +01:00
<!-- 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>