Skip to content

Instantly share code, notes, and snippets.

@blacktambourine
Created April 28, 2017 02:37
Show Gist options
  • Select an option

  • Save blacktambourine/3c462956964d1d97958ec96390323330 to your computer and use it in GitHub Desktop.

Select an option

Save blacktambourine/3c462956964d1d97958ec96390323330 to your computer and use it in GitHub Desktop.
Reduce Release Build times by not building external dependencies
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="ReferenceCleanup" BeforeTargets="BeforeBuild">
<!--Set Copy Local to False for Release Builds, where the DLL is not needed or already exists on the Sitecore install; used because MVC intellisense fails without these-->
<Message Text="Start Release Build Copy Local Cleanup" Importance="high" />
<ItemGroup>
<Reference Remove="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"/>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Analytics.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Analytics.Core, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Analytics.Core, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Analytics.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Analytics.Model, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Analytics.Model, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Analytics.Model.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Buckets, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Buckets, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Buckets.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Buckets.Client, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Buckets.Client, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Buckets.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Client, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Client, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.Analytics.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.Analytics.Client, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.Analytics.Client, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.Analytics.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.Client, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.Client, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.Linq, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.Linq, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.Linq.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.Linq.Lucene, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.Linq.Lucene, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.Linq.Lucene.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ContentSearch.LuceneProvider, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ContentSearch.LuceneProvider, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ContentSearch.LuceneProvider.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ExperienceEditor, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ExperienceEditor, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ExperienceEditor.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ListManagement, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ListManagement, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ListManagement.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.ListManagement.ContentSearch, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.ListManagement.ContentSearch, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.ListManagement.ContentSearch.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Logging, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Logging, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Logging.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Mvc, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Mvc, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Mvc.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Mvc.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Mvc.Analytics, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Mvc.Analytics.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Nexus, Version=1.0.4425.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Nexus, Version=1.0.4425.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Nexus.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Services.Client, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Services.Client, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Services.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Services.Core, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Services.Core, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Services.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Services.Infrastructure, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Services.Infrastructure, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Services.Infrastructure.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Services.Infrastructure.Sitecore, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Services.Infrastructure.Sitecore, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Services.Infrastructure.Sitecore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Update, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Update, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Update.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Sitecore.Zip, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL"/>
<Reference Include="Sitecore.Zip, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SitecoreDLL.8.2.160729.1\lib\Sitecore.Zip.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Remove="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Remove="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Remove="System.Web.Optimization"/>
<Reference Include="System.Web.Optimization">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Remove="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Remove="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Remove="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Remove="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Remove="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<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>
<Private>False</Private>
</Reference>
<Reference Remove="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<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>
<Private>False</Private>
</Reference>
<Reference Remove="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL"/>
<Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
<HintPath>..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Antlr3.Runtime" />
<Reference Include="Antlr3.Runtime">
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Glass.Mapper" />
<Reference Include="Glass.Mapper">
<HintPath>..\packages\Glass.Mapper.Sc.Core.4.2.1.190\lib\net45\Glass.Mapper.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Glass.Mapper.Sc" />
<Reference Include="Glass.Mapper.Sc">
<HintPath>..\packages\Glass.Mapper.Sc.Core.4.2.1.190\lib\100\Glass.Mapper.Sc.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Glass.Mapper.Sc.Mvc" />
<Reference Include="Glass.Mapper.Sc.Mvc">
<HintPath>..\packages\Glass.Mapper.Sc.Core.4.2.1.190\lib\Mvc52\Glass.Mapper.Sc.Mvc.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="DocX" />
<Reference Include="DocX">
<HintPath>..\packages\DocX.1.0.0.22\lib\net40\DocX.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="fontbox-1.8.9" />
<Reference Include="fontbox-1.8.9">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\fontbox-1.8.9.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="IKVM.OpenJDK.Core" />
<Reference Include="IKVM.OpenJDK.Core">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\IKVM.OpenJDK.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="IKVM.OpenJDK.SwingAWT" />
<Reference Include="IKVM.OpenJDK.SwingAWT">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\IKVM.OpenJDK.SwingAWT.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="IKVM.OpenJDK.Text" />
<Reference Include="IKVM.OpenJDK.Text">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\IKVM.OpenJDK.Text.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="IKVM.OpenJDK.Util" />
<Reference Include="IKVM.OpenJDK.Util">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\IKVM.OpenJDK.Util.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="IKVM.Runtime" />
<Reference Include="IKVM.Runtime">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\IKVM.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="NPOI" />
<Reference Include="NPOI">
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="NPOI.OOXML" />
<Reference Include="NPOI.OOXML">
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OOXML.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="NPOI.OpenXml4Net" />
<Reference Include="NPOI.OpenXml4Net">
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="NPOI.OpenXmlFormats" />
<Reference Include="NPOI.OpenXmlFormats">
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="pdfbox-1.8.9" />
<Reference Include="pdfbox-1.8.9">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\pdfbox-1.8.9.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="commons-logging" />
<Reference Include="commons-logging">
<HintPath>..\packages\pdfbox.1.8.9.0\lib\commons-logging.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="NLog" />
<Reference Include="NLog">
<HintPath>..\packages\NLog.4.3.11\lib\net45\NLog.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Remove="Castle.Core" />
<Reference Include="Castle.Core">
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Remove="Microsoft.AspNet.Identity.Core"/>
<Reference Include="Microsoft.AspNet.Identity.Core">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Remove="Microsoft.AspNet.Identity.Owin"/>
<Reference Include="Microsoft.AspNet.Identity.Owin">
<Private>False</Private>
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Remove="Owin"/>
<Reference Include="Owin">
<Private>False</Private>
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Remove="Microsoft.Owin"/>
<Reference Include="Microsoft.Owin">
<Private>False</Private>
<HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Remove="Microsoft.Owin.Security"/>
<Reference Include="Microsoft.Owin.Security">
<Private>False</Private>
<HintPath>..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Remove="Microsoft.Owin.Security.Cookies"/>
<Reference Include="Microsoft.Owin.Security.Cookies">
<Private>False</Private>
<HintPath>..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
</Reference>
<Reference Remove="Microsoft.Owin.Security.OAuth"/>
<Reference Include="Microsoft.Owin.Security.OAuth">
<Private>False</Private>
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
</Reference>
</ItemGroup>
<Message Text="End Release Build Copy Local Cleanup" Importance="high" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment