Skip to content

Instantly share code, notes, and snippets.

@ghostbust555
Created March 7, 2018 18:41
Show Gist options
  • Save ghostbust555/b172d56a5da112cbfba5444db093b7a6 to your computer and use it in GitHub Desktop.
Save ghostbust555/b172d56a5da112cbfba5444db093b7a6 to your computer and use it in GitHub Desktop.
nuget targets file for all
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)**">
<Visible>false</Visible>
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment