Skip to content

Commit

Permalink
Remove EnsureNuGetPackageBuildImports target
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabzIt authored Oct 6, 2017
1 parent ea7d2c8 commit 3d45c10
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,4 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\cef.sdk.3.3071.1649\build\cef.sdk.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.sdk.3.3071.1649\build\cef.sdk.props'))" />
</Target>
</Project>
</Project>

0 comments on commit 3d45c10

Please sign in to comment.