2017-01-05 07:09:19 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>Facebook.Yoga</id>
|
|
|
|
<version>1.0.1-pre</version>
|
|
|
|
<title>Facebook.Yoga</title>
|
|
|
|
<authors>Facebook</authors>
|
|
|
|
<owners>Facebook</owners>
|
|
|
|
<licenseUrl>https://github.com/facebook/css-layout/blob/master/LICENSE</licenseUrl>
|
|
|
|
<projectUrl>https://github.com/facebook/css-layout</projectUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>A subset of CSS's flexbox layout algorithm and box model.</description>
|
|
|
|
<copyright>Copyright 2016 Facebook</copyright>
|
|
|
|
<tags>flexbox flex-box css layout css-layout yoga facebook native</tags>
|
|
|
|
<dependencies>
|
|
|
|
<group targetFramework=".NETStandard1.1" />
|
2017-02-16 11:29:09 -08:00
|
|
|
<group targetFramework="uap10.0" />
|
2017-01-05 07:09:19 -08:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<!-- build -->
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="Facebook.Yoga.OSX.targets" target="build\XamarinMac" />
|
|
|
|
<file src="Facebook.Yoga.targets" target="build\net45" />
|
|
|
|
<file src="Facebook.Yoga.dll.config" target="build\net45" />
|
|
|
|
<file src="Facebook.Yoga.Universal.targets" target="build\uap10.0"/>
|
2017-01-05 07:09:19 -08:00
|
|
|
|
|
|
|
<!-- lib -->
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\Release\Facebook.Yoga.dll" target="lib\netstandard"/>
|
|
|
|
|
|
|
|
<!-- UAP -->
|
|
|
|
<file src="..\yoga_windows\bin\Release\Facebook.Yoga.dll" target="lib\uap10.0"/>
|
2017-01-05 07:09:19 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<!-- net45 -->
|
|
|
|
<file src="..\yoga_windows\bin\Release\Facebook.Yoga.dll" target="lib\net45" />
|
|
|
|
<file src="Facebook.Yoga.dll.config" target="lib\net45" />
|
|
|
|
|
|
|
|
<!-- iOS -->
|
|
|
|
<file src="..\yoga_ios\bin\Release\Facebook.Yoga.dll" target="lib\Xamarin.iOS10" />
|
|
|
|
|
|
|
|
<!-- macOS -->
|
|
|
|
<file src="..\yoga_mac\bin\Release\Facebook.Yoga.dll" target="lib\XamarinMac" />
|
|
|
|
|
|
|
|
<!-- Android -->
|
|
|
|
<file src="..\yoga_android\bin\Release\Facebook.Yoga.dll" target="lib\MonoAndroid" />
|
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
<!-- runtimes -->
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\x86\Release\Facebook.Yoga.dll" target="runtimes\win10-x86\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\x86\Release\Facebook.Yoga.pdb" target="runtimes\win10-x86\lib\netstandard"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\x64\Release\Facebook.Yoga.dll" target="runtimes\win10-x64\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\x64\Release\Facebook.Yoga.pdb" target="runtimes\win10-x64\lib\netstandard"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\ARM\Release\Facebook.Yoga.dll" target="runtimes\win10-arm\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\ARM\Release\Facebook.Yoga.pdb" target="runtimes\win10-arm\lib\netstandard"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\x86\Release\Facebook.Yoga.dll" target="runtimes\win-x86\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\x86\Release\Facebook.Yoga.pdb" target="runtimes\win-x86\lib\netstandard"/>
|
2017-01-05 07:09:19 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_windows\bin\x64\Release\Facebook.Yoga.dll" target="runtimes\win-x64\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\x64\Release\Facebook.Yoga.pdb" target="runtimes\win-x64\lib\netstandard"/>
|
|
|
|
|
|
|
|
<file src="..\yoga_windows\bin\ARM\Release\Facebook.Yoga.dll" target="runtimes\win8-arm\lib\netstandard"/>
|
|
|
|
<file src="..\yoga_windows\bin\ARM\Release\Facebook.Yoga.pdb" target="runtimes\win8-arm\lib\netstandard"/>
|
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
|
|
|
|
<!-- Native -->
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_native\bin\Universal\x86\Release\Yoga.dll" target="runtimes\win10-x86\native"/>
|
|
|
|
<file src="..\yoga_native\bin\Universal\x86\Release\Yoga.pdb" target="runtimes\win10-x86\native"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_native\bin\Universal\x64\Release\Yoga.dll" target="runtimes\win10-x64\native"/>
|
|
|
|
<file src="..\yoga_native\bin\Universal\x64\Release\Yoga.pdb" target="runtimes\win10-x64\native"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_native\bin\Universal\ARM\Release\Yoga.dll" target="runtimes\win10-arm\native"/>
|
|
|
|
<file src="..\yoga_native\bin\Universal\ARM\Release\Yoga.pdb" target="runtimes\win10-arm\native"/>
|
2017-02-16 11:29:09 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_mac\libyoga.dylib" target="runtimes\osx\native\" />
|
2017-01-05 07:09:19 -08:00
|
|
|
|
2017-02-17 10:32:23 -08:00
|
|
|
<file src="..\yoga_native\bin\x86\Release\Yoga.dll" target="runtimes\win-x86\native"/>
|
|
|
|
<file src="..\yoga_native\bin\x86\Release\Yoga.pdb" target="runtimes\win-x86\native"/>
|
|
|
|
|
|
|
|
<file src="..\yoga_native\bin\x64\Release\Yoga.dll" target="runtimes\win-x64\native"/>
|
|
|
|
<file src="..\yoga_native\bin\x64\Release\Yoga.pdb" target="runtimes\win-x64\native"/>
|
|
|
|
|
|
|
|
<file src="..\yoga_native\bin\ARM\Release\Yoga.dll" target="runtimes\win8-arm\native"/>
|
|
|
|
<file src="..\yoga_native\bin\ARM\Release\Yoga.pdb" target="runtimes\win8-arm\native"/>
|
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
</files>
|
|
|
|
</package>
|