Add license and initial readme

This commit is contained in:
2018-02-10 12:57:06 -05:00
parent 9499f63ea2
commit 886307c4af
4 changed files with 42 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="wix">
<HintPath>C:\Program Files (x86)\WiX Toolset v3.8\bin\wix.dll</HintPath>
<HintPath>C:\Program Files (x86)\WiX Toolset v3.11\bin\wix.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -84,6 +84,13 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<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.