|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" /> |
| 3 | + <Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.132\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.132\build\LibGit2Sharp.NativeBinaries.props')" /> |
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
14 | 14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
15 | 15 | <FileAlignment>512</FileAlignment>
|
16 | 16 | <TargetFrameworkProfile />
|
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup>
|
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 21 | <DebugSymbols>true</DebugSymbols>
|
|
409 | 411 | </PropertyGroup>
|
410 | 412 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
411 | 413 | <PropertyGroup>
|
412 |
| - <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> |
| 414 | + <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> |
413 | 415 | </PropertyGroup>
|
414 |
| - <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props'))" /> |
| 416 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.132\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.132\build\LibGit2Sharp.NativeBinaries.props'))" /> |
415 | 417 | </Target>
|
416 | 418 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
417 | 419 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments