|
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.0.20.1.0\build\net40\LibGit2Sharp.props" Condition="Exists('..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props')" /> |
3 | 4 | <PropertyGroup> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
11 | 12 | <AssemblyName>GitVersion</AssemblyName> |
12 | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 14 | <FileAlignment>512</FileAlignment> |
14 | | - <NuGetPackageImportStamp>a380a39e</NuGetPackageImportStamp> |
| 15 | + <NuGetPackageImportStamp>99f39909</NuGetPackageImportStamp> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <DebugSymbols>true</DebugSymbols> |
|
41 | 42 | <Private>False</Private> |
42 | 43 | </Reference> |
43 | 44 | <Reference Include="LibGit2Sharp"> |
44 | | - <HintPath>..\packages\LibGit2Sharp.0.19.0.0\lib\net40\LibGit2Sharp.dll</HintPath> |
| 45 | + <HintPath>..\packages\LibGit2Sharp.0.20.1.0\lib\net40\LibGit2Sharp.dll</HintPath> |
45 | 46 | </Reference> |
46 | 47 | <Reference Include="System" /> |
47 | 48 | <Reference Include="System.Core" /> |
|
87 | 88 | </ItemGroup> |
88 | 89 | <ItemGroup> |
89 | 90 | <Content Include="GemAssets\.gitignore" /> |
90 | | - <EmbeddedResource Include="..\Packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\git2-69db893.dll"> |
91 | | - <Link>costura64\git2-69db893.dll</Link> |
| 91 | + <EmbeddedResource Include="..\Packages\LibGit2Sharp.0.20.1.0\lib\net40\NativeBinaries\amd64\git2-91fa31f.dll"> |
| 92 | + <Link>costura64\git2-91fa31f.dll</Link> |
92 | 93 | </EmbeddedResource> |
93 | | - <EmbeddedResource Include="..\Packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\x86\git2-69db893.dll"> |
94 | | - <Link>costura32\git2-69db893.dll</Link> |
| 94 | + <EmbeddedResource Include="..\Packages\LibGit2Sharp.0.20.1.0\lib\net40\NativeBinaries\x86\git2-91fa31f.dll"> |
| 95 | + <Link>costura32\git2-91fa31f.dll</Link> |
95 | 96 | </EmbeddedResource> |
96 | 97 | <Content Include="FodyWeavers.xml"> |
97 | 98 | <SubType>Designer</SubType> |
|
171 | 172 | </PropertyGroup> |
172 | 173 | <Error Condition="!Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets'))" /> |
173 | 174 | <Error Condition="!Exists('..\packages\Fody.1.26.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.4\build\Fody.targets'))" /> |
| 175 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props'))" /> |
174 | 176 | </Target> |
175 | 177 | <UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory"> |
176 | 178 | <ParameterGroup> |
@@ -210,11 +212,7 @@ foreach (var item in filesToCleanup) |
210 | 212 | </Target> |
211 | 213 | <PropertyGroup> |
212 | 214 | <PostBuildEvent> |
213 | | -if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries" |
214 | | -if not exist "$(TargetDir)NativeBinaries\x86" md "$(TargetDir)NativeBinaries\x86" |
215 | | -xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\x86\*.*" "$(TargetDir)NativeBinaries\x86" |
216 | | -if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64" |
217 | | -xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent> |
| 215 | + </PostBuildEvent> |
218 | 216 | </PropertyGroup> |
219 | 217 | <Import Project="..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets" Condition="Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" /> |
220 | 218 | <Import Project="..\packages\Fody.1.26.4\build\Fody.targets" Condition="Exists('..\packages\Fody.1.26.4\build\Fody.targets')" /> |
|
0 commit comments