Copy license to server.

This commit is contained in:
2018-12-29 14:05:05 +00:00
parent 48c5bc911b
commit afab2a2e1a
2 changed files with 8 additions and 0 deletions

View File

@@ -67,6 +67,11 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.LGPL">
<Link>LICENSE.LGPL</Link>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.