Slowly getting to it with gitignore...

release-1.0.0
Icedream 2015-01-04 17:30:08 +01:00
parent 6fcdb8130a
commit 5b4558b12c
2 changed files with 23 additions and 4 deletions

6
.gitignore vendored
View File

@ -65,10 +65,8 @@ DocProject/Help/html
publish/
# NuGet Packages
packages/*
!packages/Fody.1.26.1
packages/Fody.*/*
!packages/Fody.*/build
packages/*/*
!packages/*/build
# Windows Azure Build Output
csx/

View File

@ -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>