|
48 | 48 | <Project>{D12F0F7B-8DE3-43EC-BA49-41052D065A9B}</Project>
|
49 | 49 | <Name>GuiUnit_NET_4_5</Name>
|
50 | 50 | </ProjectReference>
|
51 |
| - <ProjectReference Include="..\..\..\..\external\libgit2sharp\LibGit2Sharp\LibGit2Sharp.csproj"> |
52 |
| - <Project>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</Project> |
53 |
| - <Name>LibGit2Sharp</Name> |
54 |
| - </ProjectReference> |
55 | 51 | <ProjectReference Include="..\..\MonoDevelop.SourceEditor2\MonoDevelop.SourceEditor.csproj">
|
56 | 52 | <Project>{F8F92AA4-A376-4679-A9D4-60E7B7FBF477}</Project>
|
57 | 53 | <Name>MonoDevelop.SourceEditor</Name>
|
58 | 54 | <Private>False</Private>
|
59 | 55 | </ProjectReference>
|
60 | 56 | </ItemGroup>
|
61 | 57 | <ItemGroup>
|
62 |
| - <IncludeCopyLocal Include="LibGit2Sharp.dll" /> |
| 58 | + <PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-g5335a181ca" /> |
| 59 | + <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.305]" PrivateAssets="none" /> |
63 | 60 | </ItemGroup>
|
64 |
| - <Choose> |
65 |
| - <When Condition=" '$(Configuration)' == 'DebugMac' OR '$(Configuration)' == 'ReleaseMac' "> |
66 |
| - <ItemGroup> |
67 |
| - <NativeBinaries Include="..\..\..\..\external\libgit-binary\mac\*.dylib" /> |
68 |
| - </ItemGroup> |
69 |
| - </When> |
70 |
| - <When Condition=" '$(Configuration)' == 'DebugWin32' OR '$(Configuration)' == 'ReleaseWin32' "> |
71 |
| - <ItemGroup> |
72 |
| - <NativeBinaries Include="..\..\..\..\external\libgit-binary\windows\*.*" /> |
73 |
| - </ItemGroup> |
74 |
| - </When> |
75 |
| - <When Condition=" '$(Configuration)' == 'DebugGnome' OR '$(Configuration)' == 'ReleaseGnome' "> |
76 |
| - <ItemGroup> |
77 |
| - <NativeBinaries Include="..\..\..\..\external\libgit2\build\*.so*" /> |
78 |
| - </ItemGroup> |
79 |
| - </When> |
80 |
| - </Choose> |
| 61 | +<!-- <Choose>--> |
| 62 | +<!-- <When Condition=" '$(Configuration)' == 'DebugMac' OR '$(Configuration)' == 'ReleaseMac' ">--> |
| 63 | +<!-- <ItemGroup>--> |
| 64 | +<!-- <NativeBinaries Include="..\..\..\..\external\libgit-binary\mac\*.dylib" />--> |
| 65 | +<!-- </ItemGroup>--> |
| 66 | +<!-- </When>--> |
| 67 | +<!-- <When Condition=" '$(Configuration)' == 'DebugWin32' OR '$(Configuration)' == 'ReleaseWin32' ">--> |
| 68 | +<!-- <ItemGroup>--> |
| 69 | +<!-- <NativeBinaries Include="..\..\..\..\external\libgit-binary\windows\*.*" />--> |
| 70 | +<!-- </ItemGroup>--> |
| 71 | +<!-- </When>--> |
| 72 | +<!-- <When Condition=" '$(Configuration)' == 'DebugGnome' OR '$(Configuration)' == 'ReleaseGnome' ">--> |
| 73 | +<!-- <ItemGroup>--> |
| 74 | +<!-- <NativeBinaries Include="..\..\..\..\external\libgit2\build\*.so*" />--> |
| 75 | +<!-- </ItemGroup>--> |
| 76 | +<!-- </When>--> |
| 77 | +<!-- </Choose>--> |
81 | 78 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
82 |
| - <Target Name="AfterBuild"> |
83 |
| - <Copy SourceFiles="@(NativeBinaries)" DestinationFolder="$(OutputPath)\" SkipUnchangedFiles="true" /> |
84 |
| - </Target> |
| 79 | +<!-- <Target Name="AfterBuild">--> |
| 80 | +<!-- <Copy SourceFiles="@(NativeBinaries)" DestinationFolder="$(OutputPath)\" SkipUnchangedFiles="true" />--> |
| 81 | +<!-- </Target>--> |
85 | 82 | </Project>
|
0 commit comments