Automatically copy LICENSE and LICENSE.lesser to output directory for easy release creation.

This commit is contained in:
Michael Dirks
2015-06-06 21:19:26 +02:00
parent f979c2ca4b
commit a5640928fc
+8
View File
@@ -140,6 +140,14 @@
<ClInclude Include="dllmain.h" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Link>LICENSE</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="LICENSE.lesser">
<Link>LICENSE.lesser</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Blitz\BlitzPointer.decls">
<Link>BlitzPointer.decls</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>