|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata minClientVersion="3.3"> |
| 4 | + <id>Ookii.Dialogs.Wpf</id> |
| 5 | + <version>0.0.1-local</version> |
| 6 | + <authors>Sven Groot,Caio Proiete</authors> |
| 7 | + <owners>caioproiete</owners> |
| 8 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 9 | + <licenseUrl>https://github.com/caioproiete/ookii-dialogs-wpf/blob/master/LICENSE</licenseUrl> |
| 10 | + <projectUrl>https://github.com/caioproiete/ookii-dialogs-wpf</projectUrl> |
| 11 | + <repository type="git" url="https://github.com/caioproiete/ookii-dialogs-wpf" /> |
| 12 | + <iconUrl>https://raw.githubusercontent.com/caioproiete/ookii-dialogs-wpf/master/assets/ookii-dialogs-wpf-nuget.png</iconUrl> |
| 13 | + <summary>Common dialog classes for WPF applications</summary> |
| 14 | + <description>Ookii.Dialogs.Wpf is a class library for .NET applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs</description> |
| 15 | + <tags>ookii dialogs wpf windows-presentation-foundation progress-dialog task-dialog credential-dialog common-file-dialog</tags> |
| 16 | + <copyright>Copyright (c) 2009 Sven Groot</copyright> |
| 17 | + <frameworkAssemblies> |
| 18 | + <frameworkAssembly assemblyName="PresentationCore" targetFramework=".NETFramework4.5" /> |
| 19 | + <frameworkAssembly assemblyName="PresentationFramework" targetFramework=".NETFramework4.5" /> |
| 20 | + <frameworkAssembly assemblyName="WindowsBase" targetFramework=".NETFramework4.5" /> |
| 21 | + <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.5" /> |
| 22 | + <frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.5" /> |
| 23 | + <frameworkAssembly assemblyName="System.Design" targetFramework=".NETFramework4.5" /> |
| 24 | + <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" /> |
| 25 | + <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" /> |
| 26 | + </frameworkAssemblies> |
| 27 | + </metadata> |
| 28 | + <files> |
| 29 | + <file src="bin\$configuration$\Ookii.Dialogs.Wpf.dll" target="lib\net45\" /> |
| 30 | + <file src="bin\$configuration$\Ookii.Dialogs.Wpf.pdb" target="lib\net45\" /> |
| 31 | + <file src="bin\$configuration$\Ookii.Dialogs.Wpf.xml" target="lib\net45\" /> |
| 32 | + </files> |
| 33 | +</package> |
0 commit comments