Add props file for nuget packages (#3410)

This commit is contained in:
Steve Dower 2017-09-06 19:29:10 -07:00 committed by GitHub
parent d3b9f97e6d
commit 1f06a680de
5 changed files with 76 additions and 3 deletions

View file

@ -13,6 +13,7 @@
<tags>python</tags>
</metadata>
<files>
<file src="**\*" target="tools" />
<file src="**\*" exclude="python.props" target="tools" />
<file src="python.props" target="build\native" />
</files>
</package>