File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
+ <!--
3
4
<Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.51\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.51\build\LibGit2Sharp.NativeBinaries.props')" />
5
+ -->
4
6
<PropertyGroup >
5
7
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
8
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
372
374
<ItemGroup >
373
375
<EmbeddedResource Include =" libgit2sharp_hash.txt" />
374
376
</ItemGroup >
377
+ <!--
375
378
<ItemGroup>
376
379
<None Include="packages.config" />
377
380
</ItemGroup>
381
+ -->
378
382
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
379
383
<Import Project =" UniqueIdentifier.targets" />
380
384
<Import Project =" NativeDllName.targets" />
383
387
<PreBuildEvent >
384
388
</PreBuildEvent >
385
389
</PropertyGroup >
390
+ <ItemGroup >
391
+ <EmbeddedResource Include =" $(MSBuildThisFileDirectory)\..\..\libgit-binary\libgit2_hash.txt" />
392
+ </ItemGroup >
393
+ <!--
386
394
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
387
395
<PropertyGroup>
388
396
<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>
389
397
</PropertyGroup>
390
398
<Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.51\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.51\build\LibGit2Sharp.NativeBinaries.props'))" />
391
399
</Target>
400
+ -->
392
401
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
393
402
Other similar extension points exist, see Microsoft.Common.targets.
394
403
<Target Name="BeforeBuild">
You can’t perform that action at this time.
0 commit comments