|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata> |
| 4 | + <id>AdaptiveCards.ObjectModel.Uwp</id> |
| 5 | + <version>1.0.0</version> |
| 6 | + <authors>Microsoft</authors> |
| 7 | + <summary>Adaptive Cards Object Model library for UWP</summary> |
| 8 | + <description>Used to work with the object model for Adaptive Cards</description> |
| 9 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 10 | + <tags>adaptivecards;adaptive-cards</tags> |
| 11 | + <projectUrl>https://adaptivecards.io</projectUrl> |
| 12 | + <iconUrl>https://adaptivecards.io/content/icons_blue/blue-48.png</iconUrl> |
| 13 | + <license type="file">EULA-Windows.txt</license> |
| 14 | + <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 15 | + </metadata> |
| 16 | + <files> |
| 17 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.winmd" target="lib\uap10.0"/> |
| 18 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.winmd" target="lib\native"/> |
| 19 | + |
| 20 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.dll" target="runtimes\win10-x86\native"/> |
| 21 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.lib" target="runtimes\win10-x86\native"/> |
| 22 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pri" target="runtimes\win10-x86\native"/> |
| 23 | + <file src="..\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pdb" target="runtimes\win10-x86\native"/> |
| 24 | + |
| 25 | + <file src="..\x64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.dll" target="runtimes\win10-x64\native"/> |
| 26 | + <file src="..\x64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.lib" target="runtimes\win10-x64\native"/> |
| 27 | + <file src="..\x64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pri" target="runtimes\win10-x64\native"/> |
| 28 | + <file src="..\x64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pdb" target="runtimes\win10-x64\native"/> |
| 29 | + |
| 30 | + <file src="..\ARM\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.dll" target="runtimes\win10-arm\native"/> |
| 31 | + <file src="..\ARM\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.lib" target="runtimes\win10-arm\native"/> |
| 32 | + <file src="..\ARM\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pri" target="runtimes\win10-arm\native"/> |
| 33 | + <file src="..\ARM\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pdb" target="runtimes\win10-arm\native"/> |
| 34 | + |
| 35 | + <file src="..\ARM64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.dll" target="runtimes\win10-arm64\native"/> |
| 36 | + <file src="..\ARM64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.lib" target="runtimes\win10-arm64\native"/> |
| 37 | + <file src="..\ARM64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pri" target="runtimes\win10-arm64\native"/> |
| 38 | + <file src="..\ARM64\$Configuration$\AdaptiveCardsObjectModel\AdaptiveCards.ObjectModel.Uwp.pdb" target="runtimes\win10-arm64\native"/> |
| 39 | + |
| 40 | + <file src="EULA-Windows.txt" target="\"/> |
| 41 | + <file src="AdaptiveCards.ObjectModel.Uwp.targets" target="build\uap10.0"/> |
| 42 | + <file src="AdaptiveCards.ObjectModel.Uwp.native.targets" target="build\native\AdaptiveCards.ObjectModel.Uwp.targets"/> |
| 43 | + </files> |
| 44 | +</package> |
0 commit comments