* Merge and modernize the binding projects * Remove UWP and watchOS * Add the native assets projects * Rename bootstrapper.ps1 to build.ps1 * Add new device tests * Rework the test skipping feature --------- Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
23 lines
No EOL
563 B
XML
23 lines
No EOL
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package>
|
|
<metadata>
|
|
|
|
<id>_NativeAssets</id>
|
|
<title>Build Native Assets</title>
|
|
<version>1.0.0</version>
|
|
<description>All the native assets from the build.</description>
|
|
<summary>All the native assets from the build.</summary>
|
|
<authors>Microsoft</authors>
|
|
<readme>README.md</readme>
|
|
|
|
<dependencies>
|
|
<!-- <dependency id="_NativeAssets.windows" version="1.0.0" /> -->
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
<files>
|
|
|
|
<!-- <file src="**" target="tools/" /> -->
|
|
|
|
</files>
|
|
</package> |