|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\lib\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props" Condition="Exists('..\..\lib\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
11 | 12 | <AssemblyName>GitTools.Core</AssemblyName>
|
12 | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 14 | <FileAlignment>512</FileAlignment>
|
14 |
| - <NuGetPackageImportStamp>63e8a826</NuGetPackageImportStamp> |
| 15 | + <NuGetPackageImportStamp>1f509a61</NuGetPackageImportStamp> |
15 | 16 | </PropertyGroup>
|
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
45 | 46 | <HintPath>..\..\lib\Catel.Fody.2.5.0\lib\portable-net4+sl4+wp7+win8+wpa81+MonoAndroid14+MonoTouch40\Catel.Fody.Attributes.dll</HintPath>
|
46 | 47 | <Private>True</Private>
|
47 | 48 | </Reference>
|
| 49 | + <Reference Include="LibGit2Sharp, Version=0.21.0.176, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\..\lib\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath> |
| 51 | + <Private>True</Private> |
| 52 | + </Reference> |
48 | 53 | <Reference Include="MethodTimer, Version=1.15.2.0, Culture=neutral, PublicKeyToken=cb1364609f40a1dc, processorArchitecture=MSIL">
|
49 | 54 | <HintPath>..\..\lib\MethodTimer.Fody.1.15.2.0\Lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\MethodTimer.dll</HintPath>
|
50 | 55 | <Private>False</Private>
|
|
68 | 73 | <Compile Include="Properties\AssemblyInfo.cs" />
|
69 | 74 | </ItemGroup>
|
70 | 75 | <ItemGroup>
|
| 76 | + <EmbeddedResource Include="..\..\lib\LibGit2Sharp.0.21.0.176\lib\net40\NativeBinaries\amd64\git2-e0902fb.dll"> |
| 77 | + <Link>costura64\git2-e0902fb.dll</Link> |
| 78 | + </EmbeddedResource> |
| 79 | + <EmbeddedResource Include="..\..\lib\LibGit2Sharp.0.21.0.176\lib\net40\NativeBinaries\x86\git2-e0902fb.dll"> |
| 80 | + <Link>costura32\git2-e0902fb.dll</Link> |
| 81 | + </EmbeddedResource> |
71 | 82 | <Content Include="FodyWeavers.xml" />
|
72 | 83 | </ItemGroup>
|
73 | 84 | <ItemGroup>
|
74 | 85 | <None Include="packages.config" />
|
75 | 86 | </ItemGroup>
|
| 87 | + <ItemGroup /> |
76 | 88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
77 | 89 | <Import Project="..\..\lib\Fody.1.26.1\build\Fody.targets" Condition="Exists('..\..\lib\Fody.1.26.1\build\Fody.targets')" />
|
78 | 90 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
79 | 91 | <PropertyGroup>
|
80 | 92 | <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>
|
81 | 93 | </PropertyGroup>
|
82 | 94 | <Error Condition="!Exists('..\..\lib\Fody.1.26.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\Fody.1.26.1\build\Fody.targets'))" />
|
| 95 | + <Error Condition="!Exists('..\..\lib\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" /> |
83 | 96 | </Target>
|
84 | 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
85 | 98 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments