Slowly getting to it with gitignore...
parent
6fcdb8130a
commit
5b4558b12c
|
@ -65,10 +65,8 @@ DocProject/Help/html
|
||||||
publish/
|
publish/
|
||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
packages/*
|
packages/*/*
|
||||||
!packages/Fody.1.26.1
|
!packages/*/build
|
||||||
packages/Fody.*/*
|
|
||||||
!packages/Fody.*/build
|
|
||||||
|
|
||||||
# Windows Azure Build Output
|
# Windows Azure Build Output
|
||||||
csx/
|
csx/
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-91fa31f.dll">
|
||||||
|
<Link>NativeBinaries\amd64\git2-91fa31f.dll</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-91fa31f.pdb">
|
||||||
|
<Link>NativeBinaries\amd64\git2-91fa31f.pdb</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-91fa31f.dll">
|
||||||
|
<Link>NativeBinaries\x86\git2-91fa31f.dll</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-91fa31f.pdb">
|
||||||
|
<Link>NativeBinaries\x86\git2-91fa31f.pdb</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Loading…
Reference in New Issue