|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 | 15 | <RestorePackages>true</RestorePackages>
|
| 16 | + <NuGetPackageImportStamp> |
| 17 | + </NuGetPackageImportStamp> |
16 | 18 | </PropertyGroup>
|
17 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 20 | <DebugSymbols>true</DebugSymbols>
|
|
142 | 144 | <Private>True</Private>
|
143 | 145 | <HintPath>..\packages\UmbracoCms.Core.6.2.5\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
|
144 | 146 | </Reference>
|
| 147 | + <Reference Include="System.Net.Http" /> |
145 | 148 | <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
146 | 149 | <Private>True</Private>
|
147 | 150 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
|
148 | 151 | </Reference>
|
| 152 | + <Reference Include="System.Net.Http.WebRequest" /> |
149 | 153 | <Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
150 | 154 | <SpecificVersion>False</SpecificVersion>
|
151 | 155 | <HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
|
|
248 | 252 | <Name>UmbracoFileSystemProviders.Azure</Name>
|
249 | 253 | </ProjectReference>
|
250 | 254 | </ItemGroup>
|
| 255 | + <ItemGroup> |
| 256 | + <Analyzer Include="..\packages\StyleCop.Analyzers.1.0.0-beta014\analyzers\dotnet\cs\Newtonsoft.Json.dll" /> |
| 257 | + <Analyzer Include="..\packages\StyleCop.Analyzers.1.0.0-beta014\analyzers\dotnet\cs\StyleCop.Analyzers.dll" /> |
| 258 | + </ItemGroup> |
251 | 259 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 260 | + <Import Project="..\packages\StyleCop.Analyzers.1.0.0-beta014\build\StyleCop.Analyzers.targets" Condition="Exists('..\packages\StyleCop.Analyzers.1.0.0-beta014\build\StyleCop.Analyzers.targets')" /> |
| 261 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 262 | + <PropertyGroup> |
| 263 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 264 | + </PropertyGroup> |
| 265 | + <Error Condition="!Exists('..\packages\StyleCop.Analyzers.1.0.0-beta014\build\StyleCop.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.Analyzers.1.0.0-beta014\build\StyleCop.Analyzers.targets'))" /> |
| 266 | + </Target> |
252 | 267 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
253 | 268 | Other similar extension points exist, see Microsoft.Common.targets.
|
254 | 269 | <Target Name="BeforeBuild">
|
|
0 commit comments