|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 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.132\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.132\build\LibGit2Sharp.NativeBinaries.props')" /> |
| 3 | + <Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.137\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.137\build\LibGit2Sharp.NativeBinaries.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
79 | 79 | <Compile Include="Core\GitFetchOptions.cs" /> |
80 | 80 | <Compile Include="Core\GitPushUpdate.cs" /> |
81 | 81 | <Compile Include="Core\GitSubmoduleIgnore.cs" /> |
82 | | - <Compile Include="Core\Platform.cs" /> |
83 | 82 | <Compile Include="Core\GitWriteStream.cs" /> |
| 83 | + <Compile Include="Core\Platform.cs" /> |
84 | 84 | <Compile Include="Core\WriteStream.cs" /> |
85 | 85 | <Compile Include="Core\GitRebaseOperation.cs" /> |
86 | 86 | <Compile Include="Core\GitRebaseOptions.cs" /> |
|
381 | 381 | <PropertyGroup> |
382 | 382 | <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> |
383 | 383 | </PropertyGroup> |
384 | | - <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'))" /> |
| 384 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.137\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.137\build\LibGit2Sharp.NativeBinaries.props'))" /> |
385 | 385 | </Target> |
386 | 386 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
387 | 387 | Other similar extension points exist, see Microsoft.Common.targets. |
|
390 | 390 | <Target Name="AfterBuild"> |
391 | 391 | </Target> |
392 | 392 | --> |
393 | | - <ItemGroup> |
394 | | - <Folder Include="Commands\" /> |
395 | | - </ItemGroup> |
| 393 | + <ItemGroup /> |
396 | 394 | </Project> |
0 commit comments