mirror of
https://github.com/ckaczor/WixFileVersionExtension.git
synced 2026-01-13 17:23:18 -05:00
Add license and initial readme
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user