LICENSE.txt and README.md

This commit is contained in:
2017-02-05 13:36:15 +01:00
parent baf07ce1f0
commit 90cb3d16bd
3 changed files with 61 additions and 0 deletions

View File

@@ -86,6 +86,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.manifest" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
@@ -99,6 +100,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE.txt" />
</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.