Add props file for nuget packages (#3410) (#3413)

This commit is contained in:
Steve Dower 2017-09-06 20:41:32 -07:00 committed by GitHub
parent b368e4e8ce
commit cb44b626da
5 changed files with 80 additions and 6 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>