Try adding a nuspec file

This commit is contained in:
2018-02-11 15:07:12 -05:00
parent 8509ccd016
commit a3da5fdeae
2 changed files with 13 additions and 0 deletions

View File

@@ -77,6 +77,9 @@
<Link>Data\balExt.wixlib</Link> <Link>Data\balExt.wixlib</Link>
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="WixBalExtensionExt.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>WixBalExtensionExt</id>
<version></version>
<description></description>
<authors>Chris Kaczor</authors>
</metadata>
</package>