Automatically copy LICENSE and LICENSE.lesser to build directory for easy creation of releases.

This commit is contained in:
Michael Dirks
2015-06-06 21:20:01 +02:00
parent a2adf7ca32
commit f22d496961
+8
View File
@@ -158,6 +158,14 @@
<ClCompile Include="Utility\WindowMessageHandler.cpp" />
</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="BlitzUtility.bb">
<Link>BlitzUtility.bb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>