Add license and initial readme

This commit is contained in:
2018-02-12 20:49:43 -05:00
parent 45fd696404
commit 9cbf6a9e8b
3 changed files with 36 additions and 0 deletions

View File

@@ -59,6 +59,10 @@
<ItemGroup>
<Content Include=".gitignore" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.md" />
<None Include="README.md" />
</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.