Copy README and LICENSE to output folder

This commit is contained in:
2015-05-08 00:52:34 +01:00
parent 3e62e3ffd4
commit 3e24f338d8
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2015-05-08 Natalia Portillo <claunia@claunia.com>
* Claunia.IO.csproj:
Copy README and LICENSE to output folder
2015-05-08 Natalia Portillo <claunia@claunia.com>
* Claunia.IO.csproj:

View File

@@ -87,10 +87,12 @@
<ItemGroup>
<None Include="..\LICENSE">
<Link>LICENSE</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="..\README.md">
<Link>README.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>