Home | History | Annotate | Download | only in nuget
      1 <?xml version="1.0"?>
      2 <package >
      3   <metadata>
      4     <id>pythondaily.symbols</id>
      5     <title>Python (Daily build)</title>
      6     <version>0.0.0.0</version>
      7     <authors>Python Software Foundation</authors>
      8     <projectUrl>https://www.python.org/</projectUrl>
      9     <description>Contains symbols for the daily build of Python.</description>
     10     <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
     11     <tags>python</tags>
     12   </metadata>
     13   <files>
     14     <file src="python*.dll" target="tools" exclude="*_d*" />
     15     <file src="python*.exe" target="tools" exclude="*_d*" />
     16     <file src="python*.pdb" target="tools" exclude="*_d*" />
     17     <file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
     18     <file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
     19     <file src="libcrypto*.dll;libssl*.dll;sqlite3.dll" target="tools\DLLs" />
     20     <file src="libcrypto*.pdb;libssl*.pdb;sqlite3.pdb" target="tools\DLLs" />
     21   </files>
     22 </package>
     23