Add license and initial readme

This commit is contained in:
2018-02-06 20:02:21 -05:00
parent fdb39caff7
commit 5022d644f2
3 changed files with 36 additions and 0 deletions

View File

@@ -167,6 +167,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.