Skip to content

Commit a1dff50

Browse files
committed
Remove native binaries from sln and project files
1 parent 95eeefb commit a1dff50

File tree

10 files changed

+0
-953
lines changed

10 files changed

+0
-953
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ _ReSharper*/
3838
#Ignore custom generated files
3939
LibGit2Sharp/Core/UniqueIdentifier.cs
4040

41-
!Lib/NativeBinaries/*/*.pdb
4241
!nuget.package/build/
4342
_NCrunch_LibGit2Sharp/
4443
packages/
-981 KB
Binary file not shown.
-5.44 MB
Binary file not shown.

Lib/NativeBinaries/libgit2.license.txt

Lines changed: 0 additions & 930 deletions
This file was deleted.
-745 KB
Binary file not shown.
-5.43 MB
Binary file not shown.

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@
134134
<None Include="packages.config" />
135135
</ItemGroup>
136136
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137-
<PropertyGroup>
138-
<NativeBinariesDirectory>$(MSBuildProjectDirectory)\..\Lib\NativeBinaries</NativeBinariesDirectory>
139-
</PropertyGroup>
140-
<Import Project="..\LibGit2Sharp\CopyWindowsNativeDependencies.targets" />
141137
<Import Project="..\LibGit2Sharp\ExtraDefine.targets" />
142138
<Import Project="VisualStudio.Tests.targets" />
143139
<PropertyGroup>

LibGit2Sharp/CopyWindowsNativeDependencies.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,6 @@
351351
</ItemGroup>
352352
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
353353
<Import Project="UniqueIdentifier.targets" />
354-
<PropertyGroup>
355-
<NativeBinariesDirectory>$(MSBuildProjectDirectory)\..\Lib\NativeBinaries</NativeBinariesDirectory>
356-
</PropertyGroup>
357-
<Import Project="CopyWindowsNativeDependencies.targets" />
358354
<Import Project="ExtraDefine.targets" />
359355
<PropertyGroup>
360356
<PreBuildEvent>

LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@
2222
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
2323
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
2424
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
25-
<AdditionalFilesToInclude>..\Lib\NativeBinaries\**.*</AdditionalFilesToInclude>
2625
</ProjectConfiguration>

0 commit comments

Comments
 (0)